summaryrefslogtreecommitdiffstats
path: root/svx/inc
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2009-12-10 18:44:22 +0100
committerMathias Bauer <mba@openoffice.org>2009-12-10 18:44:22 +0100
commit6fc01200941161b365c953a182ccc8b9e5365104 (patch)
treef97f37818168c23d0b9cf6bde53170d03a5b2599 /svx/inc
parent#i107450#: move GetLanguageString to class SvtLanguageTable (diff)
downloadcore-6fc01200941161b365c953a182ccc8b9e5365104.tar.gz
core-6fc01200941161b365c953a182ccc8b9e5365104.zip
#i107450#: split up the two different ways to detect a module field unit
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/dlgutil.hxx2
-rw-r--r--svx/inc/pszctrl.hxx1
2 files changed, 2 insertions, 1 deletions
diff --git a/svx/inc/dlgutil.hxx b/svx/inc/dlgutil.hxx
index cda0bf320cfe..2df180b4de6c 100644
--- a/svx/inc/dlgutil.hxx
+++ b/svx/inc/dlgutil.hxx
@@ -56,7 +56,7 @@ SVX_DLLPUBLIC void SetFieldUnit( MetricField& rCtrl,
SVX_DLLPUBLIC void SetFieldUnit( MetricBox& rCtrl,
FieldUnit eUnit, BOOL bAll = FALSE );
-SVX_DLLPUBLIC FieldUnit GetModuleFieldUnit( const SfxItemSet* pSet = NULL );
+SVX_DLLPUBLIC FieldUnit GetModuleFieldUnit( const SfxItemSet& );
// Metriken umrechnen
SVX_DLLPUBLIC long CalcToUnit( float nIn, SfxMapUnit eUnit );
diff --git a/svx/inc/pszctrl.hxx b/svx/inc/pszctrl.hxx
index c4ebbb3c239a..80cddcc3ae9b 100644
--- a/svx/inc/pszctrl.hxx
+++ b/svx/inc/pszctrl.hxx
@@ -46,6 +46,7 @@ class SVX_DLLPUBLIC SvxPosSizeStatusBarControl : public SfxStatusBarControl
{
private:
SvxPosSizeStatusBarControl_Impl* pImp;
+ SVX_DLLPRIVATE String GetMetricStr_Impl( long nVal );
public:
SFX_DECL_STATUSBAR_CONTROL();