svx/source/tbxctrls/lboxctrl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8197a6c15f922b6c983bce12fa6ad259fc993e6e Author: Miklos Vajna <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
