diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-24 21:43:27 +0200 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-09-08 03:17:27 +0000 |
commit | 2ecd5b0372e7953a57ece3c669c22e6545e19f2e (patch) | |
tree | d373e45761220124aa140dc40d1777c4f2745da6 /sax/source/tools/fshelper.cxx | |
parent | ea744ff9e8d2d6bb463e6f8f44405f9b574b37d1 (diff) |
sax: com.sun.star.xml.sax.FastSerializer seems to be unused
Change-Id: I826da00c83589f468c499879d86546d60b2aa515
Reviewed-on: https://gerrit.libreoffice.org/480
Reviewed-by: Michael Meeks <michael.meeks@suse.com>
Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>
Diffstat (limited to 'sax/source/tools/fshelper.cxx')
-rw-r--r-- | sax/source/tools/fshelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/source/tools/fshelper.cxx b/sax/source/tools/fshelper.cxx index 8888fc791a89..ffb3506c175d 100644 --- a/sax/source/tools/fshelper.cxx +++ b/sax/source/tools/fshelper.cxx @@ -18,7 +18,7 @@ */ #include <sax/fshelper.hxx> -#include <fastserializer.hxx> +#include "fastserializer.hxx" #include <com/sun/star/xml/sax/XFastTokenHandler.hpp> #include <comphelper/processfactory.hxx> #include <rtl/ustrbuf.hxx> |