summaryrefslogtreecommitdiff
path: root/include/sfx2/module.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/module.hxx')
-rw-r--r--include/sfx2/module.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/module.hxx b/include/sfx2/module.hxx
index 1eb9ef1f414f..842cab05e4e8 100644
--- a/include/sfx2/module.hxx
+++ b/include/sfx2/module.hxx
@@ -92,7 +92,7 @@ public:
Effectively, this method looks up the SfxViewFrame belonging to the given XFrame, then the SfxModule belonging to
the document in this frame, then this module's field unit.
- Failures in any of those steps are reported as assertion in non-product builds, and then FUNIT_100TH_MM is returned.
+ Failures in any of those steps are reported as assertion in non-product builds, and then FieldUnit::MM_100TH is returned.
*/
static FieldUnit GetModuleFieldUnit( css::uno::Reference< css::frame::XFrame > const & i_frame );
FieldUnit GetFieldUnit() const;