summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-12-17 09:15:44 +0100
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-07-20 01:25:55 -0400
commit0fff0759e16974a14b124ff1e4a331815113106b (patch)
tree335ed7f040cae2ce377f246bbfa267a5bdfd07de /sc
parent0629bbb0f58052640f294c0e95dca1f185ac8169 (diff)
sw, sd, sc: clean up no longer necessary isTiledRendering() member functions
Change-Id: I508a29fd261865771d780b1c241841d9abfeb6ed (cherry picked from commit 5b44a9733a79decc2eebfc2360fdd837349b5759)
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 410ccabb30b4..0f8937466341 100644
--- a/sc/source/ui/docshell/docsh.cxx
+++ b/sc/source/ui/docshell/docsh.cxx
@@ -3198,9 +3198,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();