summaryrefslogtreecommitdiff
path: root/sd
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 /sd
parent0629bbb0f58052640f294c0e95dca1f185ac8169 (diff)
sw, sd, sc: clean up no longer necessary isTiledRendering() member functions
Change-Id: I508a29fd261865771d780b1c241841d9abfeb6ed (cherry picked from commit 5b44a9733a79decc2eebfc2360fdd837349b5759)
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/docshell/docshell.cxx9
-rw-r--r--sd/source/ui/inc/DrawDocShell.hxx1
2 files changed, 0 insertions, 10 deletions
diff --git a/sd/source/ui/docshell/docshell.cxx b/sd/source/ui/docshell/docshell.cxx
index c30436e85394..f47b0a7ef895 100644
--- a/sd/source/ui/docshell/docshell.cxx
+++ b/sd/source/ui/docshell/docshell.cxx
@@ -470,15 +470,6 @@ void DrawDocShell::libreOfficeKitCallback(int nType, const char* pPayload) const
mpDoc->libreOfficeKitCallback(nType, pPayload);
}
-bool DrawDocShell::isTiledRendering() const
-{
- if (!mpDoc)
- return false;
- return mpDoc->isTiledRendering();
-}
-
-
-
} // end of namespace sd
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sd/source/ui/inc/DrawDocShell.hxx b/sd/source/ui/inc/DrawDocShell.hxx
index 04a6564cbe41..b43f84b9f877 100644
--- a/sd/source/ui/inc/DrawDocShell.hxx
+++ b/sd/source/ui/inc/DrawDocShell.hxx
@@ -204,7 +204,6 @@ public:
void ClearUndoBuffer();
virtual void libreOfficeKitCallback(int nType, const char* pPayload) const override;
- bool isTiledRendering() const;
protected: