summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLDetectiveContext.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-27 11:45:06 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-27 11:45:06 +0000
commit674e379adfd52e4d09107d95eb812c879ef7de14 (patch)
tree793d237a860e81e0bff6499c068bf0ffe2c885d0 /sc/source/filter/xml/XMLDetectiveContext.cxx
parent06ad6d677dd83afe3a7658500ca773287629b459 (diff)
INTEGRATION: CWS calcwarnings (1.13.108); FILE MERGED
2006/12/01 13:29:15 nn 1.13.108.1: #i69284# warning-free: filter/xml, wntmsci10
Diffstat (limited to 'sc/source/filter/xml/XMLDetectiveContext.cxx')
-rw-r--r--sc/source/filter/xml/XMLDetectiveContext.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/xml/XMLDetectiveContext.cxx b/sc/source/filter/xml/XMLDetectiveContext.cxx
index b02d377015b7..7b939e28fa70 100644
--- a/sc/source/filter/xml/XMLDetectiveContext.cxx
+++ b/sc/source/filter/xml/XMLDetectiveContext.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLDetectiveContext.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: kz $ $Date: 2006-07-21 12:43:29 $
+ * last change: $Author: vg $ $Date: 2007-02-27 12:45:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -205,7 +205,7 @@ ScXMLDetectiveHighlightedContext::~ScXMLDetectiveHighlightedContext()
SvXMLImportContext *ScXMLDetectiveHighlightedContext::CreateChildContext(
USHORT nPrefix,
const OUString& rLName,
- const uno::Reference< xml::sax::XAttributeList>& xAttrList )
+ const uno::Reference< xml::sax::XAttributeList>& /* xAttrList */ )
{
return new SvXMLImportContext( GetImport(), nPrefix, rLName );
}
@@ -276,7 +276,7 @@ ScXMLDetectiveOperationContext::~ScXMLDetectiveOperationContext()
SvXMLImportContext *ScXMLDetectiveOperationContext::CreateChildContext(
USHORT nPrefix,
const OUString& rLName,
- const uno::Reference< xml::sax::XAttributeList>& xAttrList )
+ const uno::Reference< xml::sax::XAttributeList>& /* xAttrList */ )
{
return new SvXMLImportContext( GetImport(), nPrefix, rLName );
}