summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/view.hxx
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2010-06-09 14:50:43 +0200
committerThomas Lange [tl] <tl@openoffice.org>2010-06-09 14:50:43 +0200
commit87c6b7fab33c03c6cab6d4365125f1acf9929811 (patch)
tree5e15fb7ef168360c9b7cf2cebb2e1ce537c4d5af /sw/source/ui/inc/view.hxx
parentcws tl74: updating slots fixed (diff)
parentCWS-TOOLING: integrate CWS dba33f (diff)
downloadcore-87c6b7fab33c03c6cab6d4365125f1acf9929811.tar.gz
core-87c6b7fab33c03c6cab6d4365125f1acf9929811.zip
cws tl74: merge with DEV300_m81
Diffstat (limited to 'sw/source/ui/inc/view.hxx')
-rw-r--r--sw/source/ui/inc/view.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/inc/view.hxx b/sw/source/ui/inc/view.hxx
index ca8dc88f6746..c59bb1535bad 100644
--- a/sw/source/ui/inc/view.hxx
+++ b/sw/source/ui/inc/view.hxx
@@ -605,6 +605,7 @@ public:
SwDocShell *GetDocShell();
inline const SwDocShell *GetDocShell() const;
inline FmFormShell *GetFormShell() { return pFormShell; }
+ inline const FmFormShell *GetFormShell() const { return pFormShell; }
//damit in DToren der SubShells ggf. pShell zurueckgesetzt werden kann
void ResetSubShell() { pShell = 0; }