diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2018-07-14 16:46:20 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-07-16 08:39:11 +0200 |
commit | 99876774fbcd5409ca6a6a15c44ecd39a117236f (patch) | |
tree | cfec7927d18397bd9f3ff2dd8c87fafa57eb0ee2 /idl/inc | |
parent | 9df9e5b0a92caeda305c53214632a3ba42f02b2d (diff) |
SvPersistBase no longer necessary
Change-Id: I928c0898d77d30bd6ca755d07acac6f78b20563b
Reviewed-on: https://gerrit.libreoffice.org/57436
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'idl/inc')
-rw-r--r-- | idl/inc/basobj.hxx | 1 | ||||
-rw-r--r-- | idl/inc/database.hxx | 1 | ||||
-rw-r--r-- | idl/inc/types.hxx | 1 |
3 files changed, 1 insertions, 2 deletions
diff --git a/idl/inc/basobj.hxx b/idl/inc/basobj.hxx index f74b9230fb8a..d3ea84fdc7a9 100644 --- a/idl/inc/basobj.hxx +++ b/idl/inc/basobj.hxx @@ -22,7 +22,6 @@ #include <tools/ref.hxx> #include "bastype.hxx" -#include <tools/pstm.hxx> #include <functional> #include <vector> diff --git a/idl/inc/database.hxx b/idl/inc/database.hxx index 6b3904b55c1a..86e45c0dc844 100644 --- a/idl/inc/database.hxx +++ b/idl/inc/database.hxx @@ -24,7 +24,6 @@ #include "hash.hxx" #include "lex.hxx" #include <rtl/string.hxx> -#include <tools/pstm.hxx> #include <rtl/ustring.hxx> #include <set> diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx index e946ed35436b..a0f796fc66f9 100644 --- a/idl/inc/types.hxx +++ b/idl/inc/types.hxx @@ -21,6 +21,7 @@ #define INCLUDED_IDL_INC_TYPES_HXX #include <rtl/strbuf.hxx> +#include <tools/solar.h> #include <tools/ref.hxx> #include "basobj.hxx" |