diff options
author | Palenik Mihály <palenik.mihaly@gmail.com> | 2013-07-16 16:37:36 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-07-16 18:40:45 +0000 |
commit | 9c0a390489dd99aee4beaf73845740776b8083aa (patch) | |
tree | 6c833c56639e77c7fe6e7fcd6c7be9a39d96c200 /sw/inc/pch | |
parent | 22adf4e70a4b4a8d188909f39b386e738e3cd37e (diff) |
fdo#63133: Write tools/tempfile.hxx out
I deleted TempFile class and changed it to utl::TempFile class
-which in unotools/tempfile.hxx- in the followings: Storage,
StgTmpStrm, SwXMailMerge classes; and RenderAsEMF function.
I modified header in precompiled_sw.hxx.
Change-Id: I3dae5333dc42538e1b905f6a6bbc85534c591dc1
Reviewed-on: https://gerrit.libreoffice.org/4938
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
Diffstat (limited to 'sw/inc/pch')
-rw-r--r-- | sw/inc/pch/precompiled_sw.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/pch/precompiled_sw.hxx b/sw/inc/pch/precompiled_sw.hxx index e829e8649170..22707f256fdf 100644 --- a/sw/inc/pch/precompiled_sw.hxx +++ b/sw/inc/pch/precompiled_sw.hxx @@ -977,7 +977,6 @@ #include <tools/solar.h> #include <tools/stream.hxx> #include <tools/string.hxx> -#include <tools/tempfile.hxx> #include <tools/time.hxx> #include <tools/urlobj.hxx> #include <ucbhelper/content.hxx> |