diff options
-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 * ); |