summaryrefslogtreecommitdiff
path: root/include/vcl/toolkit/dialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/toolkit/dialog.hxx')
-rw-r--r--include/vcl/toolkit/dialog.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/toolkit/dialog.hxx b/include/vcl/toolkit/dialog.hxx
index c663f21a2e03..3c519d0a5004 100644
--- a/include/vcl/toolkit/dialog.hxx
+++ b/include/vcl/toolkit/dialog.hxx
@@ -49,7 +49,7 @@ public:
private:
std::unique_ptr<DialogImpl> mpDialogImpl;
- long mnMousePositioned;
+ tools::Long mnMousePositioned;
bool mbInExecute;
bool mbInSyncExecute;
bool mbInClose;
@@ -134,7 +134,7 @@ public:
// Dialog::Execute replacement API
- void EndDialog( long nResult = RET_CANCEL );
+ void EndDialog( tools::Long nResult = RET_CANCEL );
void GetDrawWindowBorder( sal_Int32& rLeftBorder, sal_Int32& rTopBorder,
sal_Int32& rRightBorder, sal_Int32& rBottomBorder ) const;