summaryrefslogtreecommitdiff
path: root/filter/source/svg
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-10-18 15:05:45 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-10-18 15:28:30 +0100
commit1b472f650a01bf8b6f1f6d2c7b99dccb74963461 (patch)
tree378051356469831514ea2a9f38e3bca233e03608 /filter/source/svg
parent6a076eca204eadc16e442b1cfdcaf7a5b38f197e (diff)
loplugin: unused strings
Change-Id: I41a572ea28f827740b7084105a029854035ef9d7
Diffstat (limited to 'filter/source/svg')
-rw-r--r--filter/source/svg/svgexport.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/filter/source/svg/svgexport.cxx b/filter/source/svg/svgexport.cxx
index a0ff05b6d120..686cb5138f65 100644
--- a/filter/source/svg/svgexport.cxx
+++ b/filter/source/svg/svgexport.cxx
@@ -1987,7 +1987,6 @@ sal_Bool SVGFilter::implCreateObjectsFromShape( const Reference< XDrawPage > & r
// We create a set of bitmaps embedded into text shape.
GDIMetaFile aMtf;
- const Point aNullPt;
const Size aSize( pObj->GetCurrentBoundRect().GetSize() );
MetaAction* pAction;
sal_Bool bIsTextShapeStarted = sal_False;