summaryrefslogtreecommitdiffstats
path: root/sw/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-07-19 12:46:29 +0200
committerMichael Stahl <mstahl@redhat.com>2012-07-25 14:13:45 +0200
commit29ee386e41971a64874c508dbb09c76438b2d841 (patch)
tree402d991f2a1508ad53fe28b7bec49f914af5b26d /sw/inc
parentexport RTF_M{OMATH,R,F,FPR,TYPE,NUM,DEN,MATH} (diff)
downloadcore-29ee386e41971a64874c508dbb09c76438b2d841.tar.gz
core-29ee386e41971a64874c508dbb09c76438b2d841.zip
Convert SvStringsISortDtor from an SV_DECL_PTRARR to a o3tl::sorted_vector
Change-Id: Ie1fa9b3cc2aef83ae9a82fbc110a08b2f298daef
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/ftnidx.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/ftnidx.hxx b/sw/inc/ftnidx.hxx
index 40b969fb4c55..446a3db4917f 100644
--- a/sw/inc/ftnidx.hxx
+++ b/sw/inc/ftnidx.hxx
@@ -29,6 +29,7 @@
#define _FTNIDX_HXX
#include <svl/svstdarr.hxx>
+#include <svl/svarray.hxx>
#include <vector>
class SwTxtFtn;