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
commit1e371f221f0af46e94d1f8686a152ed4f403f2e5 (patch)
tree0a2d83496f4b478c0c1309ebcd6416c8a04589e7 /xmloff/source/chart
parentea1d130e17e9409cdc852e4c7b50a1a6af32ea77 (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 e4a8f56937..b89fc7f46d 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*/ )
{
}