Kaydet (Commit) c3cdc78e authored tarafından Caolán McNamara's avatar Caolán McNamara

set accessibility name for previews via .ui

Change-Id: I4abf90f43a8278e3c115a809deb1a8096f21c685
üst c799a1e5
...@@ -678,9 +678,6 @@ SvxStdParagraphTabPage::SvxStdParagraphTabPage( Window* pParent, const SfxItemS ...@@ -678,9 +678,6 @@ SvxStdParagraphTabPage::SvxStdParagraphTabPage( Window* pParent, const SfxItemS
Init_Impl(); Init_Impl();
m_pFLineIndent->SetMin(-9999); // is set to 0 on default m_pFLineIndent->SetMin(-9999); // is set to 0 on default
//aExampleWin.SetAccessibleName(String(CUI_RES(STR_EXAMPLE)));
} }
SvxStdParagraphTabPage::~SvxStdParagraphTabPage() SvxStdParagraphTabPage::~SvxStdParagraphTabPage()
......
...@@ -25,6 +25,11 @@ ...@@ -25,6 +25,11 @@
<property name="valign">start</property> <property name="valign">start</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
<property name="vexpand">True</property> <property name="vexpand">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="drawingareaWN_EXAMPLE-atkobject">
<property name="AtkObject::accessible-name" translatable="yes">Example</property>
</object>
</child>
</object> </object>
</child> </child>
</object> </object>
......
...@@ -475,6 +475,11 @@ ...@@ -475,6 +475,11 @@
<property name="valign">start</property> <property name="valign">start</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
<property name="vexpand">True</property> <property name="vexpand">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="drawingareaWN_EXAMPLE-atkobject">
<property name="AtkObject::accessible-name" translatable="yes">Example</property>
</object>
</child>
</object> </object>
</child> </child>
</object> </object>
......
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