summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/validate.cxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2018-07-08 23:06:34 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2018-07-09 00:42:45 +0200
commitc3c2ca43686b8cf63e60f783b81cb353d91973fa (patch)
treef5f61ed834d477eb570cdd2c6133354456a99f9e /sc/source/ui/dbgui/validate.cxx
parent9546f6fec9c16c0440ef6db940aa704d2f8c6657 (diff)
rename UI element to prevent duplicate IDs in same dialog
Small improvement for the UI testing. Change-Id: I49fa6a7566a492930532719271b6c83005bc85a8 Reviewed-on: https://gerrit.libreoffice.org/57163 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/source/ui/dbgui/validate.cxx')
-rw-r--r--sc/source/ui/dbgui/validate.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/dbgui/validate.cxx b/sc/source/ui/dbgui/validate.cxx
index fe6bd005f669..688ebe5b7043 100644
--- a/sc/source/ui/dbgui/validate.cxx
+++ b/sc/source/ui/dbgui/validate.cxx
@@ -767,7 +767,7 @@ ScTPValidationError::ScTPValidationError( vcl::Window* pParent,
get(m_pTsbShow,"tsbshow");
get(m_pLbAction,"actionCB");
get(m_pBtnSearch,"browseBtn");
- get(m_pEdtTitle,"title");
+ get(m_pEdtTitle,"erroralert_title");
get(m_pFtError,"errormsg_label");
get(m_pEdError,"errorMsg");
m_pEdError->set_height_request(m_pEdError->GetTextHeight() * 12);