summaryrefslogtreecommitdiff
path: root/xmloff/source/text
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text')
-rw-r--r--xmloff/source/text/XMLSectionExport.cxx3
-rw-r--r--xmloff/source/text/txtstyle.cxx1
2 files changed, 0 insertions, 4 deletions
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());