summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-05-14 23:43:05 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-05-14 23:43:54 +0900
commita6b68f4682c16281249889016921a289411da753 (patch)
tree65e449b1f574b899714427776ad4ddf1f87b3319 /oox
parent14ced14a22d619a9316ee6e722645d0b38f02875 (diff)
removed unused static rtl::OUString
Change-Id: I5a097beaaeb30214ed6071bba1297e551291922b
Diffstat (limited to 'oox')
-rw-r--r--oox/source/helper/propertymap.cxx1
-rw-r--r--oox/source/ole/axcontrol.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/oox/source/helper/propertymap.cxx b/oox/source/helper/propertymap.cxx
index 99ca67a43c92..513dfdbdeb27 100644
--- a/oox/source/helper/propertymap.cxx
+++ b/oox/source/helper/propertymap.cxx
@@ -537,7 +537,6 @@ static void printParameterPairData(int level, EnhancedCustomShapeParameterPair &
static const char* lclDumpAnyValueCode( Any value, int level = 0)
{
- static OUString sVoid = CREATE_OUSTRING("void");
OUString strValue;
Sequence< OUString > strArray;
Sequence< Any > anyArray;
diff --git a/oox/source/ole/axcontrol.cxx b/oox/source/ole/axcontrol.cxx
index 81a1f0e9cf2f..eb5a205bbdc3 100644
--- a/oox/source/ole/axcontrol.cxx
+++ b/oox/source/ole/axcontrol.cxx
@@ -2507,7 +2507,6 @@ HtmlSelectModel::HtmlSelectModel()
bool
HtmlSelectModel::importBinaryModel( BinaryInputStream& rInStrm )
{
- static OUString sTerm( RTL_CONSTASCII_USTRINGPARAM("</SELECT") );
static String sMultiple( RTL_CONSTASCII_USTRINGPARAM("<SELECT MULTIPLE") );
static String sSelected( RTL_CONSTASCII_USTRINGPARAM("OPTION SELECTED") );