diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 13:47:11 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 13:47:11 +0000 |
commit | 6cb94c685eee0f8a897e19f4f056977e7d69e8a8 (patch) | |
tree | 6a3fee6a66b66a93a9444d703cf12c8f9b9aa16f /svx/inc/unoapi.hxx | |
parent | 658b66021d410e9a96b4e1a0078d7041dd67e730 (diff) |
INTEGRATION: CWS warnings01 (1.8.220); FILE MERGED
2006/02/17 15:23:32 cl 1.8.220.1: warning free code changes
Diffstat (limited to 'svx/inc/unoapi.hxx')
-rw-r--r-- | svx/inc/unoapi.hxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/svx/inc/unoapi.hxx b/svx/inc/unoapi.hxx index 60bd2b23b193..414a72e83bd6 100644 --- a/svx/inc/unoapi.hxx +++ b/svx/inc/unoapi.hxx @@ -4,9 +4,9 @@ * * $RCSfile: unoapi.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-08 19:23:15 $ + * last change: $Author: hr $ $Date: 2006-06-19 14:47:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -87,8 +87,11 @@ SvxNumBulletItem* SvxGetNumBulletItemByName( SfxItemPool* pPool, const ::rtl::OU /** maps the API constant MeasureUnit to a vcl MapUnit enum. Returns false if conversion is not supported. -*/ + + @cl: for warnings01 I found out that this method never worked so I thin + it is not used at all sal_Bool SvxMeasureUnitToMapUnit( const short eApi, short& nVcl ) throw(); +*/ /** maps the vcl MapUnit enum to a API constant MeasureUnit. Returns false if conversion is not supported. |