diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 08:13:05 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 08:13:05 +0000 |
commit | 9fb6e657d1a54580183bebcda46a8065dbb89d19 (patch) | |
tree | bc1c9b282c94cc4281f87c12159e9b2579df18d0 /sw/source/ui/misc/insfnote.cxx | |
parent | 430051a347a8a4ac7d041ef1de88986fdf98e3e0 (diff) |
INTEGRATION: CWS residcleanup (1.9.240); FILE MERGED
2007/03/04 17:03:05 pl 1.9.240.1: #i73635# ResId cleanup
Diffstat (limited to 'sw/source/ui/misc/insfnote.cxx')
-rw-r--r-- | sw/source/ui/misc/insfnote.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/misc/insfnote.cxx b/sw/source/ui/misc/insfnote.cxx index 2f4ce655541c..83904c975e33 100644 --- a/sw/source/ui/misc/insfnote.cxx +++ b/sw/source/ui/misc/insfnote.cxx @@ -4,9 +4,9 @@ * * $RCSfile: insfnote.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2006-09-16 23:07:31 $ + * last change: $Author: rt $ $Date: 2007-04-26 09:13:05 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -214,7 +214,7 @@ IMPL_LINK( SwInsFootNoteDlg, NumberExtCharHdl, Button *, EMPTYARG ) //CHINA001 SvxCharacterMap* pDlg = new SvxCharacterMap(this, FALSE); SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create(); DBG_ASSERT(pFact, "Dialogdiet fail!");//CHINA001 - AbstractSvxCharacterMap* pDlg = pFact->CreateSvxCharacterMap( this, ResId(RID_SVXDLG_CHARMAP), FALSE ); + AbstractSvxCharacterMap* pDlg = pFact->CreateSvxCharacterMap( this, RID_SVXDLG_CHARMAP, FALSE ); DBG_ASSERT(pDlg, "Dialogdiet fail!");//CHINA001 Font aDlgFont( pDlg->GetCharFont() ); |