summaryrefslogtreecommitdiffstats
path: root/sfx2/Library_sfx.mk
diff options
context:
space:
mode:
authorRafael Dominguez <venccsralph@gmail.com>2012-05-28 20:53:01 -0430
committerRafael Dominguez <venccsralph@gmail.com>2012-05-28 20:53:01 -0430
commit0102a95559f3b6e20ae869986716bf1723b72a9b (patch)
tree3923fc545b950f456fa368ef056fb28a5afa7ec1 /sfx2/Library_sfx.mk
parentAdd TemplateManager entry to File menu. (diff)
downloadcore-0102a95559f3b6e20ae869986716bf1723b72a9b.tar.gz
core-0102a95559f3b6e20ae869986716bf1723b72a9b.zip
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.mk7
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 \