vcl/source/window/syswin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ff177bf17d547b0c116a9ca486af3d4724056f3e Author: Stephan Bergmann <sberg...@redhat.com> Date: Tue Jun 28 10:13:17 2016 +0200 loplugin:stringconstant Change-Id: I590e5f6e6752902caf3da0d5d1924d59b10c421c diff --git a/vcl/source/window/syswin.cxx b/vcl/source/window/syswin.cxx index ca0f47f..54f40ac 100644 --- a/vcl/source/window/syswin.cxx +++ b/vcl/source/window/syswin.cxx @@ -942,7 +942,7 @@ void SystemWindow::SetNotebookBar(const OUString& rUIXMLDescription, const css:: void SystemWindow::CloseNotebookBar() { static_cast<ImplBorderWindow*>(mpWindowImpl->mpBorderWindow.get())->CloseNotebookBar(); - maNotebookBarUIFile = ""; + maNotebookBarUIFile.clear(); } VclPtr<NotebookBar> SystemWindow::GetNotebookBar() const _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits