diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-10-14 11:51:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-10-14 16:09:49 +0100 |
commit | 7e6bdb96b3a9622eff06185753ccab921a13c6cc (patch) | |
tree | e33d5fece7f118cdaf0ecbd8a201fad9190be1a7 /qadevOOo/tests/java/mod | |
parent | ad42f13d02cf6500f9906b25247d1ab6ae86211e (diff) |
coverity#1327175 UuF: Unused field
Change-Id: Ied5b03efadef550e653b7ffa861ada068ea6ba34
Diffstat (limited to 'qadevOOo/tests/java/mod')
-rw-r--r-- | qadevOOo/tests/java/mod/_sc/XMLContentExporter.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/XMLContentExporter.java b/qadevOOo/tests/java/mod/_sc/XMLContentExporter.java index b42d1fc9ca66..0d29876246c6 100644 --- a/qadevOOo/tests/java/mod/_sc/XMLContentExporter.java +++ b/qadevOOo/tests/java/mod/_sc/XMLContentExporter.java @@ -66,7 +66,6 @@ import com.sun.star.xml.sax.XDocumentHandler; public class XMLContentExporter extends TestCase { static XComponent xSheetDoc; - static ContentFilterChecker Filter; /** * New spreadsheet document created. |