diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-11-14 21:02:07 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-11-14 21:02:40 +0100 |
commit | ab5d1fbfb4956ec431dbceb6b4cc65f7b12e5c5f (patch) | |
tree | 9a8a9a87526b4da881a364dd557ea9002e6a6b5b /xmloff | |
parent | bcd594902c366443f0d17b7599267793ac6da204 (diff) |
SAL_WARN_UNUSED com::sun::star::uno::Any
Change-Id: I9058044d13f696e07667dce706f6c311af6dbea0
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/chart/SchXMLExport.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/style/styleexp.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/text/XMLSectionExport.cxx | 3 | ||||
-rw-r--r-- | xmloff/source/text/txtstyle.cxx | 1 |
4 files changed, 0 insertions, 7 deletions
diff --git a/xmloff/source/chart/SchXMLExport.cxx b/xmloff/source/chart/SchXMLExport.cxx index b699048b33b0..add66b13300b 100644 --- a/xmloff/source/chart/SchXMLExport.cxx +++ b/xmloff/source/chart/SchXMLExport.cxx @@ -2562,7 +2562,6 @@ namespace { if( !aData.getLength() ) aData = xDataSequence->getData(); - uno::Any aAny; OUString aString; sal_Int32 nCount = aData.getLength(); for( sal_Int32 i = 0; i < nCount; ++i ) diff --git a/xmloff/source/style/styleexp.cxx b/xmloff/source/style/styleexp.cxx index 0093b3844b0d..4c87b9fedc96 100644 --- a/xmloff/source/style/styleexp.cxx +++ b/xmloff/source/style/styleexp.cxx @@ -341,8 +341,6 @@ sal_Bool XMLStyleExport::exportDefaultStyle( Reference< XPropertySetInfo > xPropSetInfo = xPropSet->getPropertySetInfo(); - Any aAny; - // <style:default-style ...> GetExport().CheckAttrList(); diff --git a/xmloff/source/text/XMLSectionExport.cxx b/xmloff/source/text/XMLSectionExport.cxx index dbd3775d7e33..940be018da25 100644 --- a/xmloff/source/text/XMLSectionExport.cxx +++ b/xmloff/source/text/XMLSectionExport.cxx @@ -564,9 +564,6 @@ void XMLSectionExport::ExportTableOfContentStart( // scope for table-of-content-source element { - - Any aAny; - // TOC specific index source attributes: // outline-level: 1..10 diff --git a/xmloff/source/text/txtstyle.cxx b/xmloff/source/text/txtstyle.cxx index ed0075c70fff..0f690b0c20d7 100644 --- a/xmloff/source/text/txtstyle.cxx +++ b/xmloff/source/text/txtstyle.cxx @@ -47,7 +47,6 @@ void XMLTextParagraphExport::exportStyleAttributes( ::com::sun::star::style::XStyle > & rStyle ) { OUString sName; - Any aAny; Reference< XPropertySet > xPropSet( rStyle, UNO_QUERY ); Reference< XPropertySetInfo > xPropSetInfo( xPropSet->getPropertySetInfo()); |