summaryrefslogtreecommitdiff
path: root/xmloff
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 /xmloff
parent14ced14a22d619a9316ee6e722645d0b38f02875 (diff)
removed unused static rtl::OUString
Change-Id: I5a097beaaeb30214ed6071bba1297e551291922b
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/chart/PropertyMaps.cxx1
-rw-r--r--xmloff/source/draw/layerimp.cxx2
2 files changed, 0 insertions, 3 deletions
diff --git a/xmloff/source/chart/PropertyMaps.cxx b/xmloff/source/chart/PropertyMaps.cxx
index 0856f0cdc288..96c148f77241 100644
--- a/xmloff/source/chart/PropertyMaps.cxx
+++ b/xmloff/source/chart/PropertyMaps.cxx
@@ -503,7 +503,6 @@ bool XMLChartImportPropertyMapper::handleSpecialItem(
const SvXMLUnitConverter& rUnitConverter,
const SvXMLNamespaceMap& rNamespaceMap ) const
{
- static const ::rtl::OUString sPackageProtocol( RTL_CONSTASCII_USTRINGPARAM( "vnd.sun.star.Package:" ) );
sal_Int32 nContextId = maPropMapper->GetEntryContextId( rProperty.mnIndex );
sal_Bool bRet = (nContextId != 0);
diff --git a/xmloff/source/draw/layerimp.cxx b/xmloff/source/draw/layerimp.cxx
index 1ab2901f22e3..c101642b07f8 100644
--- a/xmloff/source/draw/layerimp.cxx
+++ b/xmloff/source/draw/layerimp.cxx
@@ -78,8 +78,6 @@ SdXMLLayerContext::SdXMLLayerContext( SvXMLImport& rImport, sal_uInt16 nPrefix,
: SvXMLImportContext(rImport, nPrefix, rLocalName)
, mxLayerManager( xLayerManager )
{
- const OUString strName( RTL_CONSTASCII_USTRINGPARAM( "Name" ) );
-
OUString aName;
const sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0;