summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/output.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-07-01 17:13:43 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-07-01 18:33:41 +0200
commit8ca21893e58dc9694e0e7a6c0fc52154b3ccb5f7 (patch)
tree2f9411f875e3dbad087fb7f6899c6ded663191c6 /sc/source/ui/inc/output.hxx
parent3dcdf30a233c7e75229b9e291901c6768265ca93 (diff)
Remove unused defines
Change-Id: I45e1618dcff920b63b7e21ba9e842eed684114d7
Diffstat (limited to 'sc/source/ui/inc/output.hxx')
-rw-r--r--sc/source/ui/inc/output.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/ui/inc/output.hxx b/sc/source/ui/inc/output.hxx
index 8bd076146242..295a129405da 100644
--- a/sc/source/ui/inc/output.hxx
+++ b/sc/source/ui/inc/output.hxx
@@ -60,12 +60,6 @@ class SdrPaintWindow;
// ---------------------------------------------------------------------------
-#define SC_OBJECTS_NONE 0
-#define SC_OBJECTS_DRAWING 1
-#define SC_OBJECTS_OLE 2
-#define SC_OBJECTS_CHARTS 4
-#define SC_OBJECTS_ALL ( SC_OBJECTS_DRAWING | SC_OBJECTS_OLE | SC_OBJECTS_CHARTS )
-
enum ScOutputType { OUTTYPE_WINDOW, OUTTYPE_PRINTER };
class ScFieldEditEngine;