Author: paveljanik
Date: Wed Nov 27 09:34:44 2013
New Revision: 1545974

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

Modified:
    openoffice/trunk/main/sw/source/ui/index/cnttab.cxx

Modified: openoffice/trunk/main/sw/source/ui/index/cnttab.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/ui/index/cnttab.cxx?rev=1545974&r1=1545973&r2=1545974&view=diff
==============================================================================
--- openoffice/trunk/main/sw/source/ui/index/cnttab.cxx (original)
+++ openoffice/trunk/main/sw/source/ui/index/cnttab.cxx Wed Nov 27 09:34:44 2013
@@ -4053,7 +4053,7 @@ void SwTokenWindow::SetFocus2theAllBtn()
                m_pParent->SetFocus2theAllBtn();
        }
 }
-sal_uInt32 SwTokenWindow::GetControlIndex(FormTokenType eType, const Control* 
pCurControl) const
+sal_uInt32 SwTokenWindow::GetControlIndex(FormTokenType eType, const Control* 
/* pCurControl */) const
 {
        //there are only one entry-text button and only one page-number button,
        //so we need not add index for these two buttons.


Reply via email to