summaryrefslogtreecommitdiff
path: root/xmloff/source/style/PageMasterExportPropMapper.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:26:02 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:26:02 +0000
commitcb01214863a2ed4d4597afd8fe1ccf48cf2e8681 (patch)
treef3c7056d3f7acb03011b4da213171003c63988a4 /xmloff/source/style/PageMasterExportPropMapper.cxx
parented3d2358f0809cca0278b414457d3f4c06b051e2 (diff)
INTEGRATION: CWS warnings01 (1.16.34); FILE MERGED
2005/11/16 22:47:15 pl 1.16.34.1: #i55991# removed warnings
Diffstat (limited to 'xmloff/source/style/PageMasterExportPropMapper.cxx')
-rw-r--r--xmloff/source/style/PageMasterExportPropMapper.cxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/xmloff/source/style/PageMasterExportPropMapper.cxx b/xmloff/source/style/PageMasterExportPropMapper.cxx
index fc955a596574..e1907d423aa3 100644
--- a/xmloff/source/style/PageMasterExportPropMapper.cxx
+++ b/xmloff/source/style/PageMasterExportPropMapper.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: PageMasterExportPropMapper.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 14:25:52 $
+ * last change: $Author: hr $ $Date: 2006-06-19 18:26:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -150,7 +150,7 @@ XMLPropertyStateBuffer::XMLPropertyStateBuffer() :
{
}
-void XMLPropertyStateBuffer::ContextFilter( ::std::vector< XMLPropertyState >& rPropState )
+void XMLPropertyStateBuffer::ContextFilter( ::std::vector< XMLPropertyState >& )
{
if( pPMBorderAll )
{
@@ -247,9 +247,9 @@ XMLPageMasterExportPropMapper::~XMLPageMasterExportPropMapper()
}
void XMLPageMasterExportPropMapper::handleElementItem(
- SvXMLExport& rExport,
+ SvXMLExport&,
const XMLPropertyState& rProperty,
- sal_uInt16 nFlags,
+ sal_uInt16 /*nFlags*/,
const ::std::vector< XMLPropertyState >* pProperties,
sal_uInt32 nIdx ) const
{
@@ -316,12 +316,12 @@ void XMLPageMasterExportPropMapper::handleElementItem(
}
void XMLPageMasterExportPropMapper::handleSpecialItem(
- SvXMLAttributeList& rAttrList,
- const XMLPropertyState& rProperty,
- const SvXMLUnitConverter& rUnitConverter,
- const SvXMLNamespaceMap& rNamespaceMap,
- const ::std::vector< XMLPropertyState >* pProperties,
- sal_uInt32 nIdx) const
+ SvXMLAttributeList&,
+ const XMLPropertyState&,
+ const SvXMLUnitConverter&,
+ const SvXMLNamespaceMap&,
+ const ::std::vector< XMLPropertyState >*,
+ sal_uInt32 /*nIdx*/) const
{
}