summaryrefslogtreecommitdiff
path: root/filter/UI_xsltdlg.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-11-16 11:03:57 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-11-20 16:47:33 +0000
commitbcafd193e743fca4ab6198092b34d000787e06f0 (patch)
tree90881b1e5b1a3e7e9184395feff2f3004de05325 /filter/UI_xsltdlg.mk
parent3f2f4f15e20b7f295f26cddadfc712c189719aee (diff)
convert xslt filter dialog to .ui
Change-Id: Ia07df75b00b7d34da9dfeeddb47280ddba23b897
Diffstat (limited to 'filter/UI_xsltdlg.mk')
-rw-r--r--filter/UI_xsltdlg.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/filter/UI_xsltdlg.mk b/filter/UI_xsltdlg.mk
new file mode 100644
index 000000000000..8d9887662281
--- /dev/null
+++ b/filter/UI_xsltdlg.mk
@@ -0,0 +1,16 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_UI_UI,filter))
+
+$(eval $(call gb_UI_add_uifiles,filter,\
+ filter/uiconfig/ui/xmlfiltersettings \
+))
+
+# vim: set noet sw=4 ts=4: