summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/FormShellManager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/FormShellManager.hxx')
-rw-r--r--sd/source/ui/inc/FormShellManager.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/FormShellManager.hxx b/sd/source/ui/inc/FormShellManager.hxx
index e0309275fd22..db095b8abfc1 100644
--- a/sd/source/ui/inc/FormShellManager.hxx
+++ b/sd/source/ui/inc/FormShellManager.hxx
@@ -66,7 +66,7 @@ public:
The result may be <NULL/> when the SetFormShell() method has not
yet been called or was last called with <NULL/>.
*/
- FmFormShell* GetFormShell (void);
+ FmFormShell* GetFormShell (void) { return mpFormShell;}
private:
ViewShellBase& mrBase;