diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-12-09 15:10:35 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-12-09 15:10:35 +0000 |
commit | 3c442fcc60d5ced47e939dee11b765d82ab78703 (patch) | |
tree | 35d4b2db32e6c8cef2ea785110a52788680a2742 /sd/source/ui/inc/SdUnoDrawView.hxx | |
parent | e4e334c7ae90f40ddeec5c3e8df933b1e1eb77fe (diff) |
INTEGRATION: CWS impress22 (1.11.2); FILE MERGED
2004/12/06 10:46:08 af 1.11.2.1: #i38341# GetDrawViewShell() now returns a pointer.
Diffstat (limited to 'sd/source/ui/inc/SdUnoDrawView.hxx')
-rw-r--r-- | sd/source/ui/inc/SdUnoDrawView.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sd/source/ui/inc/SdUnoDrawView.hxx b/sd/source/ui/inc/SdUnoDrawView.hxx index bc13eaa6f032..36efb0af754b 100644 --- a/sd/source/ui/inc/SdUnoDrawView.hxx +++ b/sd/source/ui/inc/SdUnoDrawView.hxx @@ -162,8 +162,10 @@ private: /** This is a shortcut for accessing the view shell data member of the base class casted to the correct class. + @return + The returned pointer may be NULL. */ - DrawViewShell& GetDrawViewShell (void) const; + DrawViewShell* GetDrawViewShell (void) const; }; } // end of namespace sd |