summaryrefslogtreecommitdiffstats
path: root/include/vcl/btndlg.hxx
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2014-01-29 21:54:21 -0200
committerCaolán McNamara <caolanm@redhat.com>2014-01-30 11:23:50 +0000
commit1984bb05de38a6f4b23b422f1d4156670d493ba1 (patch)
tree871d9b929e24a275d8f0d908c975c9362389b744 /include/vcl/btndlg.hxx
parentfdo#63154 Removed unused solar.h ref. in linguc., sfx2, starmath, svl and svx (diff)
downloadcore-1984bb05de38a6f4b23b422f1d4156670d493ba1.tar.gz
core-1984bb05de38a6f4b23b422f1d4156670d493ba1.zip
fdo#63154 Removed unused solar.h ref. in vcl
Change-Id: I038c941559a275c43c2be7d5453ca4c37390f343 Reviewed-on: https://gerrit.libreoffice.org/7733 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
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: