diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-08-15 16:18:53 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-08-16 09:46:59 +0200 |
commit | fd226710fef768543a3ad0fe5081f79dc875dcf3 (patch) | |
tree | 463912376064f3044046300597dd21d05c7a4ca9 /xmloff/inc/txtfldi.hxx | |
parent | 38b8c6e969242fa2541e1dc751b49c00f3f17290 (diff) |
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I4b877ab97259f7e031e34daf7ce93e1b59417a08
Diffstat (limited to 'xmloff/inc/txtfldi.hxx')
-rw-r--r-- | xmloff/inc/txtfldi.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xmloff/inc/txtfldi.hxx b/xmloff/inc/txtfldi.hxx index b2483de0fd6f..a78f77d69f58 100644 --- a/xmloff/inc/txtfldi.hxx +++ b/xmloff/inc/txtfldi.hxx @@ -1077,7 +1077,6 @@ class XMLMacroFieldImportContext : public XMLTextFieldImportContext ::rtl::OUString sMacro; // macro for old documents (pre 638i) - sal_Bool bMacroOK; sal_Bool bDescriptionOK; public: @@ -1122,11 +1121,9 @@ class XMLReferenceFieldImportContext : public XMLTextFieldImportContext sal_uInt16 nElementToken; sal_Int16 nSource; sal_Int16 nType; - sal_Int16 nSequenceNumber; sal_Bool bNameOK; sal_Bool bTypeOK; - sal_Bool bSeqNumberOK; public: @@ -1402,7 +1399,6 @@ class XMLScriptImportContext : public XMLTextFieldImportContext sal_Bool bContentOK; sal_Bool bScriptTypeOK; - sal_Bool bUrlContent; public: |