summaryrefslogtreecommitdiff
path: root/svx/source/init
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-26 06:50:03 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-26 06:50:03 +0000
commite0c18da3dabe4dfc2e1819a5c9aab5ec0ee187f8 (patch)
tree34bd3417ba45f218c270804cba4c10cec81b7fc1 /svx/source/init
parent877d7592a4ce50bdeaa856b1cd895635e6099a30 (diff)
INTEGRATION: CWS residcleanup (1.7.222); FILE MERGED
2007/03/20 15:03:13 pl 1.7.222.2: RESYNC: (1.7-1.8); FILE MERGED 2007/02/22 21:37:37 pl 1.7.222.1: #i74635# get rid of global ResMgr fallback
Diffstat (limited to 'svx/source/init')
-rw-r--r--svx/source/init/init.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/init/init.cxx b/svx/source/init/init.cxx
index 7d907746b050..91d9591925c5 100644
--- a/svx/source/init/init.cxx
+++ b/svx/source/init/init.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: init.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: kz $ $Date: 2007-02-12 14:49:04 $
+ * last change: $Author: rt $ $Date: 2007-04-26 07:50:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -56,7 +56,7 @@ SVX_DLLPUBLIC bool GetSpecialCharsForEdit(Window* i_pParent, const Font& i_rFont
SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create();
if(pFact)
{
- AbstractSvxCharacterMap* aDlg = pFact->CreateSvxCharacterMap( i_pParent, ResId(RID_SVXDLG_CHARMAP) );
+ AbstractSvxCharacterMap* aDlg = pFact->CreateSvxCharacterMap( i_pParent, RID_SVXDLG_CHARMAP );
aDlg->DisableFontSelection();
aDlg->SetCharFont(i_rFont);
if ( aDlg->Execute() == RET_OK )