summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2020-09-17 10:18:23 +0200
committerSzymon Kłos <szymon.klos@collabora.com>2020-09-22 13:10:17 +0200
commita22a6cb8c3afdd7db3a5d23c64cd2f20d4fbd291 (patch)
tree02cf38b3e0cc877ed27b2cd2b388ba478e61659e /include
parent8727e36b4305fa6957bd74d8efc631a3a4b27a1a (diff)
jsdialog: use window only if visible
When there is a name conflict we should take currently visible window. Change-Id: Iaccf03a78b083ecaca0ee6aa538674a6de093a4b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102903 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103142
Diffstat (limited to 'include')
-rw-r--r--include/vcl/uitest/uiobject.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/uitest/uiobject.hxx b/include/vcl/uitest/uiobject.hxx
index 43035e2fa39e..60d84dedbe24 100644
--- a/include/vcl/uitest/uiobject.hxx
+++ b/include/vcl/uitest/uiobject.hxx
@@ -119,6 +119,8 @@ public:
virtual std::unique_ptr<UIObject> get_child(const OUString& rID) override;
+ virtual std::unique_ptr<UIObject> get_visible_child(const OUString& rID);
+
virtual std::set<OUString> get_children() const override;
virtual OUString dumpState() const override;