summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorZdeněk Crhonek <zcrhonek@gmail.com>2018-02-06 16:07:40 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2018-02-18 01:06:53 +0100
commit2701104d1a08da465daa37ab3bb74e05d2f563c3 (patch)
tree1902763e8299ba40baa26fc331c981b42c221b64 /sw
parent1c4ab26455f2c94857d49ebb9ed758b03bcf766c (diff)
rename non-unique id for better UI testing
Change-Id: Id271001411ae34269451008ca54ab5855aae7da5 Reviewed-on: https://gerrit.libreoffice.org/49305 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/fldui/fldfunc.cxx2
-rw-r--r--sw/uiconfig/swriter/ui/fldfuncpage.ui4
2 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/fldui/fldfunc.cxx b/sw/source/ui/fldui/fldfunc.cxx
index 6842d030d471..5a7b794aad84 100644
--- a/sw/source/ui/fldui/fldfunc.cxx
+++ b/sw/source/ui/fldui/fldfunc.cxx
@@ -48,7 +48,7 @@ SwFieldFuncPage::SwFieldFuncPage(vcl::Window* pParent, const SfxItemSet *const p
get(m_pSelectionLB, "select");
get(m_pFormatLB, "format");
get(m_pNameFT, "nameft");
- get(m_pNameED, "name");
+ get(m_pNameED, "condFunction");
get(m_pValueGroup, "valuegroup");
get(m_pValueFT, "valueft");
get(m_pValueED, "value");
diff --git a/sw/uiconfig/swriter/ui/fldfuncpage.ui b/sw/uiconfig/swriter/ui/fldfuncpage.ui
index 3891217eff2b..557b356b8652 100644
--- a/sw/uiconfig/swriter/ui/fldfuncpage.ui
+++ b/sw/uiconfig/swriter/ui/fldfuncpage.ui
@@ -225,7 +225,7 @@
<property name="xalign">0</property>
<property name="label" translatable="yes" context="fldfuncpage|nameft">Na_me</property>
<property name="use_underline">True</property>
- <property name="mnemonic_widget">name</property>
+ <property name="mnemonic_widget">condFunction</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -235,7 +235,7 @@
</packing>
</child>
<child>
- <object class="swlo-ConditionEdit" id="name">
+ <object class="swlo-ConditionEdit" id="condFunction">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">•</property>