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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/inc/helper/btndlg.hxx b/toolkit/inc/helper/btndlg.hxx
index affcfa1f87e2..011f8761abb1 100644
--- a/toolkit/inc/helper/btndlg.hxx
+++ b/toolkit/inc/helper/btndlg.hxx
@@ -58,7 +58,7 @@ public:
void SetPageSizePixel( const Size& rSize ) { maPageSize = rSize; }
- void AddButton( StandardButtonType eType, sal_uInt16 nId, ButtonDialogFlags nBtnFlags = ButtonDialogFlags::NONE, long nSepPixel = 0 );
+ void AddButton( StandardButtonType eType, sal_uInt16 nId, ButtonDialogFlags nBtnFlags, long nSepPixel = 0 );
void RemoveButton( sal_uInt16 nId );
protected: