summaryrefslogtreecommitdiff
path: root/xmloff/source/chart
diff options
context:
space:
mode:
authorIngrid Halama <iha@openoffice.org>2010-01-29 17:23:04 +0100
committerIngrid Halama <iha@openoffice.org>2010-01-29 17:23:04 +0100
commit146a0be53fef68cec76b2312239aaf412e1a89ea (patch)
tree2115bf4335c662f0b42ac4d7a922f645ee9ad676 /xmloff/source/chart
parent012b2be92178be4d75395e5726f7ebdbe6ca28de (diff)
chartmultiline: fixed compiler warnings
Diffstat (limited to 'xmloff/source/chart')
-rwxr-xr-xxmloff/source/chart/SchXMLTextListContext.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/chart/SchXMLTextListContext.cxx b/xmloff/source/chart/SchXMLTextListContext.cxx
index 075c4c5150a5..fbb6815046fc 100755
--- a/xmloff/source/chart/SchXMLTextListContext.cxx
+++ b/xmloff/source/chart/SchXMLTextListContext.cxx
@@ -75,7 +75,7 @@ SchXMLListItemContext::SchXMLListItemContext(
SchXMLListItemContext::~SchXMLListItemContext()
{}
-void SchXMLListItemContext::StartElement( const Reference< xml::sax::XAttributeList >& xAttrList )
+void SchXMLListItemContext::StartElement( const Reference< xml::sax::XAttributeList >& /*xAttrList*/ )
{
}
@@ -111,7 +111,7 @@ SchXMLTextListContext::~SchXMLTextListContext()
{
}
-void SchXMLTextListContext::StartElement( const Reference< xml::sax::XAttributeList >& xAttrList )
+void SchXMLTextListContext::StartElement( const Reference< xml::sax::XAttributeList >& /*xAttrList*/ )
{
}