From afb82d3729bda2754d0add08cc6c4dce1dc76d59 Mon Sep 17 00:00:00 2001 From: Siqi Liu Date: Tue, 14 Apr 2015 00:55:04 +0200 Subject: implement SfxObjectShell subclasses' LOK interface Change-Id: Iee2fbf71375631a349992a90c67c1c4c34e6ba3b --- sfx2/source/doc/objcont.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sfx2/source/doc') diff --git a/sfx2/source/doc/objcont.cxx b/sfx2/source/doc/objcont.cxx index 40d1e195e0a5..6fdc6916dd79 100644 --- a/sfx2/source/doc/objcont.cxx +++ b/sfx2/source/doc/objcont.cxx @@ -646,6 +646,7 @@ bool SfxObjectShell::IsModifyPasswordEntered() void SfxObjectShell::libreOfficeKitCallback(SAL_UNUSED_PARAMETER int nType, SAL_UNUSED_PARAMETER const char* pPayload) const { SAL_WARN("tiled-rendering", "LOK callback interface not overridden for SfxObjectShell subclass typeId: " << typeid(*this).name()); } + bool SfxObjectShell::isTiledRendering() const { SAL_WARN("tiled-rendering", "LOK callback interface not overridden for SfxObjectShell subclass typeId: " << typeid(*this).name()); return false; -- cgit