diff options
author | Varun Dhall <varun.dhall@studentpartner.com> | 2017-08-16 23:52:47 +0530 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-08-16 21:22:42 +0200 |
commit | bc11bee358a3bcdf49ef60ee0449bcd053c00d74 (patch) | |
tree | 5b86857f5888c7c9d389823aa63f965361671362 /svl/source/inc | |
parent | e67dbbf9d21552a583889628df909c2a21cbd785 (diff) |
Removing unused serialisation code from svl
Change-Id: Ia22ea346610e925cc6d499b0cc4bc768a419f909
Reviewed-on: https://gerrit.libreoffice.org/41229
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'svl/source/inc')
-rw-r--r-- | svl/source/inc/poolio.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svl/source/inc/poolio.hxx b/svl/source/inc/poolio.hxx index 373a45b51f74..22189d6923fc 100644 --- a/svl/source/inc/poolio.hxx +++ b/svl/source/inc/poolio.hxx @@ -25,6 +25,7 @@ #include <memory> #include <unordered_map> #include <vector> +#include <tools/stream.hxx> class SfxPoolItem; class SfxItemPoolUser; |