diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-08-13 14:44:06 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-08-14 10:39:12 +0200 |
commit | 8074622112f7b3889d74a633846e914b86fb27c5 (patch) | |
tree | 139316d2a09d9047c4a0fa2df3e9672186b7cf6f /rsc/inc | |
parent | 5df29c9fdc4123b37d5264d9cf1409a4ea136a63 (diff) |
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: Icf1c673acb703e6518f4d65994b76c6374c16f1e
Diffstat (limited to 'rsc/inc')
-rw-r--r-- | rsc/inc/rscpar.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rsc/inc/rscpar.hxx b/rsc/inc/rscpar.hxx index 1f0c77dcb11e..0833e224fb6f 100644 --- a/rsc/inc/rscpar.hxx +++ b/rsc/inc/rscpar.hxx @@ -32,7 +32,6 @@ class RscFileInst ERRTYPE aFirstError;// Erster Fehler sal_uInt32 nErrorLine; // Zeile des ersten Fehlers sal_uInt32 nErrorPos; // Position des ersten Fehlers - sal_Bool bIncLine; // Muss Zeilennummer incrementiert werden sal_uInt32 nLineNo; // Zeile in der Eingabedatei sal_uLong lFileIndex; // Index auf Eingabedatei sal_uLong lSrcIndex; // Index auf Basisdatei |