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 /vcl | |
parent | 5b021a1f0d281aed40ae83dffe4af7600b858bd5 (diff) |
Remove some unused defines and controls
Change-Id: I96f76ed6b33f5c786d1e3ab3981a535037a9c1b5
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/control/longcurr.cxx | 2 | ||||
-rw-r--r-- | vcl/source/src/btntext.src | 2 | ||||
-rw-r--r-- | vcl/source/src/helptext.src | 2 | ||||
-rw-r--r-- | vcl/source/src/images.src | 2 | ||||
-rw-r--r-- | vcl/source/src/menu.src | 1 | ||||
-rw-r--r-- | vcl/source/src/stdtext.src | 2 | ||||
-rw-r--r-- | vcl/source/src/units.src | 1 | ||||
-rw-r--r-- | vcl/unx/gtk/app/gtkdata.cxx | 5 | ||||
-rw-r--r-- | vcl/unx/kde/kdedata.cxx | 3 | ||||
-rw-r--r-- | vcl/unx/kde/salnativewidgets-kde.cxx | 3 | ||||
-rw-r--r-- | vcl/unx/kde4/KDESalGraphics.cxx | 3 | ||||
-rw-r--r-- | vcl/win/source/gdi/salnativewidgets-luna.cxx | 2 |
12 files changed, 0 insertions, 28 deletions
diff --git a/vcl/source/control/longcurr.cxx b/vcl/source/control/longcurr.cxx index 0ae610fa2e06..fa9fe0f71c9a 100644 --- a/vcl/source/control/longcurr.cxx +++ b/vcl/source/control/longcurr.cxx @@ -26,10 +26,8 @@ * ************************************************************************/ - #include <comphelper/string.hxx> #include <sot/object.hxx> -#define _TOOLS_BIGINT #include <sot/factory.hxx> #include <tools/debug.hxx> #include <tools/bigint.hxx> diff --git a/vcl/source/src/btntext.src b/vcl/source/src/btntext.src index c0303aac0f1f..cad485f867d6 100644 --- a/vcl/source/src/btntext.src +++ b/vcl/source/src/btntext.src @@ -25,8 +25,6 @@ * ************************************************************************/ -#define _SV_BTNTEXT_SRC - #include <svids.hrc> String SV_BUTTONTEXT_OK diff --git a/vcl/source/src/helptext.src b/vcl/source/src/helptext.src index d794fad00bb2..573c1b638f71 100644 --- a/vcl/source/src/helptext.src +++ b/vcl/source/src/helptext.src @@ -16,8 +16,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#define _SV_HELPTEXT_SRC - #include <svids.hrc> String SV_HELPTEXT_CLOSE diff --git a/vcl/source/src/images.src b/vcl/source/src/images.src index 2dcaac6b5606..f0b58f4d82d1 100644 --- a/vcl/source/src/images.src +++ b/vcl/source/src/images.src @@ -25,8 +25,6 @@ * ************************************************************************/ -#define _SV_IMAGES_SRC - #include <svids.hrc> // ======================================================================= diff --git a/vcl/source/src/menu.src b/vcl/source/src/menu.src index cbc6181fd3f3..efb9831647bd 100644 --- a/vcl/source/src/menu.src +++ b/vcl/source/src/menu.src @@ -15,7 +15,6 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#define _SV_MENU_SRC #include <svids.hrc> diff --git a/vcl/source/src/stdtext.src b/vcl/source/src/stdtext.src index 53d4fb5306b4..ffe5ac16e2f2 100644 --- a/vcl/source/src/stdtext.src +++ b/vcl/source/src/stdtext.src @@ -25,8 +25,6 @@ * ************************************************************************/ -#define _SV_STDTEXT_SRC - #include <svids.hrc> String SV_STDTEXT_SERVICENOTAVAILABLE diff --git a/vcl/source/src/units.src b/vcl/source/src/units.src index 24023569aaeb..342c1085030e 100644 --- a/vcl/source/src/units.src +++ b/vcl/source/src/units.src @@ -24,7 +24,6 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ -#define _SV_UNITS_SRC #include <svids.hrc> diff --git a/vcl/unx/gtk/app/gtkdata.cxx b/vcl/unx/gtk/app/gtkdata.cxx index 07beaccc5be7..8f3151cef2c6 100644 --- a/vcl/unx/gtk/app/gtkdata.cxx +++ b/vcl/unx/gtk/app/gtkdata.cxx @@ -26,11 +26,6 @@ * ************************************************************************/ - -#define _SV_SALDATA_CXX - -// -=-= #includes =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= - #include <unistd.h> #include <fcntl.h> diff --git a/vcl/unx/kde/kdedata.cxx b/vcl/unx/kde/kdedata.cxx index 195915bc6e39..e4b1092c2810 100644 --- a/vcl/unx/kde/kdedata.cxx +++ b/vcl/unx/kde/kdedata.cxx @@ -26,9 +26,6 @@ * ************************************************************************/ - -#define _SV_SALDATA_CXX - #include <shell/kde_headers.h> #include <unistd.h> diff --git a/vcl/unx/kde/salnativewidgets-kde.cxx b/vcl/unx/kde/salnativewidgets-kde.cxx index 0a5f79f5282d..e9e4d65a7a1f 100644 --- a/vcl/unx/kde/salnativewidgets-kde.cxx +++ b/vcl/unx/kde/salnativewidgets-kde.cxx @@ -26,9 +26,6 @@ * ************************************************************************/ - -#define _SV_SALNATIVEWIDGETS_KDE_CXX - #include <shell/kde_headers.h> #include "UnxFilePicker.hxx" diff --git a/vcl/unx/kde4/KDESalGraphics.cxx b/vcl/unx/kde4/KDESalGraphics.cxx index 80c38ec38db3..c7980a11a9b5 100644 --- a/vcl/unx/kde4/KDESalGraphics.cxx +++ b/vcl/unx/kde4/KDESalGraphics.cxx @@ -26,9 +26,6 @@ * ************************************************************************/ - -#define _SV_SALNATIVEWIDGETS_KDE_CXX - #define Region QtXRegion #include <QStyle> diff --git a/vcl/win/source/gdi/salnativewidgets-luna.cxx b/vcl/win/source/gdi/salnativewidgets-luna.cxx index b8abaee6e5b9..ca63b70d0358 100644 --- a/vcl/win/source/gdi/salnativewidgets-luna.cxx +++ b/vcl/win/source/gdi/salnativewidgets-luna.cxx @@ -40,8 +40,6 @@ // Drawing in non-client area (general DWM-related info): // http://msdn.microsoft.com/en-us/library/windows/desktop/bb688195%28v=vs.85%29.aspx -#define _SV_SALNATIVEWIDGETS_CXX - #include "rtl/ustring.h" #include "osl/module.h" |