diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-04-16 23:00:12 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-04-16 23:00:12 +0200 |
commit | c2861f6088027581d98ba3720fe58c9c17d30fd0 (patch) | |
tree | 858201b19403dca5859a27b5997b25380b09e9bc /svtools/source/svrtf/rtfout.cxx | |
parent | 449cd590b6d1bafba18cbdb39398bd98aa72e73f (diff) |
CWS gnumake2: move delivered header files in from svtools/inc to svtools/inc/svtools; remove ununsed files; remove svp.res
Diffstat (limited to 'svtools/source/svrtf/rtfout.cxx')
-rw-r--r-- | svtools/source/svrtf/rtfout.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/svrtf/rtfout.cxx b/svtools/source/svrtf/rtfout.cxx index 21dfefb14232..4dbd4735568b 100644 --- a/svtools/source/svrtf/rtfout.cxx +++ b/svtools/source/svrtf/rtfout.cxx @@ -35,8 +35,8 @@ #include <tools/string.hxx> #include <rtl/string.hxx> #include <rtl/ustrbuf.hxx> -#include <rtfkeywd.hxx> -#include <rtfout.hxx> +#include <svtools/rtfkeywd.hxx> +#include <svtools/rtfout.hxx> using namespace rtl; |