summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2018-10-27 11:38:28 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2018-10-27 15:13:09 +0200
commit5894c09af1d37874953f1b4bbf9e0e19c77b92b3 (patch)
treedee4ad0c83401de2f64e83762e1bbeb67622c857 /sc
parent52a4986d8f87550df1ae3295926d5a5f1ff3dde2 (diff)
uitest: integrate the calc input bar into the ui testing
Change-Id: Ib73d09b648c0663de57e4b205e7154d6af1366f8 Reviewed-on: https://gerrit.libreoffice.org/62412 Tested-by: Jenkins Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/app/inputwin.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx
index f4c8cfe6fecc..71abccec99a4 100644
--- a/sc/source/ui/app/inputwin.cxx
+++ b/sc/source/ui/app/inputwin.cxx
@@ -1300,6 +1300,8 @@ ScTextWnd::ScTextWnd(ScInputBarGroup* pParent, ScTabViewShell* pViewSh)
Size aBorder;
aBorder = CalcWindowSize(aBorder);
mnBorderHeight = aBorder.Height();
+
+ set_id("sc_input_window");
}
ScTextWnd::~ScTextWnd()