summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-12-16 09:13:58 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-12-16 09:14:31 +0100
commitd0cf72f253a3cb8335601ebf2c5b1b99ab63e6b1 (patch)
treee084a43ce465876d89b12c9f265c04d42e3fa615 /sw
parentec8bc265050d86a749140c353360a78cce4e3fce (diff)
sfx2: clean up no longer needed SfxObjectShell::isTiledRendering()
Change-Id: Ia4fb0b489509364c641f8e1e695353bbdb036b59
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/docsh.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx
index e3367d1c701a..f7e7ec28a028 100644
--- a/sw/inc/docsh.hxx
+++ b/sw/inc/docsh.hxx
@@ -310,7 +310,7 @@ public:
virtual bool GetProtectionHash( /*out*/ css::uno::Sequence< sal_Int8 > &rPasswordHash ) override;
virtual void libreOfficeKitCallback(int nType, const char* pPayload) const override;
- virtual bool isTiledRendering() const override;
+ bool isTiledRendering() const;
};
/** Find the right DocShell and create a new one: