diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-12-17 09:15:44 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-12-17 09:16:28 +0100 |
commit | 5b44a9733a79decc2eebfc2360fdd837349b5759 (patch) | |
tree | 735a76c02beaa68180e22917e720e12a339b3d27 /sw/inc/docsh.hxx | |
parent | 550d95ae6e67a3a0fdbee27ce92712d203383c3e (diff) |
sw, sd, sc: clean up no longer necessary isTiledRendering() member functions
Change-Id: I508a29fd261865771d780b1c241841d9abfeb6ed
Diffstat (limited to 'sw/inc/docsh.hxx')
-rw-r--r-- | sw/inc/docsh.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx index f7e7ec28a028..84774c17d327 100644 --- a/sw/inc/docsh.hxx +++ b/sw/inc/docsh.hxx @@ -310,7 +310,6 @@ public: virtual bool GetProtectionHash( /*out*/ css::uno::Sequence< sal_Int8 > &rPasswordHash ) override; virtual void libreOfficeKitCallback(int nType, const char* pPayload) const override; - bool isTiledRendering() const; }; /** Find the right DocShell and create a new one: |