summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-07-15 15:25:26 +0200
committerMathias Bauer <mba@openoffice.org>2010-07-15 15:25:26 +0200
commit8a5421776a0637baf250df56a9834cbe610ec055 (patch)
tree6390430eb890d1e8409437cd097297a143408cfa /toolkit
parentca851f72310bf83c0e6e7cb98fd58e6271fa0f01 (diff)
CWS changehid: #i111874#: HelpIds now are byte strings
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/layout/core/import.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/layout/core/import.cxx b/toolkit/source/layout/core/import.cxx
index daaa8c239f50..50bfd8656008 100644
--- a/toolkit/source/layout/core/import.cxx
+++ b/toolkit/source/layout/core/import.cxx
@@ -101,7 +101,7 @@ SAL_THROW (())
if ( findAndRemove( "help-id", aProps, aHelpId ) )
{
OSL_TRACE("Setting help-id: %s", OUSTRING_CSTR( aHelpId ) );
- xDialog->setHelpId( aHelpId.toInt32 () );
+ xDialog->setHelpId( aHelpId );
}
} // DEBUG:
else if ( pParent == NULL )