diff options
author | Rafael Dominguez <venccsralph@gmail.com> | 2012-05-28 20:53:01 -0430 |
---|---|---|
committer | Rafael Dominguez <venccsralph@gmail.com> | 2012-05-28 20:53:01 -0430 |
commit | 0102a95559f3b6e20ae869986716bf1723b72a9b (patch) | |
tree | 3923fc545b950f456fa368ef056fb28a5afa7ec1 /sfx2/Library_sfx.mk | |
parent | a7ddff1b801ef645bf2dfe36aacf125b4cd98c46 (diff) |
Implement template manager dialog.
- Handle command in appserver
- Add all the necessary defines for the command and slot.
- Create TemplateManagerDlg class and resource files.
- Add basic buttons to display different templates with their handlers.
Change-Id: I557576a49f722c6f54d74922bac8bc4ebd5760c3
Diffstat (limited to 'sfx2/Library_sfx.mk')
-rw-r--r-- | sfx2/Library_sfx.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk index f9d848b54058..0a97789b7093 100644 --- a/sfx2/Library_sfx.mk +++ b/sfx2/Library_sfx.mk @@ -2,7 +2,7 @@ #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# +# # Copyright 2000, 2011 Oracle and/or its affiliates. # # OpenOffice.org - a multi-platform office productivity suite @@ -38,8 +38,8 @@ $(eval $(call gb_Library_add_sdi_headers,sfx,sfx2/sdi/sfxslots)) $(eval $(call gb_Library_set_componentfile,sfx,sfx2/util/sfx)) $(eval $(call gb_Library_use_api,sfx,\ - udkapi \ - offapi \ + udkapi \ + offapi \ )) $(eval $(call gb_Library_set_include,sfx,\ @@ -214,6 +214,7 @@ $(eval $(call gb_Library_add_exception_objects,sfx,\ sfx2/source/doc/sfxbasemodel \ sfx2/source/doc/sfxmodelfactory \ sfx2/source/doc/syspath \ + sfx2/source/doc/templatedlg \ sfx2/source/explorer/nochaos \ sfx2/source/inet/inettbc \ sfx2/source/menu/mnuitem \ |