diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-10 09:29:34 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-10 11:21:03 +0000 |
commit | 2b12a5b87b1de9ae95d9562ba21201890b1100c5 (patch) | |
tree | ae0c1b5064c4d92e65db301e4d8acd87e891b159 /include | |
parent | a95b58060b01046a8881e97e0c5016e44200dd32 (diff) |
the return of callcatcher
Change-Id: I447ebcc61ff061bce15678c6fcfd3d0a4669908f
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/basedlgs.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/tabdlg.hxx | 6 | ||||
-rw-r--r-- | include/sfx2/templatelocalview.hxx | 1 | ||||
-rw-r--r-- | include/svtools/accessibleruler.hxx | 10 | ||||
-rw-r--r-- | include/svtools/fmtfield.hxx | 7 | ||||
-rw-r--r-- | include/svtools/svtabbx.hxx | 1 | ||||
-rw-r--r-- | include/svx/dialcontrol.hxx | 1 | ||||
-rw-r--r-- | include/svx/dlgctrl.hxx | 2 | ||||
-rw-r--r-- | include/svx/langbox.hxx | 1 | ||||
-rw-r--r-- | include/svx/txencbox.hxx | 5 | ||||
-rw-r--r-- | include/svx/wrapfield.hxx | 1 |
11 files changed, 2 insertions, 34 deletions
diff --git a/include/sfx2/basedlgs.hxx b/include/sfx2/basedlgs.hxx index 33041fdd6e2c..c90effc9cb40 100644 --- a/include/sfx2/basedlgs.hxx +++ b/include/sfx2/basedlgs.hxx @@ -70,7 +70,6 @@ private: protected: SfxModalDialog(Window *pParent, const ResId& ); SfxModalDialog(Window *pParent, const OString& rID, const OUString& rUIXMLDescription); - SfxModalDialog(Window* pParent, sal_uInt32 nUniqueId, WinBits nWinStyle = WB_STDMODAL ); OUString& GetExtraData() { return aExtraData; } sal_uInt32 GetUniqId() const { return nUniqId; } diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx index 99b04f8c35bd..a34c06d128bd 100644 --- a/include/sfx2/tabdlg.hxx +++ b/include/sfx2/tabdlg.hxx @@ -135,10 +135,6 @@ public: SfxTabDialog( SfxViewFrame *pViewFrame, Window* pParent, const OString& rID, const OUString& rUIXMLDescription, const SfxItemSet * = 0, sal_Bool bEditFmt = sal_False ); - - - SfxTabDialog( Window* pParent, const ResId &rResId, const SfxItemSet * = 0, - sal_Bool bEditFmt = sal_False, const OUString *pUserButtonText = 0 ); ~SfxTabDialog(); sal_uInt16 AddTabPage( const OString& rName, // Name of the label for the page in the notebook .ui @@ -169,8 +165,6 @@ public: sal_uInt16 nPos = TAB_APPEND); void AddTabPage( sal_uInt16 nId, - sal_Bool bItemsOnDemand = sal_False); - void AddTabPage( sal_uInt16 nId, const OUString &rRiderText, sal_Bool bItemsOnDemand = sal_False, sal_uInt16 nPos = TAB_APPEND); diff --git a/include/sfx2/templatelocalview.hxx b/include/sfx2/templatelocalview.hxx index 5e065e774005..6234c2908ad2 100644 --- a/include/sfx2/templatelocalview.hxx +++ b/include/sfx2/templatelocalview.hxx @@ -29,7 +29,6 @@ class SFX2_DLLPUBLIC TemplateLocalView : public TemplateAbstractView public: - TemplateLocalView ( Window* pParent, const ResId& rResId, bool bDisableTransientChildren = false ); TemplateLocalView ( Window* pParent ); virtual ~TemplateLocalView (); diff --git a/include/svtools/accessibleruler.hxx b/include/svtools/accessibleruler.hxx index 0f989819a22c..c79246621fd5 100644 --- a/include/svtools/accessibleruler.hxx +++ b/include/svtools/accessibleruler.hxx @@ -179,16 +179,6 @@ public: virtual ::com::sun::star::uno::Sequence<sal_Int8> SAL_CALL getImplementationId( void ) throw( ::com::sun::star::uno::RuntimeException ); - - - -public: - - /// Sets the name - void setName( const ::rtl::OUString& rName ); - - /// Sets the description - void setDescription( const ::rtl::OUString& rDescr ); private: static ::com::sun::star::uno::Sequence< sal_Int8 > getUniqueId( void ); protected: diff --git a/include/svtools/fmtfield.hxx b/include/svtools/fmtfield.hxx index e70f147677cc..aa7d36af17c9 100644 --- a/include/svtools/fmtfield.hxx +++ b/include/svtools/fmtfield.hxx @@ -95,7 +95,6 @@ protected: public: FormattedField(Window* pParent, WinBits nStyle = 0, SvNumberFormatter* pInitialFormatter = NULL, sal_Int32 nFormatKey = 0); - FormattedField(Window* pParent, const ResId& rResId, SvNumberFormatter* pInitialFormatter = NULL, sal_Int32 nFormatKey = 0); virtual ~FormattedField(); // Min-/Max-Verwaltung @@ -274,12 +273,6 @@ public: ResetConformanceTester(); } - DoubleNumericField(Window* pParent, const ResId& rResId) - :FormattedField(pParent, rResId) - ,m_pNumberValidator( NULL ) - { - ResetConformanceTester(); - } virtual ~DoubleNumericField(); protected: diff --git a/include/svtools/svtabbx.hxx b/include/svtools/svtabbx.hxx index 3424856283bf..8e29e30bfb38 100644 --- a/include/svtools/svtabbx.hxx +++ b/include/svtools/svtabbx.hxx @@ -140,7 +140,6 @@ private: public: SvHeaderTabListBox( Window* pParent, WinBits nBits ); - SvHeaderTabListBox( Window* pParent, const ResId& ); ~SvHeaderTabListBox(); virtual void Paint( const Rectangle& ); diff --git a/include/svx/dialcontrol.hxx b/include/svx/dialcontrol.hxx index 06fecd1bd09b..b8ea3153b29e 100644 --- a/include/svx/dialcontrol.hxx +++ b/include/svx/dialcontrol.hxx @@ -80,7 +80,6 @@ private: class SVX_DLLPUBLIC DialControl : public Control { public: - explicit DialControl( Window* pParent, const ResId& rResId ); explicit DialControl( Window* pParent, WinBits nBits ); virtual ~DialControl(); diff --git a/include/svx/dlgctrl.hxx b/include/svx/dlgctrl.hxx index 882da385e5d0..6d18ea46083b 100644 --- a/include/svx/dlgctrl.hxx +++ b/include/svx/dlgctrl.hxx @@ -99,8 +99,6 @@ protected: Point GetApproxLogPtFromPixPt( const Point& rRoughPixelPoint ) const; public: - SvxRectCtl( Window* pParent, const ResId& rResId, RECT_POINT eRpt = RP_MM, - sal_uInt16 nBorder = 200, sal_uInt16 nCircle = 80, CTL_STYLE eStyle = CS_RECT ); SvxRectCtl( Window* pParent, RECT_POINT eRpt = RP_MM, sal_uInt16 nBorder = 200, sal_uInt16 nCircle = 80, CTL_STYLE eStyle = CS_RECT ); void SetControlSettings(RECT_POINT eRpt = RP_MM, sal_uInt16 nBorder = 200, diff --git a/include/svx/langbox.hxx b/include/svx/langbox.hxx index 64ae54f201ef..f978e7b35eb5 100644 --- a/include/svx/langbox.hxx +++ b/include/svx/langbox.hxx @@ -68,7 +68,6 @@ private: SVX_DLLPRIVATE sal_uInt16 ImplInsertLanguage(LanguageType, sal_uInt16, sal_Int16 ); public: - SvxLanguageBox(Window* pParent, const ResId& rResId, sal_Bool bCheck = sal_False); SvxLanguageBox(Window* pParent, WinBits nBits, sal_Bool bCheck = sal_False); ~SvxLanguageBox(); diff --git a/include/svx/txencbox.hxx b/include/svx/txencbox.hxx index c21f990a87e5..df5778a1e6c6 100644 --- a/include/svx/txencbox.hxx +++ b/include/svx/txencbox.hxx @@ -33,9 +33,8 @@ private: SVX_DLLPRIVATE sal_uInt16 EncodingToPos_Impl( rtl_TextEncoding nEnc ) const; public: - SvxTextEncodingBox( Window* pParent, const ResId& rResId ); - SvxTextEncodingBox( Window* pParent, WinBits nBits ); - ~SvxTextEncodingBox(); + SvxTextEncodingBox( Window* pParent, WinBits nBits ); + ~SvxTextEncodingBox(); /** Fill with all known encodings but exclude those matching one or more given flags as defined in rtl/tencinfo.h diff --git a/include/svx/wrapfield.hxx b/include/svx/wrapfield.hxx index 0f403a10376d..073d2080dfde 100644 --- a/include/svx/wrapfield.hxx +++ b/include/svx/wrapfield.hxx @@ -32,7 +32,6 @@ namespace svx { class SVX_DLLPUBLIC WrapField : public NumericField { public: - explicit WrapField( Window* pParent, const ResId& rResId ); explicit WrapField( Window* pParent, WinBits nBits ); protected: |