diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-29 14:23:52 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-30 10:48:24 +0100 |
commit | b3856b0e096cb5d791fbe8a7d5b6c0319ab546bb (patch) | |
tree | 1ebd46b449e0da8953ff9b8c0a0975febd9ba2a5 /offapi/UnoApi_offapi.mk | |
parent | 823c2b18f14c0fdd817b62e95b13f1c7e0d38a9d (diff) |
Introduce com.sun.star.ui.theWindowContentFactoryManager singleton.
Change-Id: If979db945b2f5e50e146fdadafd1559530c50122
Diffstat (limited to 'offapi/UnoApi_offapi.mk')
-rwxr-xr-x | offapi/UnoApi_offapi.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk index 0314edb040d2..9df3d699f801 100755 --- a/offapi/UnoApi_offapi.mk +++ b/offapi/UnoApi_offapi.mk @@ -427,6 +427,7 @@ $(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,com/sun/star/ui,\ WindowStateConfiguration \ theUICategoryDescription \ theUIElementFactoryManager \ + theWindowContentFactoryManager \ )) $(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,com/sun/star/ui/dialogs,\ AddressBookSourcePilot \ |