diff options
author | August Sodora <augsod@gmail.com> | 2012-01-09 20:37:49 -0500 |
---|---|---|
committer | August Sodora <augsod@gmail.com> | 2012-01-10 23:18:14 -0500 |
commit | bcb9ddaa7ea954cebaa031dc74cf7cd21489d8d6 (patch) | |
tree | 863025bd0ed489fdb1cadfaf5b424f112697126d /editeng/source | |
parent | 2f9231f320340734568d0df657c9d5ae062331ec (diff) |
Remove _SVSTDARR_STRINGSISORTDTOR
Diffstat (limited to 'editeng/source')
-rw-r--r-- | editeng/source/misc/SvXMLAutoCorrectExport.cxx | 3 | ||||
-rw-r--r-- | editeng/source/misc/SvXMLAutoCorrectImport.cxx | 4 | ||||
-rw-r--r-- | editeng/source/misc/svxacorr.cxx | 5 |
3 files changed, 0 insertions, 12 deletions
diff --git a/editeng/source/misc/SvXMLAutoCorrectExport.cxx b/editeng/source/misc/SvXMLAutoCorrectExport.cxx index 0723a7440741..8538f8757330 100644 --- a/editeng/source/misc/SvXMLAutoCorrectExport.cxx +++ b/editeng/source/misc/SvXMLAutoCorrectExport.cxx @@ -26,12 +26,9 @@ * ************************************************************************/ - #include <SvXMLAutoCorrectExport.hxx> #include <com/sun/star/util/MeasureUnit.hpp> -#define _SVSTDARR_STRINGSISORTDTOR -#define _SVSTDARR_STRINGSDTOR #include <svl/svstdarr.hxx> #include <xmloff/xmltoken.hxx> diff --git a/editeng/source/misc/SvXMLAutoCorrectImport.cxx b/editeng/source/misc/SvXMLAutoCorrectImport.cxx index f0014545f96b..e7354b9d772a 100644 --- a/editeng/source/misc/SvXMLAutoCorrectImport.cxx +++ b/editeng/source/misc/SvXMLAutoCorrectImport.cxx @@ -28,9 +28,6 @@ #include <SvXMLAutoCorrectImport.hxx> #include <vcl/svapp.hxx> - -#define _SVSTDARR_STRINGSISORTDTOR -#define _SVSTDARR_STRINGSDTOR #include <svl/svstdarr.hxx> #include <xmloff/xmltoken.hxx> @@ -38,7 +35,6 @@ using namespace ::com::sun::star; using namespace ::xmloff::token; using namespace ::rtl; - static OUString sBlockList ( RTL_CONSTASCII_USTRINGPARAM ( "_block-list" ) ); SvXMLAutoCorrectImport::SvXMLAutoCorrectImport( diff --git a/editeng/source/misc/svxacorr.cxx b/editeng/source/misc/svxacorr.cxx index 978c9ab6c944..b7df997f9daa 100644 --- a/editeng/source/misc/svxacorr.cxx +++ b/editeng/source/misc/svxacorr.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ - - #include <com/sun/star/io/XStream.hpp> #include <com/sun/star/lang/Locale.hpp> #include <tools/urlobj.hxx> @@ -35,9 +33,6 @@ #include <i18npool/mslangid.hxx> #include <vcl/svapp.hxx> #include <sot/storinfo.hxx> -// for the Sort-String-Arrays from SVMEM.HXX -#define _SVSTDARR_STRINGSISORTDTOR -#define _SVSTDARR_STRINGSDTOR #include <svl/svstdarr.hxx> #include <svl/fstathelper.hxx> #include <svtools/helpopt.hxx> |