diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-25 18:45:58 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-25 18:55:15 -0500 |
commit | 5c3f47e44c2a734bddd0c3fb7f1151d5096ac494 (patch) | |
tree | 9d63357e2011eb21a99fe31c08c9080ac6f1faea /include/xmloff | |
parent | 9ba1f8e19efd208cb791bc3c51731d9287074b54 (diff) |
Remove ptr_vector header include in favor of forward declaration.
Change-Id: I0aed7ec1bd8ac30ef18147b385c8649a413e4e3a
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/xmlnumfe.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/xmloff/xmlnumfe.hxx b/include/xmloff/xmlnumfe.hxx index 3c898d770e82..c07da9c4710f 100644 --- a/include/xmloff/xmlnumfe.hxx +++ b/include/xmloff/xmlnumfe.hxx @@ -26,7 +26,6 @@ #include <com/sun/star/util/XNumberFormatsSupplier.hpp> #include <com/sun/star/uno/Sequence.h> #include <rtl/ustrbuf.hxx> -#include <boost/ptr_container/ptr_vector.hpp> #define XML_WRITTENNUMBERSTYLES "WrittenNumberStyles" @@ -41,7 +40,7 @@ class SvNumberformat; class SvXMLNumUsedList_Impl; struct SvXMLEmbeddedTextEntry; -typedef boost::ptr_vector<SvXMLEmbeddedTextEntry> SvXMLEmbeddedTextEntryArr; +class SvXMLEmbeddedTextEntryArr; class XMLOFF_DLLPUBLIC SvXMLNumFmtExport { |