diff options
author | Jan Holesovsky <kendy@collabora.com> | 2018-05-21 14:39:10 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2018-05-22 09:16:23 +0200 |
commit | b6dda60b3e888f67d76402f29d7b5576814786dd (patch) | |
tree | 24bd1af768d40fac928144b31b6f339ed6acbb35 /vcl | |
parent | c8c7f19073eb7c2697cfe78de9e708ddc714c42a (diff) |
Revert "lokdialog: Give non-programmatic name to autofilter"
In the meantime, we are able to treat the title-less pop-ups just fine.
This reverts commit a895f6356159f4267c0ac24781814ae0cbcba0b9.
Change-Id: I1e2913190e9a1141eddf9aba0732e57bd5407987
Reviewed-on: https://gerrit.libreoffice.org/54629
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/floatwin.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/window/floatwin.cxx b/vcl/source/window/floatwin.cxx index e30fd77f5c69..83966e42b0e5 100644 --- a/vcl/source/window/floatwin.cxx +++ b/vcl/source/window/floatwin.cxx @@ -642,8 +642,6 @@ void FloatingWindow::StateChanged( StateChangedType nType ) aItems.emplace_back("position", mpImplData->maPos.toString()); // pixels } aItems.emplace_back("size", GetSizePixel().toString()); - if (!GetText().isEmpty()) - aItems.emplace_back("title", GetText().toUtf8()); GetLOKNotifier()->notifyWindow(GetLOKWindowId(), "created", aItems); } else if (!IsVisible() && nType == StateChangedType::Visible) |