summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc')
-rw-r--r--sw/source/uibase/inc/frmmgr.hxx2
-rw-r--r--sw/source/uibase/inc/num.hxx1
-rw-r--r--sw/source/uibase/inc/swcont.hxx3
3 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/uibase/inc/frmmgr.hxx b/sw/source/uibase/inc/frmmgr.hxx
index 9027732b0ada..0cb84faeed57 100644
--- a/sw/source/uibase/inc/frmmgr.hxx
+++ b/sw/source/uibase/inc/frmmgr.hxx
@@ -38,13 +38,11 @@ class SwFmtCol;
const SwTwips DFLT_WIDTH = MM50 * 4;
const SwTwips DFLT_HEIGHT = MM50;
-#define FULL_ATTRSET 0xffff
#define FRMMGR_TYPE_NONE 0x00
#define FRMMGR_TYPE_TEXT 0x01
#define FRMMGR_TYPE_GRF 0x02
#define FRMMGR_TYPE_OLE 0x04
-#define FRMMGR_TYPE_LABEL 0x08
#define FRMMGR_TYPE_ENVELP 0x10
class SW_DLLPUBLIC SwFlyFrmAttrMgr
diff --git a/sw/source/uibase/inc/num.hxx b/sw/source/uibase/inc/num.hxx
index 09875a9a01c6..91ed4d39929b 100644
--- a/sw/source/uibase/inc/num.hxx
+++ b/sw/source/uibase/inc/num.hxx
@@ -46,7 +46,6 @@ struct SwBmpItemInfo
#define NUM_PAGETYPE_SINGLENUM 1
#define NUM_PAGETYPE_NUM 2
#define NUM_PAGETYPE_BMP 3
-#define PAGETYPE_USER_START 10
class SwNumPositionTabPage : public SfxTabPage
{
diff --git a/sw/source/uibase/inc/swcont.hxx b/sw/source/uibase/inc/swcont.hxx
index 219a60570f76..c36fb85ebd03 100644
--- a/sw/source/uibase/inc/swcont.hxx
+++ b/sw/source/uibase/inc/swcont.hxx
@@ -39,9 +39,6 @@ class SwContentType;
#define CONTENT_TYPE_DRAWOBJECT 11
#define CONTENT_TYPE_MAX CONTENT_TYPE_DRAWOBJECT +1
-// types for global document
-#define GLOBAL_CONTENT_TEXT 102
-
// strings for context menus
#define CONTEXT_COUNT 12
#define GLOBAL_CONTEXT_COUNT 14