diff options
author | Noel Grandin <noel@peralex.com> | 2012-03-08 13:36:58 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-03-08 13:54:39 +0200 |
commit | e36a9a64f14581b2c7d567d17a72be6d3ea8dccc (patch) | |
tree | 7f74a33b0d16087c95d0101b96d6eae4fe8a37ab /idl/inc | |
parent | 14ca52086ba3cdba0f767f69f9de9fa5fb9e5668 (diff) |
Convert tools/table.hxx to std::map
Convert usage of tools/table.hxx to std::map in aPTable field of
SvPersistStream class.
Diffstat (limited to 'idl/inc')
-rw-r--r-- | idl/inc/types.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx index 09ff414b4ec1..508f5a0c2963 100644 --- a/idl/inc/types.hxx +++ b/idl/inc/types.hxx @@ -31,6 +31,7 @@ #include <rtl/strbuf.hxx> #include <tools/ref.hxx> +#include <tools/table.hxx> #include <basobj.hxx> struct SvSlotElement; |