summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorBrad Sowden <code@sowden.org>2011-12-29 22:31:12 +1300
committerLuboš Luňák <l.lunak@suse.cz>2012-01-04 13:49:11 +0100
commit2004a9920e1cef4ac208f14453c1bc8ad80b7c77 (patch)
tree9f790d7956e8d42353f9d5733d59b76de61eb4e6 /sw
parent9da30d99715466cf161da283caaf2faadfc7e5d9 (diff)
Easyhack fdo#38831 remove SvStrings
Remove SvStrings definition and obsolete #defines.
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/doc/docdde.cxx2
-rw-r--r--sw/source/filter/basflt/fltini.cxx2
-rw-r--r--sw/source/filter/html/swhtml.cxx2
-rw-r--r--sw/source/ui/uno/unoatxt.cxx2
4 files changed, 0 insertions, 8 deletions
diff --git a/sw/source/core/doc/docdde.cxx b/sw/source/core/doc/docdde.cxx
index 2d3760660f33..151840b02c0a 100644
--- a/sw/source/core/doc/docdde.cxx
+++ b/sw/source/core/doc/docdde.cxx
@@ -34,8 +34,6 @@
#include <vcl/svapp.hxx>
#include <tools/urlobj.hxx>
-#define _SVSTDARR_STRINGS
-#include <svl/svstdarr.hxx>
#include <sfx2/linkmgr.hxx> // LinkManager
#include <unotools/charclass.hxx>
#include <fmtcntnt.hxx>
diff --git a/sw/source/filter/basflt/fltini.cxx b/sw/source/filter/basflt/fltini.cxx
index b2da3f9080c1..0babb76e5d6f 100644
--- a/sw/source/filter/basflt/fltini.cxx
+++ b/sw/source/filter/basflt/fltini.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-#define _SVSTDARR_STRINGS
-
#include <string.h>
#include <stdio.h> // sscanf
#include <hintids.hxx>
diff --git a/sw/source/filter/html/swhtml.cxx b/sw/source/filter/html/swhtml.cxx
index 3dc5337b49ab..019c9dd0e826 100644
--- a/sw/source/filter/html/swhtml.cxx
+++ b/sw/source/filter/html/swhtml.cxx
@@ -38,8 +38,6 @@
#endif
#include <hintids.hxx>
-#define _SVSTDARR_STRINGS
-#include <svl/svstdarr.hxx>
#include <svl/stritem.hxx>
#include <svtools/imap.hxx>
#include <svtools/htmltokn.h>
diff --git a/sw/source/ui/uno/unoatxt.cxx b/sw/source/ui/uno/unoatxt.cxx
index dba39b10636c..413bac67a5f9 100644
--- a/sw/source/ui/uno/unoatxt.cxx
+++ b/sw/source/ui/uno/unoatxt.cxx
@@ -28,8 +28,6 @@
-#define _SVSTDARR_STRINGS
-
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <osl/mutex.hxx>
#include <osl/diagnose.h>