diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-09-12 11:23:02 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-09-12 13:09:03 +0100 |
commit | b1404ef4e54b06364977065451f3c1564d939534 (patch) | |
tree | dd21245ae25d2efe4d882a422cb27855132f98ea /sfx2/source/doc | |
parent | af05fe65ab9f1340ccd4038c14fc91d8595207a7 (diff) |
drop tools/string.hxx from a bunch of places
Change-Id: Id6d22b71f2b552ea7872e8a3da6afe207e856561
Diffstat (limited to 'sfx2/source/doc')
-rw-r--r-- | sfx2/source/doc/doctempl.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/doc/oleprops.hxx | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/doc/doctempl.cxx b/sfx2/source/doc/doctempl.cxx index b5b215cb4904..afd3b925e932 100644 --- a/sfx2/source/doc/doctempl.cxx +++ b/sfx2/source/doc/doctempl.cxx @@ -28,7 +28,6 @@ #include <unotools/localedatawrapper.hxx> #include <unotools/pathoptions.hxx> #include <tools/resary.hxx> -#include <tools/string.hxx> #include <tools/urlobj.hxx> #include <svtools/ehdl.hxx> #include <svtools/sfxecode.hxx> diff --git a/sfx2/source/doc/oleprops.hxx b/sfx2/source/doc/oleprops.hxx index 9422c7f1a3ce..d7f2a19eddab 100644 --- a/sfx2/source/doc/oleprops.hxx +++ b/sfx2/source/doc/oleprops.hxx @@ -19,8 +19,9 @@ #include <map> #include <boost/shared_ptr.hpp> +#include <osl/thread.h> +#include <rtl/ustring.hxx> #include <sot/storage.hxx> -#include <tools/string.hxx> #include <vcl/bitmapex.hxx> #include <com/sun/star/util/DateTime.hpp> |