summaryrefslogtreecommitdiff
path: root/xmloff/source/transform
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-02 22:27:05 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-02 22:27:05 +0200
commitde93c6260c90b7b523ed992914f62c54c64ce25a (patch)
treecce2839a86340bbc8af61bd1b534dab47cc13ba1 /xmloff/source/transform
parentdd3df0f4cb3bbc65528e0069542e841bcd506a66 (diff)
loplugin:casttovoid: xmloff
Change-Id: I4f9ffd686e8e5a10bdd3f5ad4282dc4776923b62
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;