diff options
author | Andreas Bille <abi@openoffice.org> | 2003-03-26 10:38:37 +0000 |
---|---|---|
committer | Andreas Bille <abi@openoffice.org> | 2003-03-26 10:38:37 +0000 |
commit | 6bbed3ff07a33bcd0143d62d5e5e31c96223bfa6 (patch) | |
tree | fcb446167c1fda028a165a0ef55b206c6c44e8a1 /embedserv/source/inc | |
parent | 8d45b4a32eaee1c0649809fac2be6520d74a1806 (diff) |
#i2822# part of impl of IOleObject
Diffstat (limited to 'embedserv/source/inc')
-rw-r--r-- | embedserv/source/inc/docholder.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/embedserv/source/inc/docholder.hxx b/embedserv/source/inc/docholder.hxx index da3b52561e6b..924291d8c639 100644 --- a/embedserv/source/inc/docholder.hxx +++ b/embedserv/source/inc/docholder.hxx @@ -2,9 +2,9 @@ * * $RCSfile: docholder.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: abi $ $Date: 2003-03-26 11:13:01 $ + * last change: $Author: abi $ $Date: 2003-03-26 11:38:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -99,8 +99,6 @@ private: ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > m_xFrame; - sal_Bool IsReadOnly() const; - ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > DocumentFrame(); public: |