summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-05 17:33:51 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-05 17:33:51 +0000
commite02efe14069bff009c652815c4ee13b502a7af61 (patch)
treec02934f900b0f82e8219e902b987342b302f0a06 /sot
parentecd9f8f7e6482993c5fd0a6237acc0bab66a4199 (diff)
INTEGRATION: CWS bgdlremove (1.2.6); FILE MERGED
2007/05/18 11:27:32 kso 1.2.6.1: #i77419# - cleanup of ucbhelper namespaces.
Diffstat (limited to 'sot')
-rw-r--r--sot/inc/sot/storage.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sot/inc/sot/storage.hxx b/sot/inc/sot/storage.hxx
index 2de94866ce18..c4f4e14dc0bb 100644
--- a/sot/inc/sot/storage.hxx
+++ b/sot/inc/sot/storage.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: storage.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2007-04-11 20:53:15 $
+ * last change: $Author: ihi $ $Date: 2007-06-05 18:33:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -125,7 +125,7 @@ SO2_DECL_REF(SotStorageStream)
#endif
SO2_IMPL_REF(SotStorageStream)
-namespace ucb
+namespace ucbhelper
{
class Content;
}
@@ -157,7 +157,7 @@ public:
SotStorage( BOOL bUCBStorage, const String &,
StreamMode = STREAM_STD_READWRITE,
StorageMode = 0 );
- SotStorage( const ::ucb::Content& rContent, const String &,
+ SotStorage( const ::ucbhelper::Content& rContent, const String &,
StreamMode = STREAM_STD_READWRITE,
StorageMode = 0 );
SotStorage( BaseStorage * );