diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-09-29 09:54:41 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-09-29 09:55:31 +0200 |
commit | 4b3f9fa6740be355e5cdadd8a41ecbd8d9ace298 (patch) | |
tree | e634170ac2da193d1f004ff34b2191c1596ca361 /svl/source | |
parent | 92ffd0acea035dc3916fc001b4dcd901a8a7a9d2 (diff) |
Nobody would go down the corridor anymore
Change-Id: Ic2cb2c4d9534d503828308183d55cea5b8d88112
Diffstat (limited to 'svl/source')
-rw-r--r-- | svl/source/items/stylepool.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/items/stylepool.cxx b/svl/source/items/stylepool.cxx index dfd564a61b09..33b376545108 100644 --- a/svl/source/items/stylepool.cxx +++ b/svl/source/items/stylepool.cxx @@ -362,7 +362,7 @@ public: DBG_ASSERT( !pIgnorableItems || !pIgnorableItems->Count(), "<StylePoolImpl::StylePoolImpl(..)> - misusage: item set for ignorable item should be empty. Please correct usage." ); DBG_ASSERT( !mpIgnorableItems || !mpIgnorableItems->Count(), - "<StylePoolImpl::StylePoolImpl(..)> - <SfxItemSet::Clone( sal_False )> does not work as excepted - <mpIgnorableItems> is not empty. Please inform OD." ); + "<StylePoolImpl::StylePoolImpl(..)> - <SfxItemSet::Clone( sal_False )> does not work as excepted - <mpIgnorableItems> is not empty." ); } ~StylePoolImpl() |