summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlsceni.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-27 11:52:10 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-27 11:52:10 +0000
commit7b7c2f4987b81d6205e3e6050eaf5cd1218e6991 (patch)
tree8799fd1c036725d76df9a50c63d5aefe6c8a23ea /sc/source/filter/xml/xmlsceni.cxx
parent4074aca2771de0bed67f09be26e3c03f43a96882 (diff)
INTEGRATION: CWS calcwarnings (1.12.108); FILE MERGED
2006/12/01 13:29:19 nn 1.12.108.1: #i69284# warning-free: filter/xml, wntmsci10
Diffstat (limited to 'sc/source/filter/xml/xmlsceni.cxx')
-rw-r--r--sc/source/filter/xml/xmlsceni.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/xml/xmlsceni.cxx b/sc/source/filter/xml/xmlsceni.cxx
index 1e5810921cbc..2b8c07fc8236 100644
--- a/sc/source/filter/xml/xmlsceni.cxx
+++ b/sc/source/filter/xml/xmlsceni.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmlsceni.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: kz $ $Date: 2006-07-21 12:54:21 $
+ * last change: $Author: vg $ $Date: 2007-02-27 12:52:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -149,14 +149,14 @@ ScXMLTableScenarioContext::~ScXMLTableScenarioContext()
SvXMLImportContext *ScXMLTableScenarioContext::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 );
}
void ScXMLTableScenarioContext::EndElement()
{
- SCTAB nCurrTable( GetScImport().GetTables().GetCurrentSheet() );
+ SCTAB nCurrTable( sal::static_int_cast<SCTAB>( GetScImport().GetTables().GetCurrentSheet() ) );
ScDocument* pDoc(GetScImport().GetDocument());
if (pDoc)
{