summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svx/source/tbxctrls/lboxctrl.cxx2
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");