From f0dfe465b83b5a0f8042a696de3a1ca81ea310dd Mon Sep 17 00:00:00 2001
From: Stephan Bergmann <sbergman@redhat.com>
Date: Wed, 29 Apr 2015 11:51:36 +0200
Subject: Help MSVC

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

diff --git a/chart2/source/controller/dialogs/res_ErrorBar.cxx b/chart2/source/controller/dialogs/res_ErrorBar.cxx
index 60d590177c52..f9d8a4c0dee8 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;
 
-- 
cgit