From de93c6260c90b7b523ed992914f62c54c64ce25a Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sun, 2 Jul 2017 22:27:05 +0200 Subject: loplugin:casttovoid: xmloff Change-Id: I4f9ffd686e8e5a10bdd3f5ad4282dc4776923b62 --- xmloff/source/transform/TransformerBase.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'xmloff/source/transform') 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; -- cgit