summaryrefslogtreecommitdiff
path: root/include/svx/unoapi.hxx
diff options
context:
space:
mode:
authorPhilipp Weissenbacher <p.weissenbacher@gmail.com>2013-07-31 22:24:15 +0200
committerLuboš Luňák <l.lunak@suse.cz>2013-08-01 18:53:27 +0200
commitaeed94cca5bd3f37f7293dc04ac566654c938f3c (patch)
treeea8589cf032dcc8dd839581fdbf7fface1fa8c78 /include/svx/unoapi.hxx
parent7e07a45500dcbb891a85f0bc9b7049cf4d50bba1 (diff)
Remove commented out code
Change-Id: I28fd79d603bb40c4ca36167271641ebdf1d54f55
Diffstat (limited to 'include/svx/unoapi.hxx')
-rw-r--r--include/svx/unoapi.hxx8
1 files changed, 0 insertions, 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.
*/