summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2011-11-27 23:09:39 +0100
committerMiklos Vajna <vmiklos@frugalware.org>2011-11-27 23:12:16 +0100
commit10e0c7d1c40022f845d4dae9b946c01c85a8db9f (patch)
tree2e06d22601ba5ac580a8726237301d8000a33e7b /writerfilter
parent3f2ff54778ff76118b7de3357168091bbc955041 (diff)
RTFValue: remove unneeded includes
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/rtftok/rtfvalue.cxx3
-rw-r--r--writerfilter/source/rtftok/rtfvalue.hxx3
2 files changed, 0 insertions, 6 deletions
diff --git a/writerfilter/source/rtftok/rtfvalue.cxx b/writerfilter/source/rtftok/rtfvalue.cxx
index 0469adc51413..1d1017d020f7 100644
--- a/writerfilter/source/rtftok/rtfvalue.cxx
+++ b/writerfilter/source/rtftok/rtfvalue.cxx
@@ -25,10 +25,7 @@
* instead of those above.
*/
-#include <rtfvalue.hxx>
#include <rtfreferenceproperties.hxx>
-#include <rtl/strbuf.hxx>
-#include <rtl/ustrbuf.hxx>
namespace writerfilter {
namespace rtftok {
diff --git a/writerfilter/source/rtftok/rtfvalue.hxx b/writerfilter/source/rtftok/rtfvalue.hxx
index b83340e4c7a3..791842874da7 100644
--- a/writerfilter/source/rtftok/rtfvalue.hxx
+++ b/writerfilter/source/rtftok/rtfvalue.hxx
@@ -28,9 +28,6 @@
#ifndef _RTFVALUE_HXX_
#define _RTFVALUE_HXX_
-#include <string>
-#include <map>
-#include <rtl/ustrbuf.hxx>
#include <resourcemodel/WW8ResourceModel.hxx>
#include <com/sun/star/io/XInputStream.hpp>