summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorFelix Zhang <fezhang@suse.com>2011-11-15 16:57:53 +0800
committerJan Holesovsky <kendy@suse.cz>2011-11-15 14:39:55 +0100
commitd52f57837e302a9ef483e042b58da8b54d266597 (patch)
tree032a95dfe8f7798bef9d0715b4b4bbba1c66c788 /sc
parentd11a82acfd1f529eb399780a1ec2d7a8edb2a40d (diff)
remove obsolete layout macros
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/inc/tpsort.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/sc/source/ui/inc/tpsort.hxx b/sc/source/ui/inc/tpsort.hxx
index a94dda50311f..059a5f4f7da5 100644
--- a/sc/source/ui/inc/tpsort.hxx
+++ b/sc/source/ui/inc/tpsort.hxx
@@ -130,8 +130,6 @@ class ScRangeData;
class CollatorRessource;
class CollatorWrapper;
-#define LocalizedString String
-
class ScTabPageSortOptions : public SfxTabPage
{
public:
@@ -180,9 +178,9 @@ private:
// FixedText aFtAreaLabel;
// FixedInfo aFtArea;
- LocalizedString aStrRowLabel;
- LocalizedString aStrColLabel;
- LocalizedString aStrUndefined;
+ String aStrRowLabel;
+ String aStrColLabel;
+ String aStrUndefined;
String aStrAreaLabel;
const sal_uInt16 nWhichSort;