diff options
author | Noel Grandin <noel@peralex.com> | 2012-08-07 16:56:51 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-08-08 13:53:07 +0300 |
commit | 016918cf9459eccc177bfedbe75c6296b3b4bb67 (patch) | |
tree | d6966ad5b74e79d8aff54cefb6e34309b671f8df /svx | |
parent | 552cc040866bb2d25cf6187c92d9c4acd0db82d8 (diff) |
STL'ify SV_DECL_IMPL_PERSIST_LIST
Converts it to a template based on std::vector
Change-Id: Id7f89f494164c61a3a573cff443ac0e0488e93f1
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/svx/svdlayer.hxx | 1 | ||||
-rw-r--r-- | svx/inc/svx/xtable.hxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/svx/inc/svx/svdlayer.hxx b/svx/inc/svx/svdlayer.hxx index 25b27ef9601f..aac75c9b009c 100644 --- a/svx/inc/svx/svdlayer.hxx +++ b/svx/inc/svx/svdlayer.hxx @@ -31,6 +31,7 @@ #include <tools/string.hxx> #include <tools/stream.hxx> +#include <tools/contnr.hxx> #include <svx/svdsob.hxx> #include <svx/svdtypes.hxx> // fuer typedef SdrLayerID #include "svx/svxdllapi.h" diff --git a/svx/inc/svx/xtable.hxx b/svx/inc/svx/xtable.hxx index eaca035b81be..f09b68e9e625 100644 --- a/svx/inc/svx/xtable.hxx +++ b/svx/inc/svx/xtable.hxx @@ -41,6 +41,7 @@ #include <tools/color.hxx> #include <tools/string.hxx> +#include <tools/list.hxx> #include <cppuhelper/weak.hxx> |