diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-10 15:27:43 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-04-13 09:34:54 +0200 |
commit | f2109254942074d07ad52bf9fe6571405fd79618 (patch) | |
tree | bffd8c07c9e58af40dae17ee99f42cc7259f103d /include/sfx2/objsh.hxx | |
parent | 43fbf02984f405864f89fb3e36eff32f9d757b57 (diff) |
remove unused constants
Change-Id: Ib467f1326b224dbf87282174559c7076d834b7b7
Diffstat (limited to 'include/sfx2/objsh.hxx')
-rw-r--r-- | include/sfx2/objsh.hxx | 8 |
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 * ); |