diff options
author | Noel Grandin <noel@peralex.com> | 2013-01-30 14:46:50 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-02-11 08:02:15 +0200 |
commit | ff85e8319a263e428ce53f7758092475b953afba (patch) | |
tree | 61d407de6a6bd00b352da51c013e3351237b95ee /oox/source/vml | |
parent | a7ecab870eb5567bceb3ef61d87d8db805bc6796 (diff) |
fdo#46808, convert io::TextInputStream service to new style
Change-Id: Ida4abdd6587399aa8ade88af672bcb23ab7ea0f1
Diffstat (limited to 'oox/source/vml')
-rw-r--r-- | oox/source/vml/vmlinputstream.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/vml/vmlinputstream.cxx b/oox/source/vml/vmlinputstream.cxx index 340d5b22effa..48d0a3c42987 100644 --- a/oox/source/vml/vmlinputstream.cxx +++ b/oox/source/vml/vmlinputstream.cxx @@ -19,7 +19,7 @@ #include "oox/vml/vmlinputstream.hxx" -#include <com/sun/star/io/XTextInputStream.hpp> +#include <com/sun/star/io/XTextInputStream2.hpp> #include <map> #include <string.h> #include <rtl/strbuf.hxx> |