[Libreoffice-commits] core.git: sw/source
Stephan Bergmann
sbergman at redhat.com
Thu Apr 17 05:26:03 PDT 2014
sw/source/filter/ww8/ww8scan.hxx | 8 --------
1 file changed, 8 deletions(-)
New commits:
commit 3dd991224cd3bc9ed3da88b4c2ad5b1de2ddfafa
Author: Stephan Bergmann <sbergman at 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) {
More information about the Libreoffice-commits
mailing list