summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/sfxhelp.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-13 11:37:46 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-13 11:37:46 +0000
commit0d56fe0c3ca7d3db261bc5329f535d22bf8010a7 (patch)
tree5e6d4397b8b09ee7b8a5c070a803bec46a813bef /sfx2/source/appl/sfxhelp.cxx
parentcaa9a5a334fccb17054e288d79474637a92a432e (diff)
INTEGRATION: CWS visibility03 (1.60.124); FILE MERGED
2005/03/25 00:54:04 mhu 1.60.124.2: RESYNC: (1.60-1.62); FILE MERGED 2005/03/02 19:33:24 mhu 1.60.124.1: #i40092# Fixed string ctor (char literal, ResId) usage.
Diffstat (limited to 'sfx2/source/appl/sfxhelp.cxx')
-rw-r--r--sfx2/source/appl/sfxhelp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx
index 0cb5d86a29..85755e31a8 100644
--- a/sfx2/source/appl/sfxhelp.cxx
+++ b/sfx2/source/appl/sfxhelp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sfxhelp.cxx,v $
*
- * $Revision: 1.62 $
+ * $Revision: 1.63 $
*
- * last change: $Author: obo $ $Date: 2005-03-15 13:05:26 $
+ * last change: $Author: obo $ $Date: 2005-04-13 12:37:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -738,7 +738,7 @@ SfxHelpWindow_Impl* impl_createHelp(Reference< XFrame >& rHelpTask ,
if (xProps.is())
xProps->setPropertyValue(
DEFINE_CONST_UNICODE("Title"),
- makeAny(::rtl::OUString(SfxResId(STR_HELP_WINDOW_TITLE))));
+ makeAny(::rtl::OUString(String(SfxResId(STR_HELP_WINDOW_TITLE)))));
pHelpWindow->setContainerWindow( xParentWindow );
xParentWindow->setVisible(sal_True);