[Libreoffice-commits] core.git: svx/source
Miklos Vajna
vmiklos at collabora.co.uk
Mon Jun 30 10:42:37 PDT 2014
svx/source/tbxctrls/lboxctrl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8197a6c15f922b6c983bce12fa6ad259fc993e6e
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Mon Jun 30 19:41:14 2014 +0200
SvxPopupWindowListBox: avoid inheriting from boost::noncopyable two times
Change-Id: Ie74ceb4baf443dae5cfb524b2373dbebf3a8ab4e
diff --git a/svx/source/tbxctrls/lboxctrl.cxx b/svx/source/tbxctrls/lboxctrl.cxx
index fdfbe9c..a6b2600 100644
--- a/svx/source/tbxctrls/lboxctrl.cxx
+++ b/svx/source/tbxctrls/lboxctrl.cxx
@@ -55,7 +55,7 @@ class SvxPopupWindowListBox;
-class SvxPopupWindowListBox: public SfxPopupWindow, private boost::noncopyable
+class SvxPopupWindowListBox: public SfxPopupWindow
{
using FloatingWindow::StateChanged;
More information about the Libreoffice-commits
mailing list