summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorBrad Sowden <code@sowden.org>2011-12-29 22:30:13 +1300
committerLuboš Luňák <l.lunak@suse.cz>2012-01-04 13:49:11 +0100
commit9da30d99715466cf161da283caaf2faadfc7e5d9 (patch)
tree4a3087c5a02d856523354a5d024b26a2fba2ec6f /sc
parent4998b04122f98ce689ce8af7f3b32fe03f9b771a (diff)
Easyhack fdo#38831 remove SvStrings
Remove unused variables.
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/inc/parawin.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/ui/inc/parawin.hxx b/sc/source/ui/inc/parawin.hxx
index bacbc2c35078..a9344190e952 100644
--- a/sc/source/ui/inc/parawin.hxx
+++ b/sc/source/ui/inc/parawin.hxx
@@ -36,13 +36,6 @@
#include <vcl/group.hxx>
#include <svtools/svmedit.hxx>
#include <vcl/tabpage.hxx>
-
-#ifndef _SVSTDARR_STRINGS
-
-#define _SVSTDARR_STRINGS
-#include <svl/svstdarr.hxx>
-
-#endif
#include <vcl/tabctrl.hxx>
#include <vector>
@@ -96,7 +89,6 @@ private:
ArgInput aArgInput[4];
String aDefaultString;
- SvStrings aParaArray;
DECL_LINK( ScrollHdl, ScrollBar* );
DECL_LINK( ModifyHdl, ArgInput* );
DECL_LINK( GetEdFocusHdl, ArgInput* );