[Libreoffice-commits] core.git: chart2/source

Stephan Bergmann sbergman at redhat.com
Wed Apr 29 02:52:13 PDT 2015


 chart2/source/controller/dialogs/res_ErrorBar.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f0dfe465b83b5a0f8042a696de3a1ca81ea310dd
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Apr 29 11:51:36 2015 +0200

    Help MSVC
    
    Change-Id: Ica72e5d0502736e562a78e1cbee600c5ff9ae475

diff --git a/chart2/source/controller/dialogs/res_ErrorBar.cxx b/chart2/source/controller/dialogs/res_ErrorBar.cxx
index 60d5901..f9d8a4c 100644
--- a/chart2/source/controller/dialogs/res_ErrorBar.cxx
+++ b/chart2/source/controller/dialogs/res_ErrorBar.cxx
@@ -443,7 +443,7 @@ IMPL_LINK( ErrorBarResources, ChooseRange, PushButton*, pButton )
     OSL_ASSERT( m_apRangeSelectionHelper.get());
     if( ! m_apRangeSelectionHelper.get())
         return 0;
-    OSL_ASSERT( m_pCurrentRangeChoosingField == 0 );
+    OSL_ASSERT( m_pCurrentRangeChoosingField == nullptr );
 
     OUString aUIString;
 


More information about the Libreoffice-commits mailing list