diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 17:03:08 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 17:03:08 +0000 |
commit | e2ede5f659b31ee58ab1cb69ce2ed33448eee2b4 (patch) | |
tree | e95d4a932d561ce8a1e01e5087cad86b5d488635 /ucb/source/ucp/gvfs | |
parent | ae2776bea914e3e1829c469b25174183e97a32d6 (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.hxx | 6 |
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 { //========================================================================= |