summaryrefslogtreecommitdiffstats
path: root/extensions/UIConfig_spropctrlr.mk
diff options
context:
space:
mode:
authorManal Alhassoun <malhassoun@kacst.edu.sa>2013-09-17 08:46:10 +0300
committerCaolán McNamara <caolanm@redhat.com>2013-09-17 11:42:29 +0000
commit2f7f7e7717075867080433ba09188a09830584ab (patch)
tree893e64b2790124d33a34bee8944b174a017ecfa9 /extensions/UIConfig_spropctrlr.mk
parentadd a min-width-chars property to SvTreeListBox (diff)
downloadcore-2f7f7e7717075867080433ba09188a09830584ab.tar.gz
core-2f7f7e7717075867080433ba09188a09830584ab.zip
Convert tab order dialog to widget UI
Change-Id: I2aebcf6486b80af31f1a06e9ae38e5610bee0cb4 Reviewed-on: https://gerrit.libreoffice.org/5970 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'extensions/UIConfig_spropctrlr.mk')
-rw-r--r--extensions/UIConfig_spropctrlr.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/extensions/UIConfig_spropctrlr.mk b/extensions/UIConfig_spropctrlr.mk
new file mode 100644
index 000000000000..4a4becc27bd4
--- /dev/null
+++ b/extensions/UIConfig_spropctrlr.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_UIConfig_UIConfig,modules/spropctrlr))
+
+$(eval $(call gb_UIConfig_add_uifiles,modules/spropctrlr,\
+ extensions/source/propctrlr/uiconfig/spropctrlr/ui/taborder \
+))
+
+# vim: set noet sw=4 ts=4: