diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-07-03 15:54:21 -0500 |
---|---|---|
committer | Fridrich Strba <fridrich@documentfoundation.org> | 2013-07-04 09:58:22 +0000 |
commit | 7c136e7ba27382d5f73454bdf5fa78d0b779e0b7 (patch) | |
tree | 2d200cc67d4442e7f87b119905de9b5c522be619 /include/svtools | |
parent | e2f002c044243ddd79eea7837167a72c82b98599 (diff) |
module sot: String, bool and other clean-up
Change-Id: Ibe2bfdf20c500e9fd98c3baef66d36aa79ca4b52
Reviewed-on: https://gerrit.libreoffice.org/4710
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/transfer.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svtools/transfer.hxx b/include/svtools/transfer.hxx index 4f8966bcb4bf..54a2dcf17793 100644 --- a/include/svtools/transfer.hxx +++ b/include/svtools/transfer.hxx @@ -23,6 +23,7 @@ #include "svtools/svtdllapi.h" #include <tools/globname.hxx> #include <tools/gen.hxx> +#include <tools/string.hxx> #include <sot/formats.hxx> #include <cppuhelper/implbase1.hxx> #include <cppuhelper/implbase4.hxx> |