diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-29 15:03:50 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-29 15:59:53 +0200 |
commit | b63027f0992cf5c368faeb807c69110997dd00ea (patch) | |
tree | 1a4a7cc3815b5414022c7e93d40de98e59f75bfe /sd | |
parent | 5b021a1f0d281aed40ae83dffe4af7600b858bd5 (diff) |
Remove some unused defines and controls
Change-Id: I96f76ed6b33f5c786d1e3ab3981a535037a9c1b5
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/dlg/animobjs.cxx | 5 | ||||
-rw-r--r-- | sd/source/ui/view/DocumentRenderer.hrc | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/sd/source/ui/dlg/animobjs.cxx b/sd/source/ui/dlg/animobjs.cxx index be53af694ed5..d2de7c2a8425 100644 --- a/sd/source/ui/dlg/animobjs.cxx +++ b/sd/source/ui/dlg/animobjs.cxx @@ -28,12 +28,7 @@ #include <com/sun/star/presentation/AnimationEffect.hpp> #include <com/sun/star/presentation/AnimationSpeed.hpp> - -#define _ANIMATION //animation freischalten - -#define _SV_BITMAPEX #include <svx/xoutbmp.hxx> - #include <time.h> #include <svl/eitem.hxx> #include <svx/svdograf.hxx> diff --git a/sd/source/ui/view/DocumentRenderer.hrc b/sd/source/ui/view/DocumentRenderer.hrc index 469614d85cf1..cb6c4d039d83 100644 --- a/sd/source/ui/view/DocumentRenderer.hrc +++ b/sd/source/ui/view/DocumentRenderer.hrc @@ -29,7 +29,6 @@ #define _STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT 13 #define _STR_IMPRESS_PRINT_UI_IS_PRINT_NAME 14 #define _STR_IMPRESS_PRINT_UI_IS_PRINT_DATE 16 -#define _STR_IMPRESS_PRINT_UI_IS_PRINT_TIME 18 #define _STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN 20 #define _STR_IMPRESS_PRINT_UI_OUTPUT_OPTIONS_GROUP 22 |