diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-06 18:14:54 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-06 18:14:54 +0000 |
commit | 6860ae26c0d633f92ed0adc4fd1dc035ad2610c6 (patch) | |
tree | bcf27f8c646630dea13fd107c4d90c772a53fbdd /basctl/source/inc/basidesh.hxx | |
parent | 4100f202203a886e74eb7e7d570116c874895d76 (diff) |
INTEGRATION: CWS odbmacros2 (1.7.16); FILE MERGED
2008/02/25 13:26:53 fs 1.7.16.2: #i86427# GetCurrentDocument made public
2007/12/22 13:32:23 fs 1.7.16.1: #i49133# overload GetCurrentComponent
Diffstat (limited to 'basctl/source/inc/basidesh.hxx')
-rw-r--r-- | basctl/source/inc/basidesh.hxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/basctl/source/inc/basidesh.hxx b/basctl/source/inc/basidesh.hxx index e9000162cab9..2cfb914e3bb8 100644 --- a/basctl/source/inc/basidesh.hxx +++ b/basctl/source/inc/basidesh.hxx @@ -4,9 +4,9 @@ * * $RCSfile: basidesh.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: kz $ $Date: 2007-10-09 15:25:06 $ + * last change: $Author: kz $ $Date: 2008-03-06 19:14:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -208,7 +208,7 @@ public: TabBar* GetTabBar() { return (TabBar*)pTabBar; } IDEWindowTable& GetIDEWindowTable() { return aIDEWindowTable; } - SdrView* GetCurDlgView(); + SdrView* GetCurDlgView() const; SfxUndoManager* GetUndoManager(); @@ -243,6 +243,10 @@ public: ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStreamProvider >& io_xISP, const ScriptDocument& rSourceDoc, const String& rSourceLibName, const ScriptDocument& rDestDoc, const String& rDestLibName, const String& rDlgName ); + + virtual ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > + GetCurrentDocument() const; + }; #endif // _BASIDESH_HXX |