summaryrefslogtreecommitdiff
path: root/toolkit/inc/helper/scrollabledialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/inc/helper/scrollabledialog.hxx')
-rw-r--r--toolkit/inc/helper/scrollabledialog.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/toolkit/inc/helper/scrollabledialog.hxx b/toolkit/inc/helper/scrollabledialog.hxx
index 099bbbd6045e..26068b4f5c98 100644
--- a/toolkit/inc/helper/scrollabledialog.hxx
+++ b/toolkit/inc/helper/scrollabledialog.hxx
@@ -37,10 +37,10 @@ namespace toolkit
bool mbHasHoriBar;
bool mbHasVertBar;
Point mnScrollPos;
- long mnScrWidth;
+ tools::Long mnScrWidth;
ScrollBarVisibility maScrollVis;
- void lcl_Scroll( long nX, long nY );
+ void lcl_Scroll( tools::Long nX, tools::Long nY );
DECL_LINK( ScrollBarHdl, ScrollBar*, void );
public:
@@ -50,10 +50,10 @@ namespace toolkit
// Window
virtual void Resize() override;
- void SetScrollWidth( long nWidth );
- void SetScrollHeight( long nHeight );
- void SetScrollLeft( long nLeft );
- void SetScrollTop( long Top );
+ void SetScrollWidth( tools::Long nWidth );
+ void SetScrollHeight( tools::Long nHeight );
+ void SetScrollLeft( tools::Long nLeft );
+ void SetScrollTop( tools::Long Top );
void setScrollVisibility( ScrollBarVisibility rState );
void ResetScrollBars();
};