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/source/src | |
parent | 5b021a1f0d281aed40ae83dffe4af7600b858bd5 (diff) |
Remove some unused defines and controls
Change-Id: I96f76ed6b33f5c786d1e3ab3981a535037a9c1b5
Diffstat (limited to 'vcl/source/src')
-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 |
6 files changed, 0 insertions, 10 deletions
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> |