summaryrefslogtreecommitdiffstats
path: root/svx/source/sidebar/tools/Popup.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-04 14:11:40 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-04 17:25:13 +0100
commit7e61e1d644270f05664d358abeffbc8f72b01a96 (patch)
tree1a1be77a9c043599309585c535be8bf6e36c5424 /svx/source/sidebar/tools/Popup.cxx
parentcoverity#1371197 the compiler defaults should be sufficient here (diff)
downloadcore-7e61e1d644270f05664d358abeffbc8f72b01a96.tar.gz
core-7e61e1d644270f05664d358abeffbc8f72b01a96.zip
remove PopupControl as an intermediate step
Change-Id: I31438860511af6ae00bf7a94fb29326c3ed1a10c
Diffstat (limited to 'svx/source/sidebar/tools/Popup.cxx')
-rw-r--r--svx/source/sidebar/tools/Popup.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/sidebar/tools/Popup.cxx b/svx/source/sidebar/tools/Popup.cxx
index 041c31d8a012..ffd1bf5e7404 100644
--- a/svx/source/sidebar/tools/Popup.cxx
+++ b/svx/source/sidebar/tools/Popup.cxx
@@ -18,7 +18,6 @@
*/
#include "svx/sidebar/Popup.hxx"
#include "svx/sidebar/PopupContainer.hxx"
-#include "svx/sidebar/PopupControl.hxx"
#include <vcl/toolbox.hxx>
@@ -27,7 +26,7 @@ namespace svx { namespace sidebar {
Popup::Popup (
vcl::Window* pParent,
- const ::std::function<PopupControl* (PopupContainer*)>& rControlCreator,
+ const ::std::function<Control* (PopupContainer*)>& rControlCreator,
const ::rtl::OUString& rsAccessibleName)
: mxControl(),
mpParent(pParent),