summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-12-16 09:13:58 +0100
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-07-12 22:06:40 -0400
commita3456e669280f68455f4a1cba9a7d05b6b0c3609 (patch)
tree8c5614893e0cecff75ea4ad38c92eade892d4745 /sw
parent2dd0b9649ebb0b4b112d7a3463b963984d6d85a1 (diff)
sfx2: clean up no longer needed SfxObjectShell::isTiledRendering()
Change-Id: Ia4fb0b489509364c641f8e1e695353bbdb036b59 (cherry picked from commit d0cf72f253a3cb8335601ebf2c5b1b99ab63e6b1)
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: