diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-06-30 19:41:14 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-06-30 19:42:06 +0200 |
commit | 8197a6c15f922b6c983bce12fa6ad259fc993e6e (patch) | |
tree | 0522ad26e2ffafabb42fe1978ea51043240fab1e /svx | |
parent | 1e9b5f17f8ba551e40795392121a90075d804fcb (diff) |
SvxPopupWindowListBox: avoid inheriting from boost::noncopyable two times
Change-Id: Ie74ceb4baf443dae5cfb524b2373dbebf3a8ab4e
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/tbxctrls/lboxctrl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/lboxctrl.cxx b/svx/source/tbxctrls/lboxctrl.cxx index fdfbe9ce8463..a6b2600bebf0 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; |