summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-10-05 11:12:59 +0200
committerNoel Grandin <noel@peralex.com>2016-10-05 11:13:25 +0200
commitc47c1e3551e9bdfb92bbbb8bc87b5e2314449efd (patch)
tree01c9793359495aa90311fe52e1c83fa2d5671ca7 /sw/inc
parentbbefa7589633d1c88f1c12d75b1e820666119c3a (diff)
loplugin:unnecessaryoverride in sw
Change-Id: I641175c9c17fcc46b582b6487b8207deb343e645
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/dcontact.hxx4
-rw-r--r--sw/inc/format.hxx3
-rw-r--r--sw/inc/numrule.hxx2
3 files changed, 0 insertions, 9 deletions
diff --git a/sw/inc/dcontact.hxx b/sw/inc/dcontact.hxx
index b19c76c7322c..37ba7c1b7791 100644
--- a/sw/inc/dcontact.hxx
+++ b/sw/inc/dcontact.hxx
@@ -299,10 +299,6 @@ class SwDrawVirtObj : public SdrVirtObj
virtual void NbcSetLayer(SdrLayerID nLayer) override;
virtual void SetLayer(SdrLayerID nLayer) override;
- /// FullDrag support
- virtual bool supportsFullDrag() const override;
- virtual SdrObject* getFullDragClone() const override;
-
virtual void SetBoundRectDirty() override;
virtual const Rectangle& GetCurrentBoundRect() const override;
virtual const Rectangle& GetLastBoundRect() const override;
diff --git a/sw/inc/format.hxx b/sw/inc/format.hxx
index f03c2e172622..21e09108c00a 100644
--- a/sw/inc/format.hxx
+++ b/sw/inc/format.hxx
@@ -79,9 +79,6 @@ public:
/// for Querying of Writer-functions.
sal_uInt16 Which() const { return m_nWhichId; }
- /// Query format information.
- virtual bool GetInfo( SfxPoolItem& ) const override;
-
/// Copy attributes even among documents.
void CopyAttrs( const SwFormat& );
diff --git a/sw/inc/numrule.hxx b/sw/inc/numrule.hxx
index 8f3ade04f9de..4dd9647a7c78 100644
--- a/sw/inc/numrule.hxx
+++ b/sw/inc/numrule.hxx
@@ -84,8 +84,6 @@ public:
virtual void SetGraphicBrush( const SvxBrushItem* pBrushItem, const Size* pSize = nullptr, const sal_Int16* pOrient = nullptr) override;
- virtual void SetVertOrient(sal_Int16 eSet) override;
- virtual sal_Int16 GetVertOrient() const override;
const SwFormatVertOrient* GetGraphicOrientation() const;
bool IsEnumeration() const; // #i22362#