diff options
author | Felix Zhang <fezhang@suse.com> | 2011-11-15 16:57:53 +0800 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-11-15 14:39:55 +0100 |
commit | d52f57837e302a9ef483e042b58da8b54d266597 (patch) | |
tree | 032a95dfe8f7798bef9d0715b4b4bbba1c66c788 /sc | |
parent | d11a82acfd1f529eb399780a1ec2d7a8edb2a40d (diff) |
remove obsolete layout macros
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/inc/tpsort.hxx | 8 |
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; |