[Libreoffice-commits] core.git: sc/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Oct 27 13:13:30 UTC 2018


 sc/source/ui/app/inputwin.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 5894c09af1d37874953f1b4bbf9e0e19c77b92b3
Author:     Markus Mohrhard <markus.mohrhard at googlemail.com>
AuthorDate: Sat Oct 27 11:38:28 2018 +0200
Commit:     Markus Mohrhard <markus.mohrhard at googlemail.com>
CommitDate: Sat Oct 27 15:13:09 2018 +0200

    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 at googlemail.com>

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()


More information about the Libreoffice-commits mailing list