diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-03 14:32:24 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-03 14:32:24 +0100 |
commit | f82cd9c786933a641ab131758a9fc1bd291824cc (patch) | |
tree | 5d76fed083ddfa5b7657a550846582de4d8b51d2 /sfx2/source/view/classificationhelper.cxx | |
parent | 36cdf3c35459df63ce137e550a6840a61865c0ca (diff) |
Hold SfxInfoBarWindow by VclPtr
In SfxInfoBarContainerWindow::removeInfoBar, disposeAndClear is already called
on the removed member (once found), so the ScopedVclPtr (also calling
disposeAndClear when going out of scope) should not be necessary.
Change-Id: Ibf4d19ebd5f1a6217e1d18ef0458c9b865667898
Diffstat (limited to 'sfx2/source/view/classificationhelper.cxx')
-rw-r--r-- | sfx2/source/view/classificationhelper.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/view/classificationhelper.cxx b/sfx2/source/view/classificationhelper.cxx index 0bc1a991ab44..614ec9800a63 100644 --- a/sfx2/source/view/classificationhelper.cxx +++ b/sfx2/source/view/classificationhelper.cxx @@ -20,6 +20,7 @@ #include <com/sun/star/xml/sax/SAXParseException.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp> +#include <sfx2/infobar.hxx> #include <sfx2/objsh.hxx> #include <o3tl/make_unique.hxx> #include <comphelper/processfactory.hxx> |