svx/source/tbxctrls/lboxctrl.cxx | 2 -- 1 file changed, 2 deletions(-)
New commits: commit 379e07eae784a0af5b20c4006c0ee6c7a3d29c1c Author: Stephan Bergmann <sberg...@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"); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits