diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-10-14 16:57:29 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-10-16 14:19:22 +0000 |
commit | 8b7198f68f956106827161d7b9abe07c47026f00 (patch) | |
tree | 7e58c15d4b0825a844951cc74eaeaa4a003312ac /dbaccess/source/ui/browser/genericcontroller.cxx | |
parent | 08abfef116d893d6a062d432ff89e7af8b7b679d (diff) |
clang-cl loplugin: dbaccess
Change-Id: I96982e5298783384c2978056af7955d012289f25
Reviewed-on: https://gerrit.libreoffice.org/29872
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'dbaccess/source/ui/browser/genericcontroller.cxx')
-rw-r--r-- | dbaccess/source/ui/browser/genericcontroller.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/browser/genericcontroller.cxx b/dbaccess/source/ui/browser/genericcontroller.cxx index 7526a6a3e31d..a1f5ccf4ebe6 100644 --- a/dbaccess/source/ui/browser/genericcontroller.cxx +++ b/dbaccess/source/ui/browser/genericcontroller.cxx @@ -195,16 +195,16 @@ OGenericUnoController::OGenericUnoController(const Reference< XComponentContext OGenericUnoController::OGenericUnoController() :OGenericUnoController_Base( getMutex() ) - ,m_pView(NULL) + ,m_pView(nullptr) #ifdef DBG_UTIL ,m_bDescribingSupportedFeatures( false ) #endif ,m_aAsyncInvalidateAll(LINK(this, OGenericUnoController, OnAsyncInvalidateAll)) ,m_aAsyncCloseTask(LINK(this, OGenericUnoController, OnAsyncCloseTask)) ,m_aCurrentFrame( *this ) - ,m_bPreview(sal_False) - ,m_bReadOnly(sal_False) - ,m_bCurrentlyModified(sal_False) + ,m_bPreview(false) + ,m_bReadOnly(false) + ,m_bCurrentlyModified(false) { SAL_WARN("dbaccess.ui", "OGenericUnoController::OGenericUnoController: illegal call!" ); // This ctor only exists because the MSVC compiler complained about an unresolved external |