diff options
author | Ocke Janssen [oj] <Ocke.Janssen@sun.com> | 2010-07-19 14:50:20 +0200 |
---|---|---|
committer | Ocke Janssen [oj] <Ocke.Janssen@sun.com> | 2010-07-19 14:50:20 +0200 |
commit | efc1c5f7d43570b126e8607376827154e87ec576 (patch) | |
tree | 2f8182c06af7d62a5a4ab20c9d7a37f28e99c2a6 | |
parent | 4c44989f24d51d75a942caf1039c71e0aa5cf943 (diff) | |
parent | b43021c166c9002d64213b7585b81edb13ad1b07 (diff) |
Automated merge with http://hg.services.openoffice.org/cws/dba33g
-rw-r--r-- | dbaccess/source/ui/misc/TokenWriter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/misc/TokenWriter.cxx b/dbaccess/source/ui/misc/TokenWriter.cxx index b97321980..cd6b84604 100644 --- a/dbaccess/source/ui/misc/TokenWriter.cxx +++ b/dbaccess/source/ui/misc/TokenWriter.cxx @@ -100,7 +100,7 @@ ODatabaseImportExport::ODatabaseImportExport(const ::svx::ODataAccessDescriptor& const Reference< XMultiServiceFactory >& _rM, const Reference< ::com::sun::star::util::XNumberFormatter >& _rxNumberF, const String& rExchange) - :m_bBookmarkSelection( NULL ) + :m_bBookmarkSelection( sal_False ) ,m_xFormatter(_rxNumberF) ,m_xFactory(_rM) ,m_nCommandType(CommandType::TABLE) |