diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-05-07 08:54:57 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-05-07 08:55:03 +1000 |
commit | 367fa84af9783be40cc05adb154612e38c237172 (patch) | |
tree | 2ad6337a713f8ef7a948066fac378d36e4c7896d /svl/source/config | |
parent | f4da706256bbf3d7828419c97ffbfa98d4d48120 (diff) |
tdf#43157: convert ucb and svl from OSL_ASSERT to assert
Change-Id: I34579b2ec0b9a2a98361108bc259ddb1fc1df7b5
Diffstat (limited to 'svl/source/config')
-rw-r--r-- | svl/source/config/itemholder2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/config/itemholder2.cxx b/svl/source/config/itemholder2.cxx index fc12e7681ce4..ceb518c4a012 100644 --- a/svl/source/config/itemholder2.cxx +++ b/svl/source/config/itemholder2.cxx @@ -127,7 +127,7 @@ void ItemHolder2::impl_newItem(TItemInfo& rItem) break; default: - OSL_ASSERT(false); + assert(false); break; } } |