summaryrefslogtreecommitdiff
path: root/toolkit/inc/helper/btndlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/inc/helper/btndlg.hxx')
-rw-r--r--toolkit/inc/helper/btndlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/inc/helper/btndlg.hxx b/toolkit/inc/helper/btndlg.hxx
index 5f3d994d4f81..8894b8dec619 100644
--- a/toolkit/inc/helper/btndlg.hxx
+++ b/toolkit/inc/helper/btndlg.hxx
@@ -57,12 +57,12 @@ public:
void SetPageSizePixel( const Size& rSize ) { maPageSize = rSize; }
- void AddButton( StandardButtonType eType, sal_uInt16 nId, ButtonDialogFlags nBtnFlags, long nSepPixel = 0 );
+ void AddButton( StandardButtonType eType, sal_uInt16 nId, ButtonDialogFlags nBtnFlags, tools::Long nSepPixel = 0 );
void RemoveButton( sal_uInt16 nId );
protected:
ButtonDialog( WindowType nType );
- long ImplGetButtonSize();
+ tools::Long ImplGetButtonSize();
private:
ButtonDialog( const ButtonDialog & ) = delete;
@@ -72,7 +72,7 @@ private:
std::vector<std::unique_ptr<ImplBtnDlgItem>> m_ItemList;
Size maPageSize;
Size maCtrlSize;
- long mnButtonSize;
+ tools::Long mnButtonSize;
sal_uInt16 mnCurButtonId;
sal_uInt16 mnFocusButtonId;
bool mbFormat;