[Libreoffice-commits] core.git: cui/source

Caolán McNamara caolanm at redhat.com
Thu Aug 8 01:32:43 PDT 2013


 cui/source/tabpages/tpcolor.cxx  |    1 -
 cui/source/tabpages/tplnedef.cxx |    1 -
 cui/source/tabpages/tplneend.cxx |    1 -
 3 files changed, 3 deletions(-)

New commits:
commit 670f9ecf52f50d41a670d1f2b66dc9d2bfae030a
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Aug 8 09:32:00 2013 +0100

    WaE: unused variables
    
    Change-Id: I1345d5fd4a634980de9b3fcdb9f60274eafc9392

diff --git a/cui/source/tabpages/tpcolor.cxx b/cui/source/tabpages/tpcolor.cxx
index a8cfb7c..ec7d0ac 100644
--- a/cui/source/tabpages/tpcolor.cxx
+++ b/cui/source/tabpages/tpcolor.cxx
@@ -131,7 +131,6 @@ void SvxColorTabPage::UpdateTableName()
 
 IMPL_LINK_NOARG(SvxColorTabPage, ClickLoadHdl_Impl)
 {
-    ResMgr& rMgr = CUI_MGR();
     sal_uInt16 nReturn = RET_YES;
     bool bLoaded = false;
 
diff --git a/cui/source/tabpages/tplnedef.cxx b/cui/source/tabpages/tplnedef.cxx
index 07a5305..974a645 100644
--- a/cui/source/tabpages/tplnedef.cxx
+++ b/cui/source/tabpages/tplnedef.cxx
@@ -721,7 +721,6 @@ IMPL_LINK_NOARG(SvxLineDefTabPage, ClickDeleteHdl_Impl)
 
 IMPL_LINK_NOARG(SvxLineDefTabPage, ClickLoadHdl_Impl)
 {
-    ResMgr& rMgr = CUI_MGR();
     sal_uInt16 nReturn = RET_YES;
 
     if ( *pnDashListState & CT_MODIFIED )
diff --git a/cui/source/tabpages/tplneend.cxx b/cui/source/tabpages/tplneend.cxx
index 310f7fa..2abcbe5 100644
--- a/cui/source/tabpages/tplneend.cxx
+++ b/cui/source/tabpages/tplneend.cxx
@@ -531,7 +531,6 @@ IMPL_LINK_NOARG(SvxLineEndDefTabPage, ClickDeleteHdl_Impl)
 
 IMPL_LINK_NOARG(SvxLineEndDefTabPage, ClickLoadHdl_Impl)
 {
-    ResMgr& rMgr = CUI_MGR();
     sal_uInt16 nReturn = RET_YES;
 
     if ( *pnLineEndListState & CT_MODIFIED )


More information about the Libreoffice-commits mailing list