summaryrefslogtreecommitdiff
path: root/xmloff/source/transform
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/transform')
-rw-r--r--xmloff/source/transform/TransformerBase.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/xmloff/source/transform/TransformerBase.cxx b/xmloff/source/transform/TransformerBase.cxx
index 5707f9ddd338..a2fa1aff6cbf 100644
--- a/xmloff/source/transform/TransformerBase.cxx
+++ b/xmloff/source/transform/TransformerBase.cxx
@@ -211,9 +211,6 @@ void SAL_CALL XMLTransformerBase::startElement( const OUString& rName,
{
SvXMLNamespaceMap *pRewindMap = nullptr;
- bool bRect = rName == "presentation:show-shape";
- (void)bRect;
-
// Process namespace attributes. This must happen before creating the
// context, because namespace declaration apply to the element name itself.
XMLMutableAttributeList *pMutableAttrList = nullptr;