Kaydet (Commit) 2701104d authored tarafından Zdeněk Crhonek's avatar Zdeněk Crhonek Kaydeden (comit) Markus Mohrhard

rename non-unique id for better UI testing

Change-Id: Id271001411ae34269451008ca54ab5855aae7da5
Reviewed-on: https://gerrit.libreoffice.org/49305Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
üst 1c4ab264
...@@ -48,7 +48,7 @@ SwFieldFuncPage::SwFieldFuncPage(vcl::Window* pParent, const SfxItemSet *const p ...@@ -48,7 +48,7 @@ SwFieldFuncPage::SwFieldFuncPage(vcl::Window* pParent, const SfxItemSet *const p
get(m_pSelectionLB, "select"); get(m_pSelectionLB, "select");
get(m_pFormatLB, "format"); get(m_pFormatLB, "format");
get(m_pNameFT, "nameft"); get(m_pNameFT, "nameft");
get(m_pNameED, "name"); get(m_pNameED, "condFunction");
get(m_pValueGroup, "valuegroup"); get(m_pValueGroup, "valuegroup");
get(m_pValueFT, "valueft"); get(m_pValueFT, "valueft");
get(m_pValueED, "value"); get(m_pValueED, "value");
......
...@@ -225,7 +225,7 @@ ...@@ -225,7 +225,7 @@
<property name="xalign">0</property> <property name="xalign">0</property>
<property name="label" translatable="yes" context="fldfuncpage|nameft">Na_me</property> <property name="label" translatable="yes" context="fldfuncpage|nameft">Na_me</property>
<property name="use_underline">True</property> <property name="use_underline">True</property>
<property name="mnemonic_widget">name</property> <property name="mnemonic_widget">condFunction</property>
</object> </object>
<packing> <packing>
<property name="left_attach">0</property> <property name="left_attach">0</property>
...@@ -235,7 +235,7 @@ ...@@ -235,7 +235,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="swlo-ConditionEdit" id="name"> <object class="swlo-ConditionEdit" id="condFunction">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="invisible_char"></property> <property name="invisible_char"></property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment