diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-05-30 09:37:37 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-05-30 13:16:27 +0100 |
commit | 6ef4da1af159ba228de2ebdffa6334237bac27e1 (patch) | |
tree | 2a88333d3e9a7cb5de1c221b20b861f4edfce247 /sw | |
parent | f04a44c5e1f632aecfc92dde13783722070de6ae (diff) |
stray ;
Change-Id: I36e577c86de4d6adf3b54376ca9a0544e2c1d863
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/ww8scan.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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();} }; |