diff options
Diffstat (limited to 'svgio/inc/svgdocumenthandler.hxx')
-rw-r--r-- | svgio/inc/svgdocumenthandler.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/inc/svgdocumenthandler.hxx b/svgio/inc/svgdocumenthandler.hxx index c1041574ec6d..306b95435e1c 100644 --- a/svgio/inc/svgdocumenthandler.hxx +++ b/svgio/inc/svgdocumenthandler.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SVGIO_INC_SVGDOCUMENTHANDLER_HXX #include <com/sun/star/xml/sax/XDocumentHandler.hpp> -#include <svgdocument.hxx> +#include "svgdocument.hxx" #include <cppuhelper/implbase.hxx> namespace svgio { namespace svgreader { class SvgCharacterNode; }} |