summaryrefslogtreecommitdiff
path: root/sfx2/inc/sfx2/lnkbase.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-07-08 07:42:03 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-07-08 07:42:03 +0000
commitab16e1abf31ec07ce323c18b24587775c69fd84b (patch)
tree1f26a0a720a795852602174dcf4056e4a68cd446 /sfx2/inc/sfx2/lnkbase.hxx
parent9409dd46ab32c931e4d6f438d1d9d8e74ccd78a2 (diff)
INTEGRATION: CWS sw30bf06 (1.3.76); FILE MERGED
2008/06/19 07:25:41 od 1.3.76.1: #i88291# classes <SvLinkSource> and <SvBaseLink> - provide possibility to clear the stream to load from in order to free this resource.
Diffstat (limited to 'sfx2/inc/sfx2/lnkbase.hxx')
-rw-r--r--sfx2/inc/sfx2/lnkbase.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/sfx2/inc/sfx2/lnkbase.hxx b/sfx2/inc/sfx2/lnkbase.hxx
index 39f47f73a3ee..1cec933bbcaa 100644
--- a/sfx2/inc/sfx2/lnkbase.hxx
+++ b/sfx2/inc/sfx2/lnkbase.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: lnkbase.hxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -173,6 +173,9 @@ public:
sal_Bool bIsReadOnly )
{ m_xInputStreamToLoadFrom = xInputStream;
m_bIsReadOnly = bIsReadOnly; }
+ // --> OD 2008-06-18 #i88291#
+ void clearStreamToLoadFrom();
+ // <--
inline BOOL WasLastEditOK() const { return bWasLastEditOK; }
FileDialogHelper* GetFileDialog( sal_uInt32 nFlags, const String& rFactory ) const;