summaryrefslogtreecommitdiff
path: root/include/toolkit/awt/scrollabledialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/toolkit/awt/scrollabledialog.hxx')
-rw-r--r--include/toolkit/awt/scrollabledialog.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/toolkit/awt/scrollabledialog.hxx b/include/toolkit/awt/scrollabledialog.hxx
index 86be3cbc7c66..0f2c93f2d590 100644
--- a/include/toolkit/awt/scrollabledialog.hxx
+++ b/include/toolkit/awt/scrollabledialog.hxx
@@ -57,7 +57,7 @@ namespace toolkit
ScrollBarVisibility maScrollVis;
void lcl_Scroll( long nX, long nY );
public:
- ScrollableWrapper( Window* pParent, WinBits nStyle = WB_STDDIALOG );
+ ScrollableWrapper( vcl::Window* pParent, WinBits nStyle = WB_STDDIALOG );
virtual ~ScrollableWrapper();
virtual void SetScrollWidth( long nWidth ) SAL_OVERRIDE;
virtual long GetScrollWidth() SAL_OVERRIDE { return maScrollArea.Width(); }