summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/gvfs
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-05 17:03:08 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-05 17:03:08 +0000
commite2ede5f659b31ee58ab1cb69ce2ed33448eee2b4 (patch)
treee95d4a932d561ce8a1e01e5087cad86b5d488635 /ucb/source/ucp/gvfs
parentae2776bea914e3e1829c469b25174183e97a32d6 (diff)
INTEGRATION: CWS bgdlremove (1.4.62); FILE MERGED
2007/05/18 11:37:16 kso 1.4.62.1: #i77419# - cleanup of ucbhelper namespaces.
Diffstat (limited to 'ucb/source/ucp/gvfs')
-rw-r--r--ucb/source/ucp/gvfs/content.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/gvfs/content.hxx b/ucb/source/ucp/gvfs/content.hxx
index a2d9947d8b61..c32b1980a95f 100644
--- a/ucb/source/ucp/gvfs/content.hxx
+++ b/ucb/source/ucp/gvfs/content.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: content.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 05:27:02 $
+ * last change: $Author: ihi $ $Date: 2007-06-05 18:03:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -94,7 +94,7 @@ public:
~Authentication();
};
-class Content : public ::ucb::ContentImplHelper,
+class Content : public ::ucbhelper::ContentImplHelper,
public com::sun::star::ucb::XContentCreator
{
//=========================================================================