diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-12-05 11:11:30 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-12-05 11:11:30 +0100 |
commit | 991457df432fc2b386d9c5b6e14e8c0b02415563 (patch) | |
tree | c76b7f0d273c1728c9b2b0ca8cdffbf8dfcd1e32 /basctl | |
parent | e09cd23cea227fc40110650488c5bd09f72b3a52 (diff) |
loplugin:unreffun
Change-Id: I6dbb20c82b58b81aa4cfb8cc3cf80f6d1202075d
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/iderdll.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/iderdll.cxx b/basctl/source/basicide/iderdll.cxx index 53fd2c19f82b..b6d5e29b9124 100644 --- a/basctl/source/basicide/iderdll.cxx +++ b/basctl/source/basicide/iderdll.cxx @@ -20,7 +20,7 @@ #include <comphelper/scoped_disposing_ptr.hxx> #include <comphelper/processfactory.hxx> - +#include <iderdll.hxx> #include <iderdll2.hxx> #include <iderid.hxx> #include <basidesh.hxx> |