summaryrefslogtreecommitdiff
path: root/writerperfect/source/draw
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-03-03 06:01:17 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-03-03 11:48:02 +0100
commit919e27746650f223699a97f8f3d4922101d6d739 (patch)
tree33909252ee42540d05ce94998354fd221c247a57 /writerperfect/source/draw
parent9657161c2a55cc9456e37f7220c5fdecae1829bb (diff)
loplugin: unused variables and commented code
Change-Id: I01f1f1d112767b576d7cfc6e25fe95385de2c0cf
Diffstat (limited to 'writerperfect/source/draw')
-rw-r--r--writerperfect/source/draw/CDRImportFilter.cxx1
-rw-r--r--writerperfect/source/draw/CMXImportFilter.cxx1
-rw-r--r--writerperfect/source/draw/MSPUBImportFilter.cxx1
-rw-r--r--writerperfect/source/draw/VisioImportFilter.cxx1
4 files changed, 0 insertions, 4 deletions
diff --git a/writerperfect/source/draw/CDRImportFilter.cxx b/writerperfect/source/draw/CDRImportFilter.cxx
index 216e1fde77cb..d0204b3125e7 100644
--- a/writerperfect/source/draw/CDRImportFilter.cxx
+++ b/writerperfect/source/draw/CDRImportFilter.cxx
@@ -68,7 +68,6 @@ throw (RuntimeException)
#endif
sal_Int32 nLength = aDescriptor.getLength();
const PropertyValue *pValue = aDescriptor.getConstArray();
- OUString sURL;
Reference < XInputStream > xInputStream;
for ( sal_Int32 i = 0 ; i < nLength; i++)
{
diff --git a/writerperfect/source/draw/CMXImportFilter.cxx b/writerperfect/source/draw/CMXImportFilter.cxx
index 885449001b60..8dec7487f4c7 100644
--- a/writerperfect/source/draw/CMXImportFilter.cxx
+++ b/writerperfect/source/draw/CMXImportFilter.cxx
@@ -67,7 +67,6 @@ throw (RuntimeException)
#endif
sal_Int32 nLength = aDescriptor.getLength();
const PropertyValue *pValue = aDescriptor.getConstArray();
- OUString sURL;
Reference < XInputStream > xInputStream;
for ( sal_Int32 i = 0 ; i < nLength; i++)
{
diff --git a/writerperfect/source/draw/MSPUBImportFilter.cxx b/writerperfect/source/draw/MSPUBImportFilter.cxx
index b80b6d62e3ff..a8923081df7f 100644
--- a/writerperfect/source/draw/MSPUBImportFilter.cxx
+++ b/writerperfect/source/draw/MSPUBImportFilter.cxx
@@ -63,7 +63,6 @@ throw (RuntimeException)
#endif
sal_Int32 nLength = aDescriptor.getLength();
const PropertyValue *pValue = aDescriptor.getConstArray();
- OUString sURL;
Reference < XInputStream > xInputStream;
for ( sal_Int32 i = 0 ; i < nLength; i++)
{
diff --git a/writerperfect/source/draw/VisioImportFilter.cxx b/writerperfect/source/draw/VisioImportFilter.cxx
index 9b39b64aaaed..a566947f3fbb 100644
--- a/writerperfect/source/draw/VisioImportFilter.cxx
+++ b/writerperfect/source/draw/VisioImportFilter.cxx
@@ -63,7 +63,6 @@ throw (RuntimeException)
#endif
sal_Int32 nLength = aDescriptor.getLength();
const PropertyValue *pValue = aDescriptor.getConstArray();
- OUString sURL;
Reference < XInputStream > xInputStream;
for ( sal_Int32 i = 0 ; i < nLength; i++)
{