summaryrefslogtreecommitdiff
path: root/sc
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 /sc
parent9da30d99715466cf161da283caaf2faadfc7e5d9 (diff)
Easyhack fdo#38831 remove SvStrings
Remove SvStrings definition and obsolete #defines.
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/inc/formula.hxx6
-rw-r--r--sc/source/ui/inc/funcpage.hxx6
-rw-r--r--sc/source/ui/inc/undotab.hxx7
-rw-r--r--sc/source/ui/inc/viewfunc.hxx6
-rw-r--r--sc/source/ui/view/viewfun2.cxx1
5 files changed, 0 insertions, 26 deletions
diff --git a/sc/source/ui/inc/formula.hxx b/sc/source/ui/inc/formula.hxx
index 306aaa565d8d..e9e0b346dda9 100644
--- a/sc/source/ui/inc/formula.hxx
+++ b/sc/source/ui/inc/formula.hxx
@@ -37,12 +37,6 @@
#include <svtools/svmedit.hxx>
#include <vcl/tabpage.hxx>
-#ifndef _SVSTDARR_STRINGS
-
-#define _SVSTDARR_STRINGS
-#include <svl/svstdarr.hxx>
-
-#endif
#include "compiler.hxx"
#include "cell.hxx"
diff --git a/sc/source/ui/inc/funcpage.hxx b/sc/source/ui/inc/funcpage.hxx
index ca24748cc5a7..79f8185e6399 100644
--- a/sc/source/ui/inc/funcpage.hxx
+++ b/sc/source/ui/inc/funcpage.hxx
@@ -37,12 +37,6 @@
#include <svtools/svmedit.hxx>
#include <vcl/tabpage.hxx>
-#ifndef _SVSTDARR_STRINGS
-
-#define _SVSTDARR_STRINGS
-#include <svl/svstdarr.hxx>
-
-#endif
#include <vcl/tabctrl.hxx>
#include "parawin.hxx"
#include <svtools/svtreebx.hxx>
diff --git a/sc/source/ui/inc/undotab.hxx b/sc/source/ui/inc/undotab.hxx
index c6b74090b2f3..d2dfedfe36c4 100644
--- a/sc/source/ui/inc/undotab.hxx
+++ b/sc/source/ui/inc/undotab.hxx
@@ -34,13 +34,6 @@
#include <tools/color.hxx>
#include "tabbgcolor.hxx"
-#ifndef _SVSTDARR_STRINGS
-
-#define _SVSTDARR_STRINGS
-#include <svl/svstdarr.hxx>
-
-#endif
-
#include <com/sun/star/uno/Sequence.hxx>
#include <boost/shared_ptr.hpp>
diff --git a/sc/source/ui/inc/viewfunc.hxx b/sc/source/ui/inc/viewfunc.hxx
index 29e10f36e8d1..f1273cf04310 100644
--- a/sc/source/ui/inc/viewfunc.hxx
+++ b/sc/source/ui/inc/viewfunc.hxx
@@ -32,12 +32,6 @@
#include "tabbgcolor.hxx"
-#ifndef _SVSTDARR_STRINGS
-
-#define _SVSTDARR_STRINGS
-#include <svl/svstdarr.hxx>
-
-#endif
#include <com/sun/star/embed/XEmbeddedObject.hpp>
#include <com/sun/star/embed/Aspects.hpp>
#include <vector>
diff --git a/sc/source/ui/view/viewfun2.cxx b/sc/source/ui/view/viewfun2.cxx
index e2c950c4d9b9..400d1cbdd9e4 100644
--- a/sc/source/ui/view/viewfun2.cxx
+++ b/sc/source/ui/view/viewfun2.cxx
@@ -33,7 +33,6 @@
#include <editeng/eeitem.hxx>
#include <sfx2/app.hxx>
-#define _SVSTDARR_STRINGS
#include <editeng/boxitem.hxx>
#include <editeng/fontitem.hxx>
#include <editeng/scripttypeitem.hxx>