summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-12-17 09:15:44 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-12-17 09:16:28 +0100
commit5b44a9733a79decc2eebfc2360fdd837349b5759 (patch)
tree735a76c02beaa68180e22917e720e12a339b3d27 /sc
parent550d95ae6e67a3a0fdbee27ce92712d203383c3e (diff)
sw, sd, sc: clean up no longer necessary isTiledRendering() member functions
Change-Id: I508a29fd261865771d780b1c241841d9abfeb6ed
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/docshell/docsh.cxx5
-rw-r--r--sc/source/ui/inc/docsh.hxx1
2 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx
index 2baa653df709..43f87563231b 100644
--- a/sc/source/ui/docshell/docsh.cxx
+++ b/sc/source/ui/docshell/docsh.cxx
@@ -3188,9 +3188,4 @@ void ScDocShell::libreOfficeKitCallback(int nType, const char* pPayload) const
aDocument.GetDrawLayer()->libreOfficeKitCallback(nType, pPayload);
}
-bool ScDocShell::isTiledRendering() const
-{
- return aDocument.GetDrawLayer() && aDocument.GetDrawLayer()->isTiledRendering();
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/inc/docsh.hxx b/sc/source/ui/inc/docsh.hxx
index a897c92198b9..bf228f79fa46 100644
--- a/sc/source/ui/inc/docsh.hxx
+++ b/sc/source/ui/inc/docsh.hxx
@@ -424,7 +424,6 @@ public:
void SnapVisArea( Rectangle& rRect ) const;
virtual void libreOfficeKitCallback(int nType, const char* pPayload) const override;
- bool isTiledRendering() const;
};
void UpdateAcceptChangesDialog();