summaryrefslogtreecommitdiff
path: root/oox/source/helper
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/source/helper
parent14ced14a22d619a9316ee6e722645d0b38f02875 (diff)
removed unused static rtl::OUString
Change-Id: I5a097beaaeb30214ed6071bba1297e551291922b
Diffstat (limited to 'oox/source/helper')
-rw-r--r--oox/source/helper/propertymap.cxx1
1 files changed, 0 insertions, 1 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;