diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-11-16 14:56:20 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-11-16 14:57:12 +0100 |
commit | 34b2748eb38f9487fdfcb81141b64844d3d2a734 (patch) | |
tree | 7ff6f174d5fb60d1788046edb8e7ef4a9a5fcbe1 | |
parent | e3a8f1757434516117e9634babe7240ed50a0b38 (diff) |
New-style services are "_hohdl"
Change-Id: Ib184b14c8e3dfcea7ed826ca60ba22b9ca48707e
-rw-r--r-- | offapi/UnoApi_offapi.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk index 3620e070c00c..f1e53a29be08 100644 --- a/offapi/UnoApi_offapi.mk +++ b/offapi/UnoApi_offapi.mk @@ -4293,10 +4293,12 @@ $(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/xsd,\ )) $(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/org/freedesktop/PackageKit,\ - SyncDbusSessionHelper \ XSyncDbusSessionHelper \ XModify \ XQuery \ )) +$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/org/freedesktop/PackageKit,\ + SyncDbusSessionHelper \ +)) # vim: set noet sw=4 ts=4: |