summaryrefslogtreecommitdiff
path: root/sfx2/uiconfig/ui/documentpropertiesdialog.ui
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/uiconfig/ui/documentpropertiesdialog.ui')
-rw-r--r--sfx2/uiconfig/ui/documentpropertiesdialog.ui8
1 files changed, 4 insertions, 4 deletions
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>
a href='/cgit/lo/core/commit/helpcompiler?h=cp-5.3-66&id=186508874e2e4e3b478a4b306cdbb5c50c562313'>replace '\n' to space in extended help textAndras Timar 2015-01-20Some more loplugin:cstylecast: helpcompilerStephan Bergmann 2015-01-07fdo#39440 reduce scope of local variablesŁukasz Hryniuk 2015-01-05Some loplugin:revisibility clean-upStephan Bergmann 2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara 2014-12-17indent try-block, remove obsolete commentMichael Weghorn 2014-12-15coverity#704150 Resource leak in objectCaolán McNamara 2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann 2014-09-11(Rudimentary) C++11 support is a hard requirement nowStephan Bergmann 2014-07-01New loplugin:stringconcatStephan Bergmann 2014-06-17coverity#1223090 Uncaught exceptionCaolán McNamara 2014-06-10coverity#983682 Uncaught exceptionCaolán McNamara 2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin 2014-05-28Fix memory leakStephan Bergmann 2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante 2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold 2014-04-17Avoid possible memory leaks in case of exceptionsTakeshi Abe 2014-04-14typo: paramter -> parameterThomas Arnhold 2014-02-26Remove visual noise from helpcompilerAlexander Wilms 2014-02-11coverity#707948 Uninitialized scalar fieldCaolán McNamara 2014-01-28bool improvementsStephan Bergmann 2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin 2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin 2013-11-11remove unnecessary use of OUString constructorNoel Grandin 2013-11-04remove redundant calls to OUString constructorNoel Grandin 2013-10-28Remove unnecessary SyntaxHighlighter::Tokenizer statefulnessStephan Bergmann 2013-10-28Fold SyntaxHighlighter::initialize into ctorStephan Bergmann 2013-10-28Remove unused SimpleTokenizer_Impl::nLine/nColStephan Bergmann 2013-10-22Use conventional std::vector idiomsStephan Bergmann 2013-10-22Unwind HighlightPortions typedefStephan Bergmann