summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-05-12 12:06:29 +0200
committerNoel Grandin <noel@peralex.com>2014-05-13 12:00:27 +0200
commitffa2229a8ebf3b42f6327589814063fc39db7118 (patch)
tree0f3abaaaa143a0f8b784ad0a80f64207e3e10bc2 /include
parentfd4c3670dc509f3e10132106475c3dc414f91412 (diff)
remove dead code
Change-Id: Ic4fb478921714429af138ca212bd7f67f408d434
Diffstat (limited to 'include')
-rw-r--r--include/editeng/unotext.hxx1
-rw-r--r--include/sfx2/mnuitem.hxx6
-rw-r--r--include/svl/visitem.hxx2
-rw-r--r--include/svx/svdotext.hxx5
4 files changed, 3 insertions, 11 deletions
diff --git a/include/editeng/unotext.hxx b/include/editeng/unotext.hxx
index 528eb5024429..9000c9c9c2b7 100644
--- a/include/editeng/unotext.hxx
+++ b/include/editeng/unotext.hxx
@@ -391,7 +391,6 @@ class EDITENG_DLLPUBLIC SvxUnoTextBase : public SvxUnoTextRangeBase,
protected:
::com::sun::star::uno::Reference< ::com::sun::star::text::XText > xParentText;
- SvxUnoTextBase( ) throw();
SvxUnoTextBase( const SvxItemPropertySet* _pSet ) throw();
SvxUnoTextBase( const SvxEditSource* pSource, const SvxItemPropertySet* _pSet, ::com::sun::star::uno::Reference < ::com::sun::star::text::XText > xParent ) throw();
SvxUnoTextBase( const SvxUnoTextBase& rText ) throw();
diff --git a/include/sfx2/mnuitem.hxx b/include/sfx2/mnuitem.hxx
index 57e86382d00e..ff0816e373d7 100644
--- a/include/sfx2/mnuitem.hxx
+++ b/include/sfx2/mnuitem.hxx
@@ -50,9 +50,9 @@ public:
static SfxMenuControl* CreateImpl( sal_uInt16 nId, Menu &rMenu, SfxBindings &rBindings );
static void RegisterControl( sal_uInt16 nSlotId = 0, SfxModule *pMod=NULL );
- virtual ~SfxMenuControl();
+ virtual ~SfxMenuControl();
- using SfxControllerItem::Bind;
+ using SfxControllerItem::Bind;
void Bind( SfxVirtualMenu* pOwnMenu, sal_uInt16 nId,
const OUString& rTitle, SfxBindings& rBindings );
void Bind( SfxVirtualMenu* pOwnMenu, sal_uInt16 nId,
@@ -68,7 +68,7 @@ public:
static SfxMenuControl* CreateControl( sal_uInt16 nId, Menu &, SfxBindings & );
static SfxUnoMenuControl* CreateControl( const OUString&, sal_uInt16, Menu&, const OUString& sItemText, SfxBindings&, SfxVirtualMenu* );
- static void RegisterMenuControl(SfxModule*, SfxMenuCtrlFactory*);
+ static void RegisterMenuControl( SfxModule*, SfxMenuCtrlFactory* );
};
diff --git a/include/svl/visitem.hxx b/include/svl/visitem.hxx
index c4f501efaa7b..3a8406279bc8 100644
--- a/include/svl/visitem.hxx
+++ b/include/svl/visitem.hxx
@@ -69,8 +69,6 @@ public:
virtual SfxPoolItem * Clone(SfxItemPool * = 0) const SAL_OVERRIDE;
- sal_uInt16 GetValueCount() const;
-
OUString GetValueTextByVal(bool bTheValue) const;
bool GetValue() const { return m_nValue.bVisible; }
diff --git a/include/svx/svdotext.hxx b/include/svx/svdotext.hxx
index d5f8e01c3353..9922e5e17ce8 100644
--- a/include/svx/svdotext.hxx
+++ b/include/svx/svdotext.hxx
@@ -290,11 +290,6 @@ protected:
virtual void SaveGeoData(SdrObjGeoData& rGeo) const SAL_OVERRIDE;
virtual void RestGeoData(const SdrObjGeoData& rGeo) SAL_OVERRIDE;
bool NbcSetEckenradius(long nRad);
- bool NbcSetAutoGrowHeight(bool bAuto);
- bool NbcSetMaxTextFrameHeight(long nHgt);
- bool NbcSetAutoGrowWidth(bool bAuto);
- bool NbcSetMaxTextFrameWidth(long nWdt);
- bool NbcSetFitToSize(SdrFitToSizeType eFit);
// #115391# new method for SdrObjCustomShape and SdrTextObj to correctly handle and set
// SdrTextMinFrameWidthItem and SdrTextMinFrameHeightItem based on all settings, necessities