diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-27 09:53:18 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-10-27 11:25:34 +0200 |
commit | 834cbda1ec3f8b4fd5e64da4f8ff2f9072e35989 (patch) | |
tree | 1412a39545598b004ae8751ffc2ed2f90f538746 /xmloff | |
parent | 67466a19752d73540e13697b91ca58429f6a64ac (diff) |
move SvRefMemberList into idl
since it's only usage is there
Change-Id: I882ddd3e08ab37cf7b3cca8121463598ea3d3bc4
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/inc/txtfldi.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/inc/txtfldi.hxx b/xmloff/inc/txtfldi.hxx index b5671d704a89..ad605cac6af7 100644 --- a/xmloff/inc/txtfldi.hxx +++ b/xmloff/inc/txtfldi.hxx @@ -33,6 +33,7 @@ #include <xmloff/xmlictxt.hxx> #include <xmloff/txtimp.hxx> #include <rtl/ustrbuf.hxx> +#include <vector> namespace com { namespace sun { namespace star { namespace xml { namespace sax { class XAttributeList; } } |