diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-07-02 06:28:57 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-07-02 06:29:10 +0200 |
commit | 1136fa4fc40cba46272e06b529064a02a140803f (patch) | |
tree | b4708277684b12738f5e80f5704d5e3c8457d6b5 /sw | |
parent | 2f7461722ccee315fe9f85aa651bca1c46adf263 (diff) |
Remove unused defines
Change-Id: Ibc46eb4565d4df88e83882045b2ed6d31e487d16
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/globals.hrc | 1 | ||||
-rw-r--r-- | sw/inc/swtypes.hxx | 2 | ||||
-rw-r--r-- | sw/inc/unomap.hxx | 2 | ||||
-rw-r--r-- | sw/inc/unoprnms.hxx | 3 | ||||
-rw-r--r-- | sw/source/ui/app/apphdl.cxx | 1 |
5 files changed, 0 insertions, 9 deletions
diff --git a/sw/inc/globals.hrc b/sw/inc/globals.hrc index d6044b795317..b7773d067369 100644 --- a/sw/inc/globals.hrc +++ b/sw/inc/globals.hrc @@ -175,7 +175,6 @@ #define TP_LINENUMBERING (RC_GLOBALS_BEGIN + 75) #define TP_OUTLINE_NUM (RC_GLOBALS_BEGIN + 76) -#define TP_OPTINSERT_PAGE (RC_GLOBALS_BEGIN + 77) #define TP_OPTCAPTION_PAGE (RC_GLOBALS_BEGIN + 78) #define DLG_SVXTEST_NUM_BULLET (RC_GLOBALS_BEGIN + 79) #define TP_OPTLOAD_PAGE (RC_GLOBALS_BEGIN + 80) diff --git a/sw/inc/swtypes.hxx b/sw/inc/swtypes.hxx index d5849c7f2a8e..1b01121d1184 100644 --- a/sw/inc/swtypes.hxx +++ b/sw/inc/swtypes.hxx @@ -87,8 +87,6 @@ const SwTwips lMinBorder = 1134; #define DOCUMENTBORDER 284L #define GAPBETWEENPAGES 284L -#define UNDO_ACTION_COUNT 20 - // Constant strings. SW_DLLPUBLIC extern UniString aEmptyStr; // "" SW_DLLPUBLIC extern UniString aDotStr; // '.' diff --git a/sw/inc/unomap.hxx b/sw/inc/unomap.hxx index 9e7c152c083f..cd583e22b84a 100644 --- a/sw/inc/unomap.hxx +++ b/sw/inc/unomap.hxx @@ -173,13 +173,11 @@ #define WID_USE_P_P 1014 #define WID_USE_DASH 1015 #define WID_USE_UPPER_CASE 1016 -#define WID_INDEX_AUTO_MARK_FILE_U_R_L 1017 #define WID_LABEL_CATEGORY 1018 #define WID_LABEL_DISPLAY_TYPE 1019 #define WID_USE_LEVEL_FROM_SOURCE 1020 #define WID_LEVEL_FORMAT 1021 #define WID_LEVEL_PARAGRAPH_STYLES 1022 -#define WID_RECALC_TAB_STOPS 1023 #define WID_MAIN_ENTRY_CHARACTER_STYLE_NAME 1025 #define WID_CREATE_FROM_TABLES 1026 #define WID_CREATE_FROM_TEXT_FRAMES 1027 diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx index 43ed2bb96c4d..44b7f5c8d945 100644 --- a/sw/inc/unoprnms.hxx +++ b/sw/inc/unoprnms.hxx @@ -843,9 +843,6 @@ SW_DLLPUBLIC const SwPropNameLen& SwGetPropName( sal_uInt16 nId ); #define SW_PROP_NAME(nId) \ GetPropName( nId ).pName, GetPropName( nId ).nNameLen -#define SW_PRPNM_EQLASCI(nId) \ - GetPropName( nId ).pName, 0, GetPropName( nId ).nNameLen - #define SW_PROP_NAME_STR(nId) \ GetPropName( nId ).pName diff --git a/sw/source/ui/app/apphdl.cxx b/sw/source/ui/app/apphdl.cxx index 45702965b387..0efa29160747 100644 --- a/sw/source/ui/app/apphdl.cxx +++ b/sw/source/ui/app/apphdl.cxx @@ -121,7 +121,6 @@ using namespace ::com::sun::star; // #define SwModule #define ViewSettings -#define WebViewSettings #define PrintSettings #include <sfx2/msg.hxx> #include "swslots.hxx" |