Author: paveljanik
Date: Thu Jan 31 17:18:34 2013
New Revision: 1441071
URL: http://svn.apache.org/viewvc?rev=1441071&view=rev
Log:
Unname unused arguments to prevent WaE issues.
Modified:
openoffice/trunk/main/sw/source/ui/dochdl/swdtflvr.cxx
Modified: openoffice/trunk/main/sw/source/ui/dochdl/swdtflvr.cxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/ui/dochdl/swdtflvr.cxx?rev=1441071&r1=1441070&r2=1441071&view=diff
==============================================================================
--- openoffice/trunk/main/sw/source/ui/dochdl/swdtflvr.cxx (original)
+++ openoffice/trunk/main/sw/source/ui/dochdl/swdtflvr.cxx Thu Jan 31 17:18:34
2013
@@ -2269,7 +2269,7 @@ int SwTransferable::_PasteSdrFormat( Tr
int SwTransferable::_PasteGrf( TransferableDataHelper& rData, SwWrtShell& rSh,
sal_uLong nFmt,
sal_uInt16 nAction, const Point* pPt,
- sal_uInt8
nActionFlags, sal_Int8 nDropAction, bool bNeedToSelectBeforePaste)
+ sal_uInt8
nActionFlags, sal_Int8 /* nDropAction */, bool bNeedToSelectBeforePaste)
{
int nRet = 0;
@@ -2533,7 +2533,7 @@ int SwTransferable::_PasteAsHyperlink( T
int SwTransferable::_PasteFileName( TransferableDataHelper& rData,
SwWrtShell& rSh, sal_uLong nFmt,
sal_uInt16 nAction, const Point* pPt,
-
sal_uInt8 nActionFlags, sal_Bool bMsg )
+ sal_uInt8 nActionFlags, sal_Bool /* bMsg */)
{
int nRet = SwTransferable::_PasteGrf( rData, rSh, nFmt, nAction,
pPt, nActionFlags, 0, false);