diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-04-09 10:11:46 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-04-09 10:12:02 +0200 |
commit | cc725643fded8c9237403f12bb6eed9d964e55c9 (patch) | |
tree | 87391716b4d44bc9d20975fbd36ffccbd85c3aa8 /basic/source/classes/eventatt.cxx | |
parent | 48dd43703914b9c756d2ecda1872512b47463902 (diff) |
Clean up function declarations and some unused functions
Change-Id: I63c4c61847fea4500b667a5ea9f2b32207692033
Diffstat (limited to 'basic/source/classes/eventatt.cxx')
-rw-r--r-- | basic/source/classes/eventatt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/classes/eventatt.cxx b/basic/source/classes/eventatt.cxx index ff1d60cb37c1..16fc4bd351ec 100644 --- a/basic/source/classes/eventatt.cxx +++ b/basic/source/classes/eventatt.cxx @@ -56,7 +56,7 @@ #include <basic/sbuno.hxx> #include <runtime.hxx> #include <sbintern.hxx> - +#include <eventatt.hxx> #include <cppuhelper/implbase1.hxx> using namespace ::com::sun::star; |