summaryrefslogtreecommitdiffstats
path: root/idl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-03-08 13:36:58 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-03-08 13:54:39 +0200
commite36a9a64f14581b2c7d567d17a72be6d3ea8dccc (patch)
tree7f74a33b0d16087c95d0101b96d6eae4fe8a37ab /idl
parentFix bug in commit ad9960ffeb25f31ce4b1f819f909f1eb9ad6d7dd (diff)
downloadcore-e36a9a64f14581b2c7d567d17a72be6d3ea8dccc.tar.gz
core-e36a9a64f14581b2c7d567d17a72be6d3ea8dccc.zip
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')
-rw-r--r--idl/inc/types.hxx1
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;