summaryrefslogtreecommitdiff
path: root/include/vcl/btndlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/btndlg.hxx')
-rw-r--r--include/vcl/btndlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/btndlg.hxx b/include/vcl/btndlg.hxx
index a414c8949de7..1cb5a5071715 100644
--- a/include/vcl/btndlg.hxx
+++ b/include/vcl/btndlg.hxx
@@ -73,7 +73,7 @@ public:
void SetButtonText( sal_uInt16 nId, const OUString& rText );
void SetButtonHelpText( sal_uInt16 nId, const OUString& rText );
- void SetFocusButton( sal_uInt16 nId = BUTTONDIALOG_BUTTON_NOTFOUND ) { mnFocusButtonId = nId; }
+ void SetFocusButton( sal_uInt16 nId ) { mnFocusButtonId = nId; }
protected:
ButtonDialog( WindowType nType );