summaryrefslogtreecommitdiff
path: root/sw/source/ui/chrdlg/numpara.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-04-26 07:50:50 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-04-26 07:50:50 +0000
commit0511f3f21979f4e5e55bb3ba787bf12450818d21 (patch)
tree5d0424052549e19f7213cf556a744ca7745a49e8 /sw/source/ui/chrdlg/numpara.cxx
parentb0d2766f603871bdd2e07b937d2d28cbf87cc530 (diff)
INTEGRATION: CWS residcleanup (1.10.240); FILE MERGED
2007/03/04 17:02:55 pl 1.10.240.1: #i73635# ResId cleanup
Diffstat (limited to 'sw/source/ui/chrdlg/numpara.cxx')
-rw-r--r--sw/source/ui/chrdlg/numpara.cxx26
1 files changed, 13 insertions, 13 deletions
diff --git a/sw/source/ui/chrdlg/numpara.cxx b/sw/source/ui/chrdlg/numpara.cxx
index 2e6b0b05b7..18b83be7b0 100644
--- a/sw/source/ui/chrdlg/numpara.cxx
+++ b/sw/source/ui/chrdlg/numpara.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: numpara.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 22:38:14 $
+ * last change: $Author: rt $ $Date: 2007-04-26 08:50:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -84,17 +84,17 @@ static USHORT __FAR_DATA aPageRg[] = {
SwParagraphNumTabPage::SwParagraphNumTabPage(Window* pParent,
const SfxItemSet& rAttr ) :
SfxTabPage(pParent, SW_RES(TP_NUMPARA), rAttr),
- aNumberStyleFT ( this, ResId( FT_NUMBER_STYLE ) ),
- aNumberStyleLB ( this, ResId( LB_NUMBER_STYLE ) ),
- aNewStartFL ( this, ResId( FL_NEW_START ) ),
- aNewStartCB ( this, ResId( CB_NEW_START ) ),
- aNewStartNumberCB ( this, ResId( CB_NUMBER_NEW_START ) ),
- aNewStartNF ( this, ResId( NF_NEW_START ) ),
- aCountParaFL ( this, ResId( FL_COUNT_PARA ) ),
- aCountParaCB ( this, ResId( CB_COUNT_PARA ) ),
- aRestartParaCountCB ( this, ResId( CB_RESTART_PARACOUNT ) ),
- aRestartFT ( this, ResId( FT_RESTART_NO ) ),
- aRestartNF ( this, ResId( NF_RESTART_PARA ) ),
+ aNumberStyleFT ( this, SW_RES( FT_NUMBER_STYLE ) ),
+ aNumberStyleLB ( this, SW_RES( LB_NUMBER_STYLE ) ),
+ aNewStartFL ( this, SW_RES( FL_NEW_START ) ),
+ aNewStartCB ( this, SW_RES( CB_NEW_START ) ),
+ aNewStartNumberCB ( this, SW_RES( CB_NUMBER_NEW_START ) ),
+ aNewStartNF ( this, SW_RES( NF_NEW_START ) ),
+ aCountParaFL ( this, SW_RES( FL_COUNT_PARA ) ),
+ aCountParaCB ( this, SW_RES( CB_COUNT_PARA ) ),
+ aRestartParaCountCB ( this, SW_RES( CB_RESTART_PARACOUNT ) ),
+ aRestartFT ( this, SW_RES( FT_RESTART_NO ) ),
+ aRestartNF ( this, SW_RES( NF_RESTART_PARA ) ),
bModified(FALSE),
bCurNumrule(FALSE)
{