diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-06-28 10:13:17 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-06-28 10:13:17 +0200 |
commit | ff177bf17d547b0c116a9ca486af3d4724056f3e (patch) | |
tree | 2b6e68d29c094367dd812775234b4cbec952f9bc /vcl | |
parent | 4ae3f434ad3006285f1766c187f9e7a99edc170b (diff) |
loplugin:stringconstant
Change-Id: I590e5f6e6752902caf3da0d5d1924d59b10c421c
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/syswin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/syswin.cxx b/vcl/source/window/syswin.cxx index ca0f47feaa95..54f40accca2f 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 |