summaryrefslogtreecommitdiff
path: root/embeddedobj/source/inc
diff options
context:
space:
mode:
authorMikhail Voitenko <mav@openoffice.org>2003-11-20 16:02:23 +0000
committerMikhail Voitenko <mav@openoffice.org>2003-11-20 16:02:23 +0000
commit93f166da84a53ffe3ae4a83d7800425bfa8e5126 (patch)
tree6970b0c1ec6eab5711738d40e79e27c1697f53c2 /embeddedobj/source/inc
parentcf8a36c99b469cd14ccc13bc9b56bb2ae93e80c3 (diff)
#112923# do not close stream untill it is needed
Diffstat (limited to 'embeddedobj/source/inc')
-rw-r--r--embeddedobj/source/inc/oleembobj.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/embeddedobj/source/inc/oleembobj.hxx b/embeddedobj/source/inc/oleembobj.hxx
index bedbab8e2df2..c38e7fbc7d78 100644
--- a/embeddedobj/source/inc/oleembobj.hxx
+++ b/embeddedobj/source/inc/oleembobj.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: oleembobj.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mav $ $Date: 2003-11-18 09:03:54 $
+ * last change: $Author: mav $ $Date: 2003-11-20 17:02:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -165,6 +165,9 @@ class OleEmbeddedObject : public ::cppu::WeakImplHelper8
::rtl::OUString m_aLinkURL; // ???
protected:
+
+ ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream > GetStreamForSaving();
+
::com::sun::star::uno::Sequence< sal_Int32 > GetIntermediateVerbsSequence_Impl( sal_Int32 nNewState );
::com::sun::star::uno::Sequence< sal_Int32 > GetReachableStatesList_Impl(