diff options
author | Niklas Nebel <nn@openoffice.org> | 2000-10-20 17:22:31 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2000-10-20 17:22:31 +0000 |
commit | c6157524c0d2a29be98c27751323733899b9b3f5 (patch) | |
tree | 24c7067e15e77e2a28ecc4b78e2453f854f21042 /sc/source/ui/inc | |
parent | c389ecbedafbaf96fbf5e71c21cf728e8d98c08a (diff) |
GetViewData (for GraphicShell)
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r-- | sc/source/ui/inc/drawsh.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/source/ui/inc/drawsh.hxx b/sc/source/ui/inc/drawsh.hxx index f026e8cbf6ed..d85d035fdf99 100644 --- a/sc/source/ui/inc/drawsh.hxx +++ b/sc/source/ui/inc/drawsh.hxx @@ -2,9 +2,9 @@ * * $RCSfile: drawsh.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:44:58 $ + * last change: $Author: nn $ $Date: 2000-10-20 18:22:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,6 +81,9 @@ class ScDrawShell : public SfxShell { ScViewData* pViewData; +protected: + ScViewData* GetViewData() { return pViewData; } + public: TYPEINFO(); SFX_DECL_INTERFACE(SCID_DRAW_SHELL); |