diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-04-29 11:51:36 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-04-29 11:51:51 +0200 |
commit | f0dfe465b83b5a0f8042a696de3a1ca81ea310dd (patch) | |
tree | 62e8cc1b65f7985165880ee20c021f0328105f1c | |
parent | 501b1f5c77bf0b5409048470262bd99b818e7720 (diff) |
Help MSVC
Change-Id: Ica72e5d0502736e562a78e1cbee600c5ff9ae475
-rw-r--r-- | chart2/source/controller/dialogs/res_ErrorBar.cxx | 2 |
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; |