summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-01-11 14:09:53 +0200
committerTor Lillqvist <tml@iki.fi>2013-01-11 14:09:53 +0200
commit3c91ac17ae401a1a2bb5752892fb108872096160 (patch)
tree8ac05692cdd5f16b538cf0610ee694b18b205f12 /sc/source
parentfc4003e960340d6ace29c59b6d9f00f5b19308b0 (diff)
WaE: unused parameters
Change-Id: I8457b72f0f844fe9fb4bf5b670248224e7d60911
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/filter/xml/xmlstyle.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/xml/xmlstyle.cxx b/sc/source/filter/xml/xmlstyle.cxx
index e81a1737a6dd..a74113bd6997 100644
--- a/sc/source/filter/xml/xmlstyle.cxx
+++ b/sc/source/filter/xml/xmlstyle.cxx
@@ -523,9 +523,9 @@ void ScXMLCellExportPropertyMapper::handleSpecialItem(
void ScXMLCellExportPropertyMapper::handleElementItem(
SvXMLExport& rExport,
const XMLPropertyState& rProperty,
- sal_uInt16 nFlags,
- const ::std::vector< XMLPropertyState > *pProperties,
- sal_uInt32 nIdx ) const
+ sal_uInt16 /* nFlags */,
+ const ::std::vector< XMLPropertyState > * /* pProperties */,
+ sal_uInt32 /* nIdx */) const
{
sal_uInt32 nContextId = getPropertySetMapper()->GetEntryContextId( rProperty.mnIndex );
OUString sURL;