diff options
author | Thomas Lange <tl@openoffice.org> | 2002-11-11 12:45:25 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2002-11-11 12:45:25 +0000 |
commit | 390a2b78aa715d1d3c3ddadcc4445f38b72b97f7 (patch) | |
tree | ffa32ea51d33f05f8aa0e42e0f88a5be44ed86a7 /sw/inc/docsh.hxx | |
parent | d78e4041eecdb42d482893cbf3b99b249b1abe4f (diff) |
#103868# PDF export for (multi-)selection
Diffstat (limited to 'sw/inc/docsh.hxx')
-rw-r--r-- | sw/inc/docsh.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx index b12bfe2f65d0..40cbbdeeb0ae 100644 --- a/sw/inc/docsh.hxx +++ b/sw/inc/docsh.hxx @@ -2,9 +2,9 @@ * * $RCSfile: docsh.hxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: os $ $Date: 2002-09-26 13:31:19 $ + * last change: $Author: tl $ $Date: 2002-11-11 13:43:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -237,6 +237,7 @@ public: // View setzen fuer Aktionen ueber Shell void SetView(SwView* pVw); const SwView *GetView() const { return pView; } + SwView *GetView() { return pView; } // Zugriff auf die zur SwView gehoerige SwWrtShell SwWrtShell *GetWrtShell() { return pWrtShell; } |