summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/svtools/roadmapwizard.hxx5
-rw-r--r--include/svtools/simptabl.hxx1
-rw-r--r--include/svtools/stdctrl.hxx5
-rw-r--r--include/svtools/svmedit.hxx1
-rw-r--r--include/svtools/svtabbx.hxx1
-rw-r--r--include/svx/stddlg.hxx1
-rw-r--r--include/vcl/dialog.hxx7
-rw-r--r--include/vcl/group.hxx1
-rw-r--r--include/vcl/lstbox.hxx1
-rw-r--r--include/vcl/prgsbar.hxx1
-rw-r--r--include/vcl/scrbar.hxx1
11 files changed, 0 insertions, 25 deletions
diff --git a/include/svtools/roadmapwizard.hxx b/include/svtools/roadmapwizard.hxx
index 8dfd11133a68..b1145b20602c 100644
--- a/include/svtools/roadmapwizard.hxx
+++ b/include/svtools/roadmapwizard.hxx
@@ -69,11 +69,6 @@ namespace svt
public:
RoadmapWizard(
Window* _pParent,
- const ResId& _rRes,
- sal_uInt32 _nButtonFlags = WZB_NEXT | WZB_PREVIOUS | WZB_FINISH | WZB_CANCEL | WZB_HELP
- );
- RoadmapWizard(
- Window* _pParent,
const WinBits i_nStyle,
sal_uInt32 _nButtonFlags = WZB_NEXT | WZB_PREVIOUS | WZB_FINISH | WZB_CANCEL | WZB_HELP
);
diff --git a/include/svtools/simptabl.hxx b/include/svtools/simptabl.hxx
index 4a0d10780851..53fc594e0c00 100644
--- a/include/svtools/simptabl.hxx
+++ b/include/svtools/simptabl.hxx
@@ -34,7 +34,6 @@ protected:
virtual bool PreNotify( NotifyEvent& rNEvt ) SAL_OVERRIDE;
public:
- SvSimpleTableContainer( Window* pParent, const ResId& rResId );
SvSimpleTableContainer( Window* pParent, WinBits nBits = WB_BORDER );
void SetTable(SvSimpleTable* pTable);
diff --git a/include/svtools/stdctrl.hxx b/include/svtools/stdctrl.hxx
index 56643816dd56..271b5d3de6b9 100644
--- a/include/svtools/stdctrl.hxx
+++ b/include/svtools/stdctrl.hxx
@@ -25,14 +25,9 @@
#include <vcl/edit.hxx>
#include <vcl/fixed.hxx>
-
-// - FixedInfo -
-
-
class SVT_DLLPUBLIC FixedInfo : public FixedText
{
public:
- FixedInfo( Window* pParent, WinBits nWinStyle = WB_LEFT );
FixedInfo( Window* pParent, const ResId& rResId );
};
diff --git a/include/svtools/svmedit.hxx b/include/svtools/svmedit.hxx
index 7d84c2efee4d..0970e38b40aa 100644
--- a/include/svtools/svmedit.hxx
+++ b/include/svtools/svmedit.hxx
@@ -32,7 +32,6 @@ class SVT_DLLPUBLIC MultiLineEdit : public VclMultiLineEdit
{
public:
MultiLineEdit( Window* pParent, WinBits nWinStyle = WB_LEFT | WB_BORDER );
- MultiLineEdit( Window* pParent, const ResId& rResId );
virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer >
GetComponentInterface(sal_Bool bCreate = sal_True) SAL_OVERRIDE;
diff --git a/include/svtools/svtabbx.hxx b/include/svtools/svtabbx.hxx
index fca0de90e117..8ade2a01fbd5 100644
--- a/include/svtools/svtabbx.hxx
+++ b/include/svtools/svtabbx.hxx
@@ -64,7 +64,6 @@ protected:
public:
SvTabListBox( Window* pParent, WinBits = WB_BORDER );
- SvTabListBox( Window* pParent, const ResId& );
virtual ~SvTabListBox();
void SetTabs( long* pTabs, MapUnit = MAP_APPFONT );
sal_uInt16 TabCount() const { return (sal_uInt16)nTabCount; }
diff --git a/include/svx/stddlg.hxx b/include/svx/stddlg.hxx
index 8a53be59d32b..44ef8246b864 100644
--- a/include/svx/stddlg.hxx
+++ b/include/svx/stddlg.hxx
@@ -27,7 +27,6 @@
class SVX_DLLPUBLIC SvxStandardDialog: public SfxModalDialog
{
public:
- SvxStandardDialog( Window* pParent, const ResId& rResId );
SvxStandardDialog( Window* pParent, const OString& rID, const OUString& rUIXMLDescription );
virtual ~SvxStandardDialog();
diff --git a/include/vcl/dialog.hxx b/include/vcl/dialog.hxx
index 27c79e1c6d3d..2b653f855d88 100644
--- a/include/vcl/dialog.hxx
+++ b/include/vcl/dialog.hxx
@@ -144,10 +144,7 @@ public:
void GrabFocusToFirstControl();
};
-
// - ModelessDialog -
-
-
class VCL_DLLPUBLIC ModelessDialog : public Dialog
{
// Copy assignment is forbidden and not implemented.
@@ -155,14 +152,10 @@ class VCL_DLLPUBLIC ModelessDialog : public Dialog
SAL_DLLPRIVATE ModelessDialog & operator= (const ModelessDialog &);
public:
- explicit ModelessDialog( Window* pParent, const ResId& rResId );
explicit ModelessDialog( Window* pParent, const OString& rID, const OUString& rUIXMLDescription );
};
-
// - ModalDialog -
-
-
class VCL_DLLPUBLIC ModalDialog : public Dialog
{
public:
diff --git a/include/vcl/group.hxx b/include/vcl/group.hxx
index 7e5e11cb9913..a8956de6c814 100644
--- a/include/vcl/group.hxx
+++ b/include/vcl/group.hxx
@@ -47,7 +47,6 @@ private:
public:
explicit GroupBox( Window* pParent, WinBits nStyle = 0 );
- explicit GroupBox( Window* pParent, const ResId& );
virtual void Paint( const Rectangle& rRect ) SAL_OVERRIDE;
virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags ) SAL_OVERRIDE;
diff --git a/include/vcl/lstbox.hxx b/include/vcl/lstbox.hxx
index f8b76b113d8d..e0dbf934c21c 100644
--- a/include/vcl/lstbox.hxx
+++ b/include/vcl/lstbox.hxx
@@ -254,7 +254,6 @@ private:
public:
explicit MultiListBox( Window* pParent, WinBits nStyle = 0 );
- explicit MultiListBox( Window* pParent, const ResId& rResId );
};
diff --git a/include/vcl/prgsbar.hxx b/include/vcl/prgsbar.hxx
index c00069828ae2..943dd54d1b94 100644
--- a/include/vcl/prgsbar.hxx
+++ b/include/vcl/prgsbar.hxx
@@ -72,7 +72,6 @@ private:
public:
ProgressBar( Window* pParent, WinBits nWinBits = WB_STDPROGRESSBAR );
- ProgressBar( Window* pParent, const ResId& rResId );
virtual ~ProgressBar();
virtual void Paint( const Rectangle& rRect ) SAL_OVERRIDE;
diff --git a/include/vcl/scrbar.hxx b/include/vcl/scrbar.hxx
index c1e55644160a..c285c13361aa 100644
--- a/include/vcl/scrbar.hxx
+++ b/include/vcl/scrbar.hxx
@@ -91,7 +91,6 @@ private:
public:
explicit ScrollBar( Window* pParent, WinBits nStyle = WB_VERT );
- explicit ScrollBar( Window* pParent, const ResId& );
virtual ~ScrollBar();
virtual void MouseButtonDown( const MouseEvent& rMEvt ) SAL_OVERRIDE;