summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-03-28 21:12:37 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-03-29 08:37:19 +0200
commit47ccda36fc80b40928b0e12e7dc1052ff0f98654 (patch)
tree63f683c06882c564532cd672cbf6f0762fcce9d8 /include
parent57871f98d30c0283969de1a41e72f5838d6c0eb0 (diff)
loplugin:virtualdown in sfx2
Change-Id: I51e79a4a3d2c799e69bc13c66b5b84056bee6206 Reviewed-on: https://gerrit.libreoffice.org/52034 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/objsh.hxx5
-rw-r--r--include/sfx2/viewsh.hxx1
2 files changed, 0 insertions, 6 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx
index 1f3f085f85ac..a749d842ac2f 100644
--- a/include/sfx2/objsh.hxx
+++ b/include/sfx2/objsh.hxx
@@ -332,11 +332,6 @@ public:
const css::uno::Reference< css::embed::XStorage >& xStorage );
virtual void UpdateLinks();
virtual bool LoadExternal( SfxMedium& rMedium );
- /**
- * Called when the Options dialog is dismissed with the OK button, to
- * handle potentially conflicting option settings.
- */
- virtual void CheckConfigOptions();
bool IsConfigOptionsChecked() const;
void SetConfigOptionsChecked( bool bChecked );
diff --git a/include/sfx2/viewsh.hxx b/include/sfx2/viewsh.hxx
index 416b177a662b..19356714b329 100644
--- a/include/sfx2/viewsh.hxx
+++ b/include/sfx2/viewsh.hxx
@@ -235,7 +235,6 @@ public:
vcl::Window* GetWindow() const { return pWindow; }
weld::Window* GetFrameWeld() const;
void SetWindow( vcl::Window *pViewPort );
- virtual void AdjustPosSizePixel( const Point &rOfs, const Size &rSize );
const SvBorder& GetBorderPixel() const;
void SetBorderPixel( const SvBorder &rBorder );
void InvalidateBorder();