diff options
author | Siqi Liu <me@siqi.fr> | 2015-04-14 00:55:04 +0200 |
---|---|---|
committer | Siqi Liu <me@siqi.fr> | 2015-04-14 00:55:17 +0200 |
commit | afb82d3729bda2754d0add08cc6c4dce1dc76d59 (patch) | |
tree | 9b457709d2e7cabaf927fc12241f9d937bc1d41c /sfx2/source/doc | |
parent | 855b0af13803c810593ed16ad65eed542d023756 (diff) |
implement SfxObjectShell subclasses' LOK interface
Change-Id: Iee2fbf71375631a349992a90c67c1c4c34e6ba3b
Diffstat (limited to 'sfx2/source/doc')
-rw-r--r-- | sfx2/source/doc/objcont.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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; |