summaryrefslogtreecommitdiffstats
path: root/sot
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-05 17:33:38 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-05 17:33:38 +0000
commitecd9f8f7e6482993c5fd0a6237acc0bab66a4199 (patch)
tree905436dc000a1785dc762e0277ec6b1cc0f7fdd1 /sot
parentINTEGRATION: CWS bgdlremove (1.19.30); FILE MERGED (diff)
downloadcore-ecd9f8f7e6482993c5fd0a6237acc0bab66a4199.tar.gz
core-ecd9f8f7e6482993c5fd0a6237acc0bab66a4199.zip
INTEGRATION: CWS bgdlremove (1.25.6); FILE MERGED
2007/05/18 11:27:32 kso 1.25.6.1: #i77419# - cleanup of ucbhelper namespaces.
Diffstat (limited to 'sot')
-rw-r--r--sot/inc/stg.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sot/inc/stg.hxx b/sot/inc/stg.hxx
index 6eea4272af60..3b64a144ad1b 100644
--- a/sot/inc/stg.hxx
+++ b/sot/inc/stg.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: stg.hxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: vg $ $Date: 2007-04-11 20:51:33 $
+ * last change: $Author: ihi $ $Date: 2007-06-05 18:33:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -312,7 +312,7 @@ public:
::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > GetXInputStream() const;
};
-namespace ucb
+namespace ucbhelper
{
class Content;
}
@@ -332,7 +332,7 @@ public:
static String GetLinkedFile( SvStream& );
static String CreateLinkFile( const String& rName );
- UCBStorage( const ::ucb::Content& rContent, const String& rName, StreamMode nMode, BOOL bDirect = TRUE, BOOL bIsRoot = TRUE );
+ UCBStorage( const ::ucbhelper::Content& rContent, const String& rName, StreamMode nMode, BOOL bDirect = TRUE, BOOL bIsRoot = TRUE );
UCBStorage( const String& rName,
StreamMode nMode,
BOOL bDirect = TRUE,