diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 01:49:42 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 01:49:42 +0000 |
commit | ddbd7ae86fa1f8b79928fe9f7088b24399d0ddde (patch) | |
tree | 356d6da9f3147e6ca0286364b8e9c2f15eec676d /dbaccess | |
parent | b0cf8d54dfa97502f3a0ab9ca24012a69e359677 (diff) |
INTEGRATION: CWS warnings01 (1.4.74); FILE MERGED
2006/03/24 15:35:56 fs 1.4.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/filter/xml/xmlComponent.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dbaccess/source/filter/xml/xmlComponent.cxx b/dbaccess/source/filter/xml/xmlComponent.cxx index 9cd44d2bcd4c..9cbc97aa6734 100644 --- a/dbaccess/source/filter/xml/xmlComponent.cxx +++ b/dbaccess/source/filter/xml/xmlComponent.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmlComponent.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2005-09-23 12:08:47 $ + * last change: $Author: hr $ $Date: 2006-06-20 02:49:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -89,7 +89,6 @@ OXMLComponent::OXMLComponent( ODBFilter& rImport sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; static const ::rtl::OUString s_sTRUE = ::xmloff::token::GetXMLToken(XML_TRUE); - sal_Bool bAutoEnabled = sal_False; for(sal_Int16 i = 0; i < nLength; ++i) { OUString sLocalName; |