summaryrefslogtreecommitdiff
path: root/toolkit/inc
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2012-09-06 18:36:00 +0100
committerNoel Power <noel.power@suse.com>2012-09-11 16:04:11 +0100
commit27a19817c6271b76013aa6bda5c3353c8a9dd35b (patch)
tree75c939b2695447a0915706a508a979f73865f1d2 /toolkit/inc
parent5dc19680cd27d4eaea5f2f7fdc48969f704e696a (diff)
some more tweaking to import scrollbar data for mso Frame & Userform
also removed printf(s) Change-Id: If83565dcd97b276e1f6a8488a9f1d23066c2a9ff
Diffstat (limited to 'toolkit/inc')
-rw-r--r--toolkit/inc/toolkit/awt/scrollabledialog.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/inc/toolkit/awt/scrollabledialog.hxx b/toolkit/inc/toolkit/awt/scrollabledialog.hxx
index 41ae32f72c9f..01ba525dbdcf 100644
--- a/toolkit/inc/toolkit/awt/scrollabledialog.hxx
+++ b/toolkit/inc/toolkit/awt/scrollabledialog.hxx
@@ -34,7 +34,8 @@
//........................................................................
namespace toolkit
{
- class ScrollableDialog : public Dialog
+ template < class T >
+ class ScrollableDialog : public T
{
ScrollBar maHScrollBar;
ScrollBar maVScrollBar;
@@ -64,7 +65,6 @@ namespace toolkit
ScrollBarVisibility getScrollVisibility() { return maScrollVis; }
void setScrollVisibility( ScrollBarVisibility rState );
DECL_LINK( ScrollBarHdl, ScrollBar* );
- DECL_LINK( ContainerScrolled, void* );
virtual void ResetScrollBars();
// Window
virtual void Resize();