summaryrefslogtreecommitdiff
path: root/sax/source/fastparser
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-08-07 18:35:59 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-08-07 18:35:59 +0200
commitf740673ed74b1e2daf2a65d9b167dc3a38e1dd25 (patch)
treee793727278c821c506f0dfb893ce04466bc356e4 /sax/source/fastparser
parentca730eed1e61551d77fb6d788eab9214579ed4ff (diff)
Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
Change-Id: I2d4e4be562cc752e7545792b148d5ed0cf551f25
Diffstat (limited to 'sax/source/fastparser')
-rw-r--r--sax/source/fastparser/fastparser.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sax/source/fastparser/fastparser.cxx b/sax/source/fastparser/fastparser.cxx
index d3103d153dc5..1e08851313cd 100644
--- a/sax/source/fastparser/fastparser.cxx
+++ b/sax/source/fastparser/fastparser.cxx
@@ -22,6 +22,7 @@
#include "xml2utf.hxx"
#include <com/sun/star/lang/DisposedException.hpp>
+#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/xml/sax/FastToken.hpp>
#include <com/sun/star/xml/sax/SAXParseException.hpp>
#include <com/sun/star/xml/sax/XFastContextHandler.hpp>
@@ -45,10 +46,6 @@
#include <cstring>
#include <expat.h>
-namespace com { namespace sun { namespace star { namespace uno {
- class XComponentContext;
-} } } }
-
using namespace ::std;
using namespace ::osl;
using namespace ::cppu;