From 6ef4da1af159ba228de2ebdffa6334237bac27e1 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 30 May 2012 09:37:37 +0100 Subject: stray ; Change-Id: I36e577c86de4d6adf3b54376ca9a0544e2c1d863 --- sw/source/filter/ww8/ww8scan.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw') diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx index 94a751bb9f2b..bd50f620e251 100644 --- a/sw/source/filter/ww8/ww8scan.cxx +++ b/sw/source/filter/ww8/ww8scan.cxx @@ -2813,7 +2813,7 @@ class SamePos : private: long mnPo; public: - SamePos(long nPo) : mnPo(nPo) {}; + SamePos(long nPo) : mnPo(nPo) {} bool operator()(const WW8PLCFx_Fc_FKP::WW8Fkp *pFkp) {return mnPo == pFkp->GetFilePos();} }; -- cgit