summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-11-09 14:33:25 +0000
committerRüdiger Timm <rt@openoffice.org>2004-11-09 14:33:25 +0000
commit490369e61ab020950b824855ba03bbd0cec7d551 (patch)
tree9ffbd45c1990bdc1853b76e90af5225d5f168125 /ucb
parent0d6b24a721f05fedef9cd32b596a0fec71a5089f (diff)
INTEGRATION: CWS tdoc3 (1.6.24); FILE MERGED
2004/11/03 15:48:28 kso 1.6.24.1: #i36025# - streams cannot longer be created as children of document root storage (but folders can). Document would throw those away on saving. Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/tdoc/tdoc_content.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/ucb/source/ucp/tdoc/tdoc_content.hxx b/ucb/source/ucp/tdoc/tdoc_content.hxx
index 5b061dbae9d5..540731dea4b1 100644
--- a/ucb/source/ucp/tdoc/tdoc_content.hxx
+++ b/ucb/source/ucp/tdoc/tdoc_content.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tdoc_content.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2004-07-23 13:51:10 $
+ * last change: $Author: rt $ $Date: 2004-11-09 15:33:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,6 +80,8 @@
#include "tdoc_provider.hxx"
#endif
+#define NO_STREAM_CREATION_WITHIN_DOCUMENT_ROOT 1
+
namespace com { namespace sun { namespace star {
namespace sdbc { class XRow; }
namespace io { class XInputStream; class XOutputStream; }