summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlstyle.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-27 11:52:46 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-27 11:52:46 +0000
commit84a895aee272adfe92001f2d11ce34b1fa9fe090 (patch)
tree3a5431812a06f561d4afadf6bd4c74395252cd86 /sc/source/filter/xml/xmlstyle.hxx
parentf9dcf2c384f231536b327e080a084d3e887212dc (diff)
INTEGRATION: CWS calcwarnings (1.29.50); FILE MERGED
2006/12/01 13:29:20 nn 1.29.50.1: #i69284# warning-free: filter/xml, wntmsci10
Diffstat (limited to 'sc/source/filter/xml/xmlstyle.hxx')
-rw-r--r--sc/source/filter/xml/xmlstyle.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/xml/xmlstyle.hxx b/sc/source/filter/xml/xmlstyle.hxx
index 62828766f674..c83716bf99cd 100644
--- a/sc/source/filter/xml/xmlstyle.hxx
+++ b/sc/source/filter/xml/xmlstyle.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmlstyle.hxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 15:30:42 $
+ * last change: $Author: vg $ $Date: 2007-02-27 12:52:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -356,7 +356,7 @@ class XmlScPropHdl_IsEqual : public XMLPropertyHandler
{
public:
virtual ~XmlScPropHdl_IsEqual() {}
- virtual bool equals( const ::com::sun::star::uno::Any& r1, const ::com::sun::star::uno::Any& r2 ) const { return sal_True; }
+ virtual bool equals( const ::com::sun::star::uno::Any& /* r1 */, const ::com::sun::star::uno::Any& /* r2 */ ) const { return sal_True; }
virtual sal_Bool importXML( const ::rtl::OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;
virtual sal_Bool exportXML( ::rtl::OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;
};