summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-05-20 05:34:45 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-17 21:10:22 +0200
commite5ebe96244d2332f8bae5b55677d62dbab4f20ad (patch)
tree8c565f60ef91e43c422f34b163648f9461e0a63d
parentuitest: use the new cell content enter function (diff)
downloadcore-e5ebe96244d2332f8bae5b55677d62dbab4f20ad.tar.gz
core-e5ebe96244d2332f8bae5b55677d62dbab4f20ad.zip
uitest: set id for main writer edit window
Change-Id: Ie039b9983dd2aa6ec2c79b35bfd87161a57438b5
-rw-r--r--sw/source/uibase/docvw/edtwin.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx
index fafaf0ef3b41..1d7a179705d2 100644
--- a/sw/source/uibase/docvw/edtwin.cxx
+++ b/sw/source/uibase/docvw/edtwin.cxx
@@ -5089,6 +5089,7 @@ SwEditWin::SwEditWin(vcl::Window *pParent, SwView &rMyView):
m_nKS_NUMINDENTINC_Count(0),
m_pFrameControlsManager(new SwFrameControlsManager(this))
{
+ set_id("writer_edit");
SetHelpId(HID_EDIT_WIN);
EnableChildTransparentMode();
SetDialogControlFlags( DialogControlFlags::Return | DialogControlFlags::WantFocus );