diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-02-04 10:38:39 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-02-04 10:38:39 +0100 |
commit | 741ae9dce8cc393d13179a02e40865ba86fa16f6 (patch) | |
tree | 1ef2efbf248fffd4c033dc945f66df719ac9d1d3 /sw/inc/docsh.hxx | |
parent | bd711a0e5e5e0e94cc4cb78251f50de205aeb485 (diff) | |
parent | b36241988ea99ba2a9d290ec838a3557d0333d63 (diff) |
autorecovery: commit resolved merge (after rebase to m71)
Diffstat (limited to 'sw/inc/docsh.hxx')
-rwxr-xr-x[-rw-r--r--] | sw/inc/docsh.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx index 5879005dd94a..8eaa48c339c2 100644..100755 --- a/sw/inc/docsh.hxx +++ b/sw/inc/docsh.hxx @@ -184,6 +184,7 @@ public: // Doc rausreichen aber VORSICHT inline SwDoc* GetDoc() { return pDoc; } + inline const SwDoc* GetDoc() const { return pDoc; } IDocumentDeviceAccess* getIDocumentDeviceAccess(); const IDocumentSettingAccess* getIDocumentSettingAccess() const; IDocumentChartDataProviderAccess* getIDocumentChartDataProviderAccess(); |