diff options
author | Noel Grandin <noel@peralex.com> | 2014-07-24 15:43:00 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-07-29 12:26:17 +0200 |
commit | 9d140ccdb3b029b3d87ee23e87789f8a67ce8d5b (patch) | |
tree | cb8e64e248fad959b2650b45c165801f4bbd4145 /svl | |
parent | a0b89100be8ccc2b60d08d7e3819cd247a6042b0 (diff) |
drop use of SFX_ITEM_PRESENTATION_NONE
since none of the call sites specify it
Change-Id: I9c15f0e042e21f6f78560c1962a533112d588c90
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/items/poolitem.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/svl/source/items/poolitem.cxx b/svl/source/items/poolitem.cxx index f9d76e184ca6..4b1fc9df8c64 100644 --- a/svl/source/items/poolitem.cxx +++ b/svl/source/items/poolitem.cxx @@ -172,11 +172,7 @@ SvStream& SfxPoolItem::Store(SvStream &rStream, sal_uInt16 ) const * The corresponding unit of measure is passed as 'ePresentationMetric'. * * - * @return SfxItemPresentation SFX_ITEM_PRESENTATION_NONE - * A textual representation could not be - * created - * - * SFX_ITEM_PRESENTATION_NAMELESS + * @return SfxItemPresentation SFX_ITEM_PRESENTATION_NAMELESS * A textual representation (if applicable * with a unit of measure) could be created, * but it doesn't contain any semantic meaning |