From aeed94cca5bd3f37f7293dc04ac566654c938f3c Mon Sep 17 00:00:00 2001
From: Philipp Weissenbacher
Date: Wed, 31 Jul 2013 22:24:15 +0200
Subject: [PATCH] Remove commented out code
Change-Id: I28fd79d603bb40c4ca36167271641ebdf1d54f55
---
include/svx/unoapi.hxx | 8 --------
1 file changed, 8 deletions(-)
diff --git a/include/svx/unoapi.hxx b/include/svx/unoapi.hxx
index 2ceca3ec895d..71799c622ef1 100644
--- a/include/svx/unoapi.hxx
+++ b/include/svx/unoapi.hxx
@@ -57,14 +57,6 @@ SVX_DLLPUBLIC SdrPage* GetSdrPageFromXDrawPage( ::com::sun::star::uno::Reference
*/
SvxNumBulletItem* SvxGetNumBulletItemByName( SfxItemPool* pPool, const OUString& aName ) throw();
-/** 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.
*/