diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-11-03 18:35:52 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-11-03 18:36:03 +0100 |
commit | 7fe8d9328c619523897aa0e84b4bb9f5ab11b743 (patch) | |
tree | e64e5d956d65dee4087e49a1ed8063a55383208a /xmloff/source/draw | |
parent | b524b0bd98e4f841c88b91bff4bd23e68897a501 (diff) |
xmloff: drop unused OUStrings
Change-Id: I040e9a5c9e60a27aa82fd624cc01edfecf5cc8de
Diffstat (limited to 'xmloff/source/draw')
-rw-r--r-- | xmloff/source/draw/shapeexport2.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmloff/source/draw/shapeexport2.cxx b/xmloff/source/draw/shapeexport2.cxx index 06149952dde9..988137e48a02 100644 --- a/xmloff/source/draw/shapeexport2.cxx +++ b/xmloff/source/draw/shapeexport2.cxx @@ -239,8 +239,6 @@ sal_Bool XMLShapeExport::ImpExportPresentationAttributes( const uno::Reference< { sal_Bool bIsEmpty = sal_False; - OUStringBuffer sStringBuffer; - // write presentation class entry mrExport.AddAttribute(XML_NAMESPACE_PRESENTATION, XML_CLASS, rClass); |