diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-03-04 13:59:17 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-03-04 14:11:04 +0100 |
commit | d8105ab9f3c7b4e846b4422b6b0eb1dc66d806a8 (patch) | |
tree | ebe8dd119b5d093ae5287b2ab029248f72e247ae /chart2 | |
parent | 8c801204f95df9a5e662395c0178263970da81a3 (diff) |
make this a real assert to find these problems earlier
Change-Id: Ie23de38f5f79a7a72b6ce8d4da7aa0f5e4dd2a93
Diffstat (limited to 'chart2')
-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 4c1877824401..31f945a8d985 100644 --- a/chart2/source/controller/dialogs/res_ErrorBar.cxx +++ b/chart2/source/controller/dialogs/res_ErrorBar.cxx @@ -466,7 +466,7 @@ IMPL_LINK( ErrorBarResources, ChooseRange, RangeSelectionButton *, pButton ) aUIString = String( SchResId( STR_DATA_SELECT_RANGE_FOR_NEGATIVE_ERRORBARS )); } - OSL_ASSERT( m_pParentDialog ); + assert( m_pParentDialog ); if( m_pParentDialog ) { lcl_enableRangeChoosing( true, m_pParentDialog ); |