summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/lboxctrl.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-10 11:24:39 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-10 11:24:39 +0200
commit8f703221a0dcc772a6d5f6087c77747c7759d16d (patch)
treea48bcb91cd5fcf002c8b1662cef92c0acd81ce9a /svx/source/tbxctrls/lboxctrl.cxx
parent492c1da6be6ed7950bb58bd860748b81b52e7264 (diff)
Clean up function declarations and some unused functions
Change-Id: Ic720aa7b30bbe56d67e0b65f3e047ad3ae521a97
Diffstat (limited to 'svx/source/tbxctrls/lboxctrl.cxx')
-rw-r--r--svx/source/tbxctrls/lboxctrl.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/tbxctrls/lboxctrl.cxx b/svx/source/tbxctrls/lboxctrl.cxx
index 2e0ab018d915..fdfbe9ce8463 100644
--- a/svx/source/tbxctrls/lboxctrl.cxx
+++ b/svx/source/tbxctrls/lboxctrl.cxx
@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#include <sal/config.h>
+
+#include <boost/noncopyable.hpp>
#include <tools/debug.hxx>
#include <sal/types.h>
#include <vcl/lstbox.hxx>
@@ -52,7 +55,7 @@ class SvxPopupWindowListBox;
-class SvxPopupWindowListBox : public SfxPopupWindow
+class SvxPopupWindowListBox: public SfxPopupWindow, private boost::noncopyable
{
using FloatingWindow::StateChanged;
@@ -63,9 +66,6 @@ class SvxPopupWindowListBox : public SfxPopupWindow
OUString maCommandURL;
// disallow copy-constructor and assignment-operator
- SvxPopupWindowListBox(const int& );
- SvxPopupWindowListBox & operator = (const int& );
-
// SvxPopupWindowListBox( sal_uInt16 nSlotId, ToolBox& rTbx, sal_uInt16 nTbxItemId );
public: