summaryrefslogtreecommitdiffstats
path: root/include/vcl/btndlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/btndlg.hxx')
-rw-r--r--include/vcl/btndlg.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/vcl/btndlg.hxx b/include/vcl/btndlg.hxx
index 4d631dfdd2fd..0239157302c2 100644
--- a/include/vcl/btndlg.hxx
+++ b/include/vcl/btndlg.hxx
@@ -21,18 +21,12 @@
#define INCLUDED_VCL_BTNDLG_HXX
#include <boost/ptr_container/ptr_vector.hpp>
-
-#include <tools/solar.h>
#include <vcl/dllapi.h>
#include <vcl/dialog.hxx>
struct ImplBtnDlgItem;
class PushButton;
-// ----------------------
-// - ButtonDialog-Types -
-// ----------------------
-
#define BUTTONDIALOG_BUTTON_NOTFOUND ((sal_uInt16)0xFFFF)
#define BUTTONDIALOG_DEFBUTTON ((sal_uInt16)0x0001)
@@ -41,10 +35,6 @@ class PushButton;
#define BUTTONDIALOG_HELPBUTTON ((sal_uInt16)0x0008)
#define BUTTONDIALOG_FOCUSBUTTON ((sal_uInt16)0x0010)
-// ----------------
-// - ButtonDialog -
-// ----------------
-
class VCL_DLLPUBLIC ButtonDialog : public Dialog
{
private: