summaryrefslogtreecommitdiff
path: root/include/svx/nbdtmg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/nbdtmg.hxx')
-rw-r--r--include/svx/nbdtmg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/nbdtmg.hxx b/include/svx/nbdtmg.hxx
index f9e9ae6bf9ea..d32b8efd47cf 100644
--- a/include/svx/nbdtmg.hxx
+++ b/include/svx/nbdtmg.hxx
@@ -231,7 +231,7 @@ class SVX_DLLPUBLIC NBOTypeMgrBase
void SetItems(const SfxItemSet* pArg) { pSet = pArg;StoreBulCharFmtName_impl();StoreMapUnit_impl();}
protected:
OUString GetBulCharFmtName();
- SfxMapUnit GetMapUnit();
+ SfxMapUnit GetMapUnit() { return eCoreUnit;}
protected:
bool bIsLoading;
void ImplLoad(const OUString& filename);