diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-06-29 23:57:38 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-06-30 04:58:49 +0000 |
commit | 710f41b7aec8e7d35a0da8be332aa289f98942af (patch) | |
tree | b894ef2d3f06a63a85f423b2713a654ea57f9c69 /lotuswordpro | |
parent | 1ca3beae12a7f222c987481e07a544845fc9fd46 (diff) |
Clean String and sal_Bool in tools
Change-Id: I6a92196f33d7a5278c7dcc426112e9c56d582655
Reviewed-on: https://gerrit.libreoffice.org/4627
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'lotuswordpro')
-rw-r--r-- | lotuswordpro/source/filter/lwpcelllayout.cxx | 7 | ||||
-rw-r--r-- | lotuswordpro/source/filter/lwpdrawobj.cxx | 1 | ||||
-rw-r--r-- | lotuswordpro/source/filter/lwptblcell.hxx | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/lotuswordpro/source/filter/lwpcelllayout.cxx b/lotuswordpro/source/filter/lwpcelllayout.cxx index 45835f0de6f8..529acc3a9fbf 100644 --- a/lotuswordpro/source/filter/lwpcelllayout.cxx +++ b/lotuswordpro/source/filter/lwpcelllayout.cxx @@ -57,10 +57,9 @@ * @file * For LWP filter architecture prototype - cell layouts */ -/************************************************************************* - * Change History - April 2005 Created - ************************************************************************/ + +#include <tools/string.hxx> + #include "lwpcelllayout.hxx" #include "lwpfoundry.hxx" #include "lwpobjfactory.hxx" diff --git a/lotuswordpro/source/filter/lwpdrawobj.cxx b/lotuswordpro/source/filter/lwpdrawobj.cxx index 9d978b9b6c35..b01bf7b7ef90 100644 --- a/lotuswordpro/source/filter/lwpdrawobj.cxx +++ b/lotuswordpro/source/filter/lwpdrawobj.cxx @@ -58,6 +58,7 @@ * Implementation file of LwpDrawObjcts and associated class like LwpDrawGroup, LwpDrawRectange * and so on. */ +#include <osl/thread.h> #include "lwpglobalmgr.hxx" #include "lwpdrawobj.hxx" #include "lwptools.hxx" diff --git a/lotuswordpro/source/filter/lwptblcell.hxx b/lotuswordpro/source/filter/lwptblcell.hxx index 1ae5b67c7def..bde674e9ea31 100644 --- a/lotuswordpro/source/filter/lwptblcell.hxx +++ b/lotuswordpro/source/filter/lwptblcell.hxx @@ -64,6 +64,8 @@ #ifndef _LWPLAYOUTNUMERICSOVERRIDE_HXX_ #define _LWPLAYOUTNUMERICSOVERRIDE_HXX_ +#include <tools/string.hxx> + #include "lwpobj.hxx" #include "lwpatomholder.hxx" #include "lwpstory.hxx" |