summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-29 11:51:36 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-29 11:51:51 +0200
commitf0dfe465b83b5a0f8042a696de3a1ca81ea310dd (patch)
tree62e8cc1b65f7985165880ee20c021f0328105f1c /chart2
parent501b1f5c77bf0b5409048470262bd99b818e7720 (diff)
Help MSVC
Change-Id: Ica72e5d0502736e562a78e1cbee600c5ff9ae475
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/dialogs/res_ErrorBar.cxx2
1 files changed, 1 insertions, 1 deletions
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;