diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-12-16 09:13:58 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-12-16 09:14:31 +0100 |
commit | d0cf72f253a3cb8335601ebf2c5b1b99ab63e6b1 (patch) | |
tree | e084a43ce465876d89b12c9f265c04d42e3fa615 /include | |
parent | ec8bc265050d86a749140c353360a78cce4e3fce (diff) |
sfx2: clean up no longer needed SfxObjectShell::isTiledRendering()
Change-Id: Ia4fb0b489509364c641f8e1e695353bbdb036b59
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/objsh.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx index 90e2f577458e..6fd70b2828b6 100644 --- a/include/sfx2/objsh.hxx +++ b/include/sfx2/objsh.hxx @@ -730,7 +730,6 @@ public: * the default behavior and implements LOK calls. */ virtual void libreOfficeKitCallback(int nType, const char* pPayload) const; - virtual bool isTiledRendering() const; }; #define SFX_GLOBAL_CLASSID \ |