summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLTableHeaderFooterContext.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-27 11:47:09 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-27 11:47:09 +0000
commit2f46b937fc2870da846ae265059a6919703c104d (patch)
tree71355d19285e8cca3f36bbc1233c21899d51eab6 /sc/source/filter/xml/XMLTableHeaderFooterContext.cxx
parentea897c2d9d48c9dbe547fac39978e2aa74a03f02 (diff)
INTEGRATION: CWS calcwarnings (1.11.110); FILE MERGED
2006/12/13 10:30:16 nn 1.11.110.2: #i69284# warning-free: filter/xml, unxlngi6 2006/12/01 13:29:17 nn 1.11.110.1: #i69284# warning-free: filter/xml, wntmsci10
Diffstat (limited to 'sc/source/filter/xml/XMLTableHeaderFooterContext.cxx')
-rw-r--r--sc/source/filter/xml/XMLTableHeaderFooterContext.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/filter/xml/XMLTableHeaderFooterContext.cxx b/sc/source/filter/xml/XMLTableHeaderFooterContext.cxx
index 37c8426c4591..37447f5bd40a 100644
--- a/sc/source/filter/xml/XMLTableHeaderFooterContext.cxx
+++ b/sc/source/filter/xml/XMLTableHeaderFooterContext.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLTableHeaderFooterContext.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: kz $ $Date: 2006-07-21 12:48:53 $
+ * last change: $Author: vg $ $Date: 2007-02-27 12:47:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -80,9 +80,9 @@ XMLTableHeaderFooterContext::XMLTableHeaderFooterContext( SvXMLImport& rImport,
sShareContent( OUString::createFromAscii( bFooter ? SC_UNO_PAGE_FTRSHARED : SC_UNO_PAGE_HDRSHARED ) ),
sContent( OUString::createFromAscii( bFooter ? SC_UNO_PAGE_RIGHTFTRCON : SC_UNO_PAGE_RIGHTHDRCON ) ),
sContentLeft( OUString::createFromAscii( bFooter ? SC_UNO_PAGE_LEFTFTRCONT : SC_UNO_PAGE_LEFTHDRCONT ) ),
+ bDisplay( sal_True ),
bInsertContent( sal_True ),
bLeft( bLft ),
- bDisplay( sal_True ),
bContainsLeft(sal_False),
bContainsRight(sal_False),
bContainsCenter(sal_False)
@@ -96,7 +96,7 @@ XMLTableHeaderFooterContext::XMLTableHeaderFooterContext( SvXMLImport& rImport,
const OUString& rValue(xAttrList->getValueByIndex( i ));
// TODO: use a map here
- if( XML_NAMESPACE_STYLE == nPrfx )
+ if( XML_NAMESPACE_STYLE == nPrefix )
{
if( IsXMLToken(aLName, XML_DISPLAY ) )
bDisplay = IsXMLToken(rValue, XML_TRUE);
@@ -235,7 +235,7 @@ TYPEINIT1( XMLHeaderFooterRegionContext, SvXMLImportContext );
XMLHeaderFooterRegionContext::XMLHeaderFooterRegionContext( SvXMLImport& rImport, sal_uInt16 nPrfx,
const OUString& rLName,
const uno::Reference<
- xml::sax::XAttributeList > & xAttrList,
+ xml::sax::XAttributeList > & /* xAttrList */,
uno::Reference< text::XTextCursor >& xCursor ) :
SvXMLImportContext( rImport, nPrfx, rLName ),
xTextCursor ( xCursor )