summaryrefslogtreecommitdiff
path: root/sfx2/uiconfig
diff options
context:
space:
mode:
authorCao Cuong Ngo <cao.cuong.ngo@gmail.com>2013-06-03 15:04:32 +0200
committerCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2013-09-02 13:51:47 +0200
commitef3007ac2dc30fdcc1c1f2aae48b4306978806fe (patch)
treeeab4fce244f369425ed58289f13d38a7baf38e07 /sfx2/uiconfig
parent41d498c8b4c723c7805365abcd09146de88767eb (diff)
CMIS properties dialog: load CMIS properties into the dialog
Change-Id: I40561de3ce944f017a79995d1ef38584443fbf02
Diffstat (limited to 'sfx2/uiconfig')
-rw-r--r--sfx2/uiconfig/ui/cmisinfopage.ui14
-rw-r--r--sfx2/uiconfig/ui/documentpropertiesdialog.ui8
2 files changed, 18 insertions, 4 deletions
diff --git a/sfx2/uiconfig/ui/cmisinfopage.ui b/sfx2/uiconfig/ui/cmisinfopage.ui
index f39344186c00..f03494d08efc 100644
--- a/sfx2/uiconfig/ui/cmisinfopage.ui
+++ b/sfx2/uiconfig/ui/cmisinfopage.ui
@@ -24,6 +24,20 @@
</packing>
</child>
<child>
+ <object class="sfxlo-CmisPropertiesControl" id="cmisproperties">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">2</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkBox" id="box1">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
diff --git a/sfx2/uiconfig/ui/documentpropertiesdialog.ui b/sfx2/uiconfig/ui/documentpropertiesdialog.ui
index 876e9ec085f8..4d963b88e2a1 100644
--- a/sfx2/uiconfig/ui/documentpropertiesdialog.ui
+++ b/sfx2/uiconfig/ui/documentpropertiesdialog.ui
@@ -130,10 +130,10 @@
<placeholder/>
</child>
<child type="tab">
- <object class="GtkLabel" id="security">
+ <object class="GtkLabel" id="cmisprops">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Security</property>
+ <property name="label" translatable="yes">CMIS Properties</property>
</object>
<packing>
<property name="position">3</property>
@@ -144,10 +144,10 @@
<placeholder/>
</child>
<child type="tab">
- <object class="GtkLabel" id="cmisprops">
+ <object class="GtkLabel" id="security">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">CMIS Properties</property>
+ <property name="label" translatable="yes">Security</property>
</object>
<packing>
<property name="position">4</property>