summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-02 16:35:25 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-03 09:06:45 +0000
commit880bcf9ed8c54f53d9fb631b9e064a468a9d02da (patch)
tree34387120eb49f8bd71a147a9e88343d5b752ebcd /include/sfx2
parentea6b378221efea0392c5085d621ff38a612ade3e (diff)
loplugin:unnecessaryvirtual
Change-Id: I572b83949c7e643536b7d62567760546509e4d9f Reviewed-on: https://gerrit.libreoffice.org/30514 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/childwin.hxx1
-rw-r--r--include/sfx2/navigat.hxx1
-rw-r--r--include/sfx2/objsh.hxx2
3 files changed, 1 insertions, 3 deletions
diff --git a/include/sfx2/childwin.hxx b/include/sfx2/childwin.hxx
index 8a77f2e12633..3068d001cb52 100644
--- a/include/sfx2/childwin.hxx
+++ b/include/sfx2/childwin.hxx
@@ -137,7 +137,6 @@ public:
FloatingWindow* GetFloatingWindow() const;
- virtual void Resizing( Size& rSize );
static void RegisterChildWindowContext(SfxModule*, sal_uInt16, SfxChildWinContextFactory*);
};
diff --git a/include/sfx2/navigat.hxx b/include/sfx2/navigat.hxx
index 749adbf9f7d7..8ba2193e88a2 100644
--- a/include/sfx2/navigat.hxx
+++ b/include/sfx2/navigat.hxx
@@ -46,7 +46,6 @@ public:
WinBits nBits );
virtual void Resize() override;
- virtual void Resizing( Size& rSize ) override;
virtual bool Close() override;
};
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx
index 20ec6e3aa830..fe72c66287b7 100644
--- a/include/sfx2/objsh.hxx
+++ b/include/sfx2/objsh.hxx
@@ -433,7 +433,7 @@ public:
bool IsSecurityOptOpenReadOnly() const;
void SetSecurityOptOpenReadOnly( bool bOpenReadOnly = true );
- virtual Size GetFirstPageSize();
+ Size GetFirstPageSize();
bool DoClose();
virtual void PrepareReload();
std::shared_ptr<GDIMetaFile> GetPreviewMetaFile( bool bFullContent = false ) const;