summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-10 15:27:43 +0200
committerNoel Grandin <noel@peralex.com>2015-04-13 09:34:54 +0200
commitf2109254942074d07ad52bf9fe6571405fd79618 (patch)
treebffd8c07c9e58af40dae17ee99f42cc7259f103d /include/sfx2
parent43fbf02984f405864f89fb3e36eff32f9d757b57 (diff)
remove unused constants
Change-Id: Ib467f1326b224dbf87282174559c7076d834b7b7
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/objsh.hxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx
index 49fea829593b..8b82d767e45a 100644
--- a/include/sfx2/objsh.hxx
+++ b/include/sfx2/objsh.hxx
@@ -504,13 +504,7 @@ public:
GetDialogContainer();
StarBASIC* GetBasic() const;
- // Interface Document content, Organizer
-#define CONTENT_STYLE 0
-#define CONTENT_CONFIG 1
-#define CONTENT_MACRO 2
-
-
- virtual std::set<Color> GetDocColors();
+ virtual std::set<Color> GetDocColors();
virtual void LoadStyles( SfxObjectShell &rSource );
void ReadNote( INote * );