diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-11-02 20:49:14 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-11-02 20:49:14 +0100 |
commit | b8655015b6c59d2dbafd72e6f05d632b31963e55 (patch) | |
tree | 060a29d59d3eb190ec40fbfc073ecabc9c30de77 /cui/source/options/optctl.cxx | |
parent | 69d8f16300c70c0b2dff2673bc8428eec3f6381a (diff) |
#i106421#: create new cui resource file
Diffstat (limited to 'cui/source/options/optctl.cxx')
-rw-r--r-- | cui/source/options/optctl.cxx | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/cui/source/options/optctl.cxx b/cui/source/options/optctl.cxx index 1743b70e6..5118d9c3d 100644 --- a/cui/source/options/optctl.cxx +++ b/cui/source/options/optctl.cxx @@ -31,9 +31,9 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_cui.hxx" #include "optctl.hxx" -#include <svx/dialmgr.hxx> +#include <dialmgr.hxx> #include "optctl.hrc" -#include <svx/dialogs.hrc> +#include <cuires.hrc> #include <svl/ctloptions.hxx> // class SvxCTLOptionsPage ----------------------------------------------------- @@ -54,19 +54,19 @@ IMPL_LINK( SvxCTLOptionsPage, SequenceCheckingCB_Hdl, void*, EMPTYARG ) SvxCTLOptionsPage::SvxCTLOptionsPage( Window* pParent, const SfxItemSet& rSet ) : - SfxTabPage( pParent, SVX_RES( RID_SVXPAGE_OPTIONS_CTL ), rSet ), - - m_aSequenceCheckingFL ( this, SVX_RES( FL_SEQUENCECHECKING ) ), - m_aSequenceCheckingCB ( this, SVX_RES( CB_SEQUENCECHECKING ) ), - m_aRestrictedCB ( this, SVX_RES( CB_RESTRICTED ) ), - m_aTypeReplaceCB ( this, SVX_RES( CB_TYPE_REPLACE ) ), - m_aCursorControlFL ( this, SVX_RES( FL_CURSORCONTROL ) ), - m_aMovementFT ( this, SVX_RES( FT_MOVEMENT ) ), - m_aMovementLogicalRB ( this, SVX_RES( RB_MOVEMENT_LOGICAL ) ), - m_aMovementVisualRB ( this, SVX_RES( RB_MOVEMENT_VISUAL ) ), - m_aGeneralFL ( this, SVX_RES( FL_GENERAL ) ), - m_aNumeralsFT ( this, SVX_RES( FT_NUMERALS ) ), - m_aNumeralsLB ( this, SVX_RES( LB_NUMERALS ) ) + SfxTabPage( pParent, CUI_RES( RID_SVXPAGE_OPTIONS_CTL ), rSet ), + + m_aSequenceCheckingFL ( this, CUI_RES( FL_SEQUENCECHECKING ) ), + m_aSequenceCheckingCB ( this, CUI_RES( CB_SEQUENCECHECKING ) ), + m_aRestrictedCB ( this, CUI_RES( CB_RESTRICTED ) ), + m_aTypeReplaceCB ( this, CUI_RES( CB_TYPE_REPLACE ) ), + m_aCursorControlFL ( this, CUI_RES( FL_CURSORCONTROL ) ), + m_aMovementFT ( this, CUI_RES( FT_MOVEMENT ) ), + m_aMovementLogicalRB ( this, CUI_RES( RB_MOVEMENT_LOGICAL ) ), + m_aMovementVisualRB ( this, CUI_RES( RB_MOVEMENT_VISUAL ) ), + m_aGeneralFL ( this, CUI_RES( FL_GENERAL ) ), + m_aNumeralsFT ( this, CUI_RES( FT_NUMERALS ) ), + m_aNumeralsLB ( this, CUI_RES( LB_NUMERALS ) ) { FreeResource(); |