summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/wrthtml.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-04-24 14:39:33 +0200
committerMichael Stahl <mstahl@redhat.com>2012-05-09 08:52:52 +0200
commit4c45c52b283d83c2c9749f9f129461ea4d2c32d2 (patch)
tree754730f94a123300c52a49dac65c984d032b14bb /sw/source/filter/html/wrthtml.hxx
parentc353979a75f20bd71a883bc61110e82e5030d9e2 (diff)
Convert SV_DECL_PTRARR(INetFmts) to std::vector
Diffstat (limited to 'sw/source/filter/html/wrthtml.hxx')
-rw-r--r--sw/source/filter/html/wrthtml.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/wrthtml.hxx b/sw/source/filter/html/wrthtml.hxx
index 9ebbb2692b4d..3b45a3cb7d54 100644
--- a/sw/source/filter/html/wrthtml.hxx
+++ b/sw/source/filter/html/wrthtml.hxx
@@ -190,7 +190,7 @@ const sal_uInt32 HTML_FRMOPTS_GENIMG =
// der HTML-Writer
struct HTMLControl;
SV_DECL_PTRARR_SORT_DEL( HTMLControls, HTMLControl*, 1 )
-SV_DECL_PTRARR( INetFmts, SwFmtINetFmt*, 1 )
+typedef std::vector<SwFmtINetFmt*> INetFmts;
struct SwHTMLFmtInfo;
SV_DECL_PTRARR_SORT_DEL( SwHTMLFmtInfos, SwHTMLFmtInfo*, 1 )