diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-02-02 23:59:20 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-02-02 23:59:20 +0100 |
commit | 804ec146aef02c1f7b4fc8ae3e3b1b76dee5fc6e (patch) | |
tree | f905b46fc7fd455f89d8fb42cb0b0c2a589e8811 /sfx2/inc | |
parent | 67e1bf3e38752438334f66ddcc0217def867b512 (diff) |
#i107450#: some fixes for problems found in CAT0 test
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/module.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sfx2/inc/sfx2/module.hxx b/sfx2/inc/sfx2/module.hxx index 599102464c79..cd2028eee0e1 100644 --- a/sfx2/inc/sfx2/module.hxx +++ b/sfx2/inc/sfx2/module.hxx @@ -97,7 +97,8 @@ public: BOOL IsActive() const; static SfxModule* GetActiveModule( SfxViewFrame* pFrame=NULL ); - FieldUnit GetModuleFieldUnit() const; + static FieldUnit GetCurrentFieldUnit(); + FieldUnit GetFieldUnit() const; //#if 0 // _SOLAR__PRIVATE SAL_DLLPRIVATE static SfxModuleArr_Impl& GetModules_Impl(); |