diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-05-13 20:36:39 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-05-13 20:39:13 +0300 |
commit | 1887d2e944510b59b975c5ffbc8c0e12335d1a57 (patch) | |
tree | 044ef3ce8d9935a4c02964456024caf98dfa2b01 /sw | |
parent | b12ef43863228c5b2f5b2c189e309f2228237120 (diff) |
WaE: unused parameter 'nCurrentLeft'
Change-Id: I9aa9b0215d9d2c8db7b88fbb1e0d30bcc4889a36
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/docxattributeoutput.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx index 9666f76d00b8..549ed5266fbb 100644 --- a/sw/source/filter/ww8/docxattributeoutput.cxx +++ b/sw/source/filter/ww8/docxattributeoutput.cxx @@ -4141,7 +4141,7 @@ void DocxAttributeOutput::ParaWidows( const SvxWidowsItem& rWidows ) } static void impl_WriteTabElement( FSHelperPtr pSerializer, - const SvxTabStop& rTab, long nCurrentLeft ) + const SvxTabStop& rTab, long /* nCurrentLeft */ ) { FastAttributeList *pTabElementAttrList = pSerializer->createAttrList(); |