diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-08-30 23:11:24 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-08-31 09:04:15 +0200 |
commit | 68628d84ad853c68635c5d39379c89145c448229 (patch) | |
tree | 198185b5a09a070291f731c3b3ec6626561fea6c /writerperfect | |
parent | 9a4fe0bdd8a5d5d65707503137b519517d9fd6dc (diff) |
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: If844f74e5077d841606f306e48c2e687440fdcdd
Diffstat (limited to 'writerperfect')
-rw-r--r-- | writerperfect/source/filter/ListStyle.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/writerperfect/source/filter/ListStyle.hxx b/writerperfect/source/filter/ListStyle.hxx index 69e2d54c86cd..44d090d63d92 100644 --- a/writerperfect/source/filter/ListStyle.hxx +++ b/writerperfect/source/filter/ListStyle.hxx @@ -61,7 +61,6 @@ protected: private: ListLevelStyle *mppListLevels[WP6_NUM_LIST_LEVELS]; - int miNumListLevels; const int miListID; }; |