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.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/vcl/btndlg.hxx b/include/vcl/btndlg.hxx
index c449eec8a3e3..86122f979d8a 100644
--- a/include/vcl/btndlg.hxx
+++ b/include/vcl/btndlg.hxx
@@ -59,19 +59,12 @@ public:
void SetPageSizePixel( const Size& rSize ) { maPageSize = rSize; }
- sal_uInt16 GetCurButtonId() const { return mnCurButtonId; }
-
void AddButton( const OUString& rText, sal_uInt16 nId, ButtonDialogFlags nBtnFlags = ButtonDialogFlags::NONE, long nSepPixel = 0 );
void AddButton( StandardButtonType eType, sal_uInt16 nId, ButtonDialogFlags nBtnFlags = ButtonDialogFlags::NONE, long nSepPixel = 0 );
void RemoveButton( sal_uInt16 nId );
- void Clear();
sal_uInt16 GetButtonId( sal_uInt16 nButton ) const;
PushButton* GetPushButton( sal_uInt16 nId ) const;
- void SetButtonText( sal_uInt16 nId, const OUString& rText );
- void SetButtonHelpText( sal_uInt16 nId, const OUString& rText );
-
- void SetFocusButton( sal_uInt16 nId ) { mnFocusButtonId = nId; }
protected:
ButtonDialog( WindowType nType );