Author: paveljanik
Date: Wed Nov 27 09:30:18 2013
New Revision: 1545972

URL: http://svn.apache.org/r1545972
Log:
WaE: unname unused argument to prevent compiler warnings.

Modified:
    openoffice/trunk/main/sw/source/core/docnode/node.cxx

Modified: openoffice/trunk/main/sw/source/core/docnode/node.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/core/docnode/node.cxx?rev=1545972&r1=1545971&r2=1545972&view=diff
==============================================================================
--- openoffice/trunk/main/sw/source/core/docnode/node.cxx (original)
+++ openoffice/trunk/main/sw/source/core/docnode/node.cxx Wed Nov 27 09:30:18 
2013
@@ -1374,7 +1374,7 @@ void SwCntntNode::MakeFrms( SwCntntNode&
 //Solution:Add a input param to identify if the acc table should be disposed.
 //add a flag(bNeedDel) to indicate whether to del corresponding frm even in 
doc loading process, 
 //void SwCntntNode::DelFrms()
-void SwCntntNode::DelFrms( sal_Bool bNeedDel, sal_Bool bIsDisposeAccTable )
+void SwCntntNode::DelFrms( sal_Bool /* bNeedDel */, sal_Bool 
bIsDisposeAccTable )
 //-----IAccessibility2 Implementation 2009
 {
        if( !GetDepends() )


Reply via email to