summaryrefslogtreecommitdiffstats
path: root/include/svx/sdrpaintwindow.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-14 09:30:57 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-14 13:34:29 +0100
commit9c90c5e4740763d116d1354d1e4315d338a92140 (patch)
treecad98083f5eba4ca09dec0e24bb59800979c9992 /include/svx/sdrpaintwindow.hxx
parentRemove JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY, JFW_PLUGIN_FORCE_ACCESSIBILITY (diff)
downloadcore-9c90c5e4740763d116d1354d1e4315d338a92140.tar.gz
core-9c90c5e4740763d116d1354d1e4315d338a92140.zip
loplugin:expandablemethods
Change-Id: Ia8192e03feda9e8ae70e29d8dc98d995f015f9ce Reviewed-on: https://gerrit.libreoffice.org/85135 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/sdrpaintwindow.hxx')
-rw-r--r--include/svx/sdrpaintwindow.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svx/sdrpaintwindow.hxx b/include/svx/sdrpaintwindow.hxx
index d8ca1db6b735..287ec01b6195 100644
--- a/include/svx/sdrpaintwindow.hxx
+++ b/include/svx/sdrpaintwindow.hxx
@@ -97,7 +97,6 @@ public:
~SdrPaintWindow();
// data read accesses
- SdrPaintView& GetPaintView() const { return mrPaintView; }
OutputDevice& GetOutputDevice() const { return *mpOutputDevice; }
vcl::Window* GetWindow() const { return mpWindow; }
@@ -118,9 +117,6 @@ public:
void SetOutputToWindow(bool bOutputToWindow) { mbOutputToWindow = bOutputToWindow; }
- // Is OutDev a VirtualDevice?
- bool OutputIsVirtualDevice() const { return mpOutputDevice->IsVirtual(); }
-
// Is OutDev a recording MetaFile?
bool OutputToRecordingMetaFile() const;