summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-06-29 15:03:50 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-06-29 15:59:53 +0200
commitb63027f0992cf5c368faeb807c69110997dd00ea (patch)
tree1a4a7cc3815b5414022c7e93d40de98e59f75bfe /tools
parent5b021a1f0d281aed40ae83dffe4af7600b858bd5 (diff)
Remove some unused defines and controls
Change-Id: I96f76ed6b33f5c786d1e3ab3981a535037a9c1b5
Diffstat (limited to 'tools')
-rw-r--r--tools/source/datetime/ttime.cxx3
-rw-r--r--tools/source/debug/debug.cxx3
-rw-r--r--tools/source/generic/line.cxx2
-rw-r--r--tools/source/generic/poly.cxx2
-rw-r--r--tools/source/generic/poly2.cxx3
-rw-r--r--tools/source/rc/rc.cxx3
-rw-r--r--tools/source/rc/resary.cxx2
-rw-r--r--tools/source/stream/vcompat.cxx2
8 files changed, 0 insertions, 20 deletions
diff --git a/tools/source/datetime/ttime.cxx b/tools/source/datetime/ttime.cxx
index 4a377e2b226e..0aa82ad5d41f 100644
--- a/tools/source/datetime/ttime.cxx
+++ b/tools/source/datetime/ttime.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-
-#define _TOOLS_TIME_CXX
-
#if defined( WNT )
#include <windows.h>
#elif defined UNX
diff --git a/tools/source/debug/debug.cxx b/tools/source/debug/debug.cxx
index b3dae60ead65..5c1dfa3489c4 100644
--- a/tools/source/debug/debug.cxx
+++ b/tools/source/debug/debug.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-
-#define _TOOLS_DEBUG_CXX
-
#if defined (UNX) || defined (GCC)
#include <unistd.h>
#else
diff --git a/tools/source/generic/line.cxx b/tools/source/generic/line.cxx
index 32c81e8d231b..5b9073efaeae 100644
--- a/tools/source/generic/line.cxx
+++ b/tools/source/generic/line.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-
-#define _LINE_CXX
#include <tools/link.hxx>
#include <tools/line.hxx>
#include <tools/debug.hxx>
diff --git a/tools/source/generic/poly.cxx b/tools/source/generic/poly.cxx
index bbc50d642fdf..7f2afcac7661 100644
--- a/tools/source/generic/poly.cxx
+++ b/tools/source/generic/poly.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-
-#define _SV_POLY_CXX
#include <osl/endian.h>
#include <tools/bigint.hxx>
#include <tools/debug.hxx>
diff --git a/tools/source/generic/poly2.cxx b/tools/source/generic/poly2.cxx
index 089c7150d996..8f4438503938 100644
--- a/tools/source/generic/poly2.cxx
+++ b/tools/source/generic/poly2.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-
-#define _SV_POLY2_CXX
-
#define POLY_CLIP_INT 0
#define POLY_CLIP_UNION 1
#define POLY_CLIP_DIFF 2
diff --git a/tools/source/rc/rc.cxx b/tools/source/rc/rc.cxx
index 00f2a7a90cca..316135720727 100644
--- a/tools/source/rc/rc.cxx
+++ b/tools/source/rc/rc.cxx
@@ -17,9 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
-#define _TOOLS_RC_CXX
-
#include <string.h>
#include <tools/date.hxx>
#include <tools/time.hxx>
diff --git a/tools/source/rc/resary.cxx b/tools/source/rc/resary.cxx
index d2264452246a..cdf04f7fe362 100644
--- a/tools/source/rc/resary.cxx
+++ b/tools/source/rc/resary.cxx
@@ -17,8 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
-#define _TOOLS_RESARY_CXX
#include <tools/resmgr.hxx>
#include <tools/resary.hxx>
#include <tools/rcid.h>
diff --git a/tools/source/stream/vcompat.cxx b/tools/source/stream/vcompat.cxx
index 599d7198c666..fc9dc1789781 100644
--- a/tools/source/stream/vcompat.cxx
+++ b/tools/source/stream/vcompat.cxx
@@ -17,8 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
-#define _VCOMPAT_CXX
#include <tools/stream.hxx>
#include <tools/vcompat.hxx>