To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47698
Issue #:|47698
Summary:|gcc33: svx/source/dialog/cfg.cxx
Component:|porting
Version:|680m94
Platform:|All
URL:|
OS/Version:|All
Status:|NEW
Status whiteboard:|
Keywords:|
Resolution:|
Issue type:|PATCH
Priority:|P3
Subcomponent:|code
Assigned to:|pjanik
Reported by:|pjanik
------- Additional comments from [EMAIL PROTECTED] Mon Apr 18 21:25:40 -0700
2005 -------
another gcc33 parser bugfix:
--- ooo_SRC680_m94_src/svx/source/dialog/cfg.cxx.orig Tue Apr 19 06:17:41 2005
+++ ooo_SRC680_m94_src/svx/source/dialog/cfg.cxx Tue Apr 19 06:17:41 2005
@@ -5347,7 +5347,7 @@
if ( rejectedCount != 0 )
{
- OUString message( String( ResId( RID_SVXSTR_IMPORT_ICON_ERROR,
DIALOG_MGR() ) ) );
+ OUString message = OUString( String( ResId(
RID_SVXSTR_IMPORT_ICON_ERROR, DIALOG_MGR() ) ) );
if ( m_nExpectedSize != 16 )
{
message = replaceSixteen( message, m_nExpectedSize );
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]