[Libreoffice-commits] core.git: include/svx

Philipp Weissenbacher p.weissenbacher at gmail.com
Thu Aug 1 09:54:08 PDT 2013


 include/svx/unoapi.hxx |    8 --------
 1 file changed, 8 deletions(-)

New commits:
commit aeed94cca5bd3f37f7293dc04ac566654c938f3c
Author: Philipp Weissenbacher <p.weissenbacher at gmail.com>
Date:   Wed Jul 31 22:24:15 2013 +0200

    Remove commented out code
    
    Change-Id: I28fd79d603bb40c4ca36167271641ebdf1d54f55

diff --git a/include/svx/unoapi.hxx b/include/svx/unoapi.hxx
index 2ceca3e..71799c6 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.
 */


More information about the Libreoffice-commits mailing list