diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-02-27 11:48:11 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-02-27 11:48:11 +0000 |
commit | d90e290aed116482ece5c46d4911b9b7b4f70f37 (patch) | |
tree | f244e43813b37ab004d69d85fcce73a4319bec32 /sc | |
parent | b7eec64a8c60d9f87a2b9c3af29bb3a636ade622 (diff) |
INTEGRATION: CWS calcwarnings (1.6.110); FILE MERGED
2006/12/01 13:29:17 nn 1.6.110.1: #i69284# warning-free: filter/xml, wntmsci10
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/xml/XMLTableShapesContext.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/xml/XMLTableShapesContext.cxx b/sc/source/filter/xml/XMLTableShapesContext.cxx index d6f9a77ac12a..40bf8755b963 100644 --- a/sc/source/filter/xml/XMLTableShapesContext.cxx +++ b/sc/source/filter/xml/XMLTableShapesContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: XMLTableShapesContext.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: kz $ $Date: 2006-07-21 12:49:54 $ + * last change: $Author: vg $ $Date: 2007-02-27 12:48:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -65,7 +65,7 @@ ScXMLTableShapesContext::ScXMLTableShapesContext( ScXMLImport& rImport, USHORT nPrfx, const ::rtl::OUString& rLName, const ::com::sun::star::uno::Reference< - ::com::sun::star::xml::sax::XAttributeList>& xAttrList) : + ::com::sun::star::xml::sax::XAttributeList>& /* xAttrList */ ) : SvXMLImportContext( rImport, nPrfx, rLName ) { // here are no attributes |