summaryrefslogtreecommitdiff
path: root/ucbhelper/source/client/activedatastreamer.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-05 13:51:57 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-05 13:51:57 +0000
commit189867e00263a68ad5a1fefc068fa4822c643316 (patch)
treee5758e3cb60a97056dd60b9d59d9d4811b4559c7 /ucbhelper/source/client/activedatastreamer.cxx
parent454c12c1c9607e4ddcfd9044bf90a2babde8ae2a (diff)
INTEGRATION: CWS bgdlremove (1.4.28); FILE MERGED
2007/05/18 11:38:07 kso 1.4.28.1: #i77419# - cleanup of ucbhelper namespaces.
Diffstat (limited to 'ucbhelper/source/client/activedatastreamer.cxx')
-rw-r--r--ucbhelper/source/client/activedatastreamer.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/ucbhelper/source/client/activedatastreamer.cxx b/ucbhelper/source/client/activedatastreamer.cxx
index eb6644723ae5..7c1110f2b1c9 100644
--- a/ucbhelper/source/client/activedatastreamer.cxx
+++ b/ucbhelper/source/client/activedatastreamer.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: activedatastreamer.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 17:18:57 $
+ * last change: $Author: ihi $ $Date: 2007-06-05 14:51:57 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -48,7 +48,7 @@
using namespace com::sun::star;
-namespace ucb
+namespace ucbhelper
{
//=========================================================================
@@ -100,4 +100,4 @@ uno::Reference< io::XStream > SAL_CALL ActiveDataStreamer::getStream()
return m_xStream;
}
-} // namespace ucb
+} // namespace ucbhelper