diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-07-16 10:44:06 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-07-16 10:44:32 +0200 |
commit | 379e07eae784a0af5b20c4006c0ee6c7a3d29c1c (patch) | |
tree | a525f4a922b4e14968ea6537ff9f64b3d9bb922a /svx/source/tbxctrls/lboxctrl.cxx | |
parent | 7ab881a57d01e58eebcc2608ae8dd61af4552ae8 (diff) |
-Werror,-Wunused-private-field
Change-Id: I16094fbe0f6455f373ae7ed300563a94df6436dc
Diffstat (limited to 'svx/source/tbxctrls/lboxctrl.cxx')
-rw-r--r-- | svx/source/tbxctrls/lboxctrl.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/tbxctrls/lboxctrl.cxx b/svx/source/tbxctrls/lboxctrl.cxx index 820494c168dd..9c275caf9e34 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"); |