summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/escher.hxx
diff options
context:
space:
mode:
authorNigel Hawkins <n.hawkins@gmx.com>2011-06-17 15:28:40 +0100
committerNigel Hawkins <n.hawkins@gmx.com>2011-07-06 08:08:07 +0100
commit58a3ccae02b2836e626a8c97e65bfbf12638bc97 (patch)
tree120f51542300ae24fa1dc2b32d307e27402782db /sw/source/filter/ww8/escher.hxx
parent797eb82caffc2a0ae9c98d5d0c5a2e8838749cbf (diff)
Replace SvULongs with vector in escher.hxx
Also cascaded change in wrt8esh.cxx. LGPL3+/MPL1.1
Diffstat (limited to 'sw/source/filter/ww8/escher.hxx')
-rw-r--r--sw/source/filter/ww8/escher.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/escher.hxx b/sw/source/filter/ww8/escher.hxx
index 076fd3bb9b07..550e22f61b90 100644
--- a/sw/source/filter/ww8/escher.hxx
+++ b/sw/source/filter/ww8/escher.hxx
@@ -139,7 +139,7 @@ private:
class SwEscherEx : public SwBasicEscherEx
{
private:
- SvULongs aFollowShpIds;
+ std::vector<sal_uLong> aFollowShpIds;
EscherExHostAppData aHostData;
WinwordAnchoring aWinwordAnchoring;
WW8_WrPlcTxtBoxes *pTxtBxs;