summaryrefslogtreecommitdiffstats
path: root/libreofficekit/Library_libreofficekitgtk.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-03-10 16:42:10 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-03-16 09:38:05 +0100
commitfdcd5a509c483a0460919a227d273332f4b1d6e8 (patch)
tree7920c965443100d10247808fe1841c783d5a3609 /libreofficekit/Library_libreofficekitgtk.mk
parentlok::Document: add resetSelection() (diff)
downloadcore-fdcd5a509c483a0460919a227d273332f4b1d6e8.tar.gz
core-fdcd5a509c483a0460919a227d273332f4b1d6e8.zip
lokdocview.c -> lokdocview.cxx
Otherwise it's not possible to later move the keyboard handling code from gtktiledviewer to lokdocview, and handling keyboard in gtktiledviewer but mouse in lokdocview is confusing. Change-Id: Ib036e2cbf65ffa28771a41b01c0fda2b7b895f47
Diffstat (limited to 'libreofficekit/Library_libreofficekitgtk.mk')
-rw-r--r--libreofficekit/Library_libreofficekitgtk.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libreofficekit/Library_libreofficekitgtk.mk b/libreofficekit/Library_libreofficekitgtk.mk
index 47573593cf66..01db40f3a917 100644
--- a/libreofficekit/Library_libreofficekitgtk.mk
+++ b/libreofficekit/Library_libreofficekitgtk.mk
@@ -14,7 +14,7 @@ $(eval $(call gb_Library_use_externals,libreofficekitgtk,\
gtk \
))
-$(eval $(call gb_Library_add_cobjects,libreofficekitgtk,\
+$(eval $(call gb_Library_add_exception_objects,libreofficekitgtk,\
libreofficekit/source/gtk/lokdocview \
))