summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-01-08 18:32:51 +0100
committerMathias Bauer <mba@openoffice.org>2010-01-08 18:32:51 +0100
commitcf1210e40b872191ba433636480293eabc017d95 (patch)
tree37e771c7118cfd7205e853433f4ee11dc9275d0e /svtools/inc
parentfc20c8164c3168e251ce501213af49223ed45be3 (diff)
#i107450#: build all other modules with new editeng lib
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/svtools/unitconv.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/svtools/inc/svtools/unitconv.hxx b/svtools/inc/svtools/unitconv.hxx
index 3e7d997bdc27..becc41543396 100644
--- a/svtools/inc/svtools/unitconv.hxx
+++ b/svtools/inc/svtools/unitconv.hxx
@@ -61,12 +61,13 @@ SVT_DLLPUBLIC long ConvertValueToUnit( long nVal, SfxMapUnit eUnit );
SVT_DLLPUBLIC void SetMetricValue( MetricField& rField, long lCoreValue, SfxMapUnit eUnit );
SVT_DLLPUBLIC long GetCoreValue( const MetricField& rField, SfxMapUnit eUnit );
+SVT_DLLPUBLIC long PointToTwips( long nIn );
+
#if 0
// to Twips
SVT_DLLPUBLIC long CMToTwips( long nIn );
SVT_DLLPUBLIC long MMToTwips( long nIn );
SVT_DLLPUBLIC long InchToTwips( long nIn );
-SVT_DLLPUBLIC long PointToTwips( long nIn );
SVT_DLLPUBLIC long PicaToTwips( long nIn );
// to CM