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
commit8d839ac7f2f08e8e72614be020d396d7f8b69309 (patch)
tree613c23e7c0d9a269da051bb6618b12c75a78d62a /svx/source/init
parentce308e75393ff3d23482bbb71b8e4fa34ca364c1 (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 7d907746b0..91d9591925 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 )