summaryrefslogtreecommitdiff
path: root/svx/source/inc
diff options
context:
space:
mode:
authorheiko tietze <tietze.heiko@gmail.com>2018-06-13 13:11:50 +0200
committerHeiko Tietze <tietze.heiko@gmail.com>2018-06-13 18:19:47 +0200
commitdc5a7f14cb44c06c19772249973d06df1f4eccaa (patch)
tree87ae5904d6b3fb33c9cd5c686b3c5c682aef8679 /svx/source/inc
parent24b31f839c8ed62cb9309bf69acb8f84e72b6752 (diff)
tdf#118110 - Mouse wheel should work with the shapes desk
scrollwindow removed Change-Id: Id38dd75120effe63314fb3665417c728f3822712 Reviewed-on: https://gerrit.libreoffice.org/55748 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
Diffstat (limited to 'svx/source/inc')
-rw-r--r--svx/source/inc/DefaultShapesPanel.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/inc/DefaultShapesPanel.hxx b/svx/source/inc/DefaultShapesPanel.hxx
index 3759b1d859cd..d2e94258b965 100644
--- a/svx/source/inc/DefaultShapesPanel.hxx
+++ b/svx/source/inc/DefaultShapesPanel.hxx
@@ -60,7 +60,6 @@ private:
VclPtr<ValueSet> mpCalloutSet;
VclPtr<ValueSet> mpStarSet;
VclPtr<ValueSet> mp3DObjectSet;
- VclPtr<VclScrolledWindow> mpScrollWindow;
Reference< XFrame > mxFrame;
std::map<VclPtr<ValueSet>, std::map<sal_uInt16, rtl::OUString>> mpShapesSetMap;
@@ -74,4 +73,4 @@ private:
#endif
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ \ No newline at end of file
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */