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

Stephan Bergmann sbergman at redhat.com
Thu Jul 16 01:44:59 PDT 2015


 svx/source/tbxctrls/lboxctrl.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 379e07eae784a0af5b20c4006c0ee6c7a3d29c1c
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Jul 16 10:44:06 2015 +0200

    -Werror,-Wunused-private-field
    
    Change-Id: I16094fbe0f6455f373ae7ed300563a94df6436dc

diff --git a/svx/source/tbxctrls/lboxctrl.cxx b/svx/source/tbxctrls/lboxctrl.cxx
index 820494c..9c275ca 100644
--- a/svx/source/tbxctrls/lboxctrl.cxx
+++ b/svx/source/tbxctrls/lboxctrl.cxx
@@ -58,7 +58,6 @@ class SvxPopupWindowListBox: public SfxPopupWindow
     ToolBox &       rToolBox;
     bool            bUserSel;
     sal_uInt16      nTbxId;
-    OUString        maCommandURL;
 
 public:
     SvxPopupWindowListBox( sal_uInt16 nSlotId, const OUString& rCommandURL, sal_uInt16 nTbxId, ToolBox& rTbx );
@@ -82,7 +81,6 @@ SvxPopupWindowListBox::SvxPopupWindowListBox(sal_uInt16 nSlotId, const OUString&
     , rToolBox(rTbx)
     , bUserSel(false)
     , nTbxId(nId)
-    , maCommandURL(rCommandURL)
 {
     DBG_ASSERT( nSlotId == GetId(), "id mismatch" );
     get(m_pListBox, "treeview");


More information about the Libreoffice-commits mailing list