sw/source/filter/ww8/ww8scan.hxx | 8 -------- 1 file changed, 8 deletions(-)
New commits: commit 3dd991224cd3bc9ed3da88b4c2ad5b1de2ddfafa Author: Stephan Bergmann <sberg...@redhat.com> Date: Thu Apr 17 14:25:14 2014 +0200 Remove newly unused struct Change-Id: I70523221fb8fad22ae5fc6738ed4f6e571561892 diff --git a/sw/source/filter/ww8/ww8scan.hxx b/sw/source/filter/ww8/ww8scan.hxx index 5eb2ebe..250d15a 100644 --- a/sw/source/filter/ww8/ww8scan.hxx +++ b/sw/source/filter/ww8/ww8scan.hxx @@ -65,14 +65,6 @@ struct SprmInfo unsigned int nVari : 2; }; -struct SprmInfoHash -{ - size_t operator()(const SprmInfo &a) const - { - return a.nId; - } -}; - class wwSprmSearcher { public: wwSprmSearcher(SprmInfo const * infos, std::size_t size) { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits