diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-29 09:18:26 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-29 09:25:13 +0200 |
commit | c064aad68b8b6e8579b53c9a86b73f43a6d2e3b8 (patch) | |
tree | b95c3d25652774d4d5dbf12775b4a8112d5c947b /svx | |
parent | 1e322b7f260f6633b53859824ab76804b1dc907a (diff) |
Remove unused header guards and options
Change-Id: I391358363a9d30e089b249d894b7abea5a2d1434
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/_contdlg.cxx | 10 | ||||
-rw-r--r-- | svx/source/dialog/imapdlg.cxx | 10 |
2 files changed, 0 insertions, 20 deletions
diff --git a/svx/source/dialog/_contdlg.cxx b/svx/source/dialog/_contdlg.cxx index 50486b8650bf..3d1df1bf1cf5 100644 --- a/svx/source/dialog/_contdlg.cxx +++ b/svx/source/dialog/_contdlg.cxx @@ -38,16 +38,6 @@ #include <unotools/localedatawrapper.hxx> #include <comphelper/processfactory.hxx> -#define _SDR_NOITEMS -#define _SDR_NOTOUCH -#define _SDR_NOTRANSFORM -#define _SDR_NOOBJECTS -#define _SDR_NOVIEWMARKER -#define _SDR_NODRAGMETHODS -#define _SDR_NOUNDO -#define _SDR_NOXOUTDEV -#define _XOUTBMP_STATICS_ONLY - #include <svx/dialmgr.hxx> #include "svx/xoutbmp.hxx" #include <svx/dialogs.hrc> diff --git a/svx/source/dialog/imapdlg.cxx b/svx/source/dialog/imapdlg.cxx index 643fe62d20ae..9b32a300907f 100644 --- a/svx/source/dialog/imapdlg.cxx +++ b/svx/source/dialog/imapdlg.cxx @@ -26,16 +26,6 @@ * ************************************************************************/ - -#define _SDR_NOITEMS -#define _SDR_NOTOUCH -#define _SDR_NOTRANSFORM -#define _SDR_NOOBJECTS -#define _SDR_NOVIEWMARKER -#define _SDR_NODRAGMETHODS -#define _SDR_NOUNDO -#define _SDR_NOXOUTDEV - #include <stdlib.h> #include <tools/shl.hxx> #include <tools/errinf.hxx> |