diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-02-17 16:31:30 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-02-23 10:10:23 +0100 |
commit | 484d904d4dfaad9397c9599292c3abf30880d5bf (patch) | |
tree | e56af048af950ece178d7b756e5d01ac15fecaca /sd/source/ui/view/sdwindow.cxx | |
parent | acde439959f2c178343c4c570f2512a913ae322f (diff) |
sd: initial ViewShell::libreOfficeKitCallback()
With this, typing into an empty document + pressing Esc makes those
typed characters visible.
Change-Id: I57d05f40d1bb6afa2b8c68ce1d10906203aa4bc8
Diffstat (limited to 'sd/source/ui/view/sdwindow.cxx')
-rw-r--r-- | sd/source/ui/view/sdwindow.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/view/sdwindow.cxx b/sd/source/ui/view/sdwindow.cxx index 7df5dc73a46f..a94d8eecd4f8 100644 --- a/sd/source/ui/view/sdwindow.cxx +++ b/sd/source/ui/view/sdwindow.cxx @@ -992,6 +992,7 @@ void Window::LogicInvalidate(const ::vcl::Region* pRegion) sRectangle = "EMPTY"; else sRectangle = pRegion->GetBoundRect().toString(); + mpViewShell->libreOfficeKitCallback(LOK_CALLBACK_INVALIDATE_TILES, sRectangle.getStr()); } } // end of namespace sd |