summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/package
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-05 17:13:00 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-05 17:13:00 +0000
commit8c17e8f98de7c9f2e6224675400ea40cecff1d0d (patch)
tree918a9ed26a6659b2ce00928c3a36289adccb927a /ucb/source/ucp/package
parent0616d4712a64819c04de8fc9a3b3d61934aed75f (diff)
INTEGRATION: CWS bgdlremove (1.29.108); FILE MERGED
2007/05/18 11:37:17 kso 1.29.108.1: #i77419# - cleanup of ucbhelper namespaces.
Diffstat (limited to 'ucb/source/ucp/package')
-rw-r--r--ucb/source/ucp/package/pkgcontent.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/ucb/source/ucp/package/pkgcontent.hxx b/ucb/source/ucp/package/pkgcontent.hxx
index a5915c70773e..56ae9e0a518d 100644
--- a/ucb/source/ucp/package/pkgcontent.hxx
+++ b/ucb/source/ucp/package/pkgcontent.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: pkgcontent.hxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 15:55:24 $
+ * last change: $Author: ihi $ $Date: 2007-06-05 18:13:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -122,7 +122,7 @@ struct ContentProperties
class ContentProvider;
-class Content : public ::ucb::ContentImplHelper,
+class Content : public ::ucbhelper::ContentImplHelper,
public com::sun::star::ucb::XContentCreator
{
enum ContentState { TRANSIENT, // created via CreateNewContent,
@@ -174,7 +174,7 @@ private:
::com::sun::star::beans::Property >& rProperties,
const ContentProperties& rData,
const rtl::Reference<
- ::ucb::ContentProviderImplHelper >& rProvider,
+ ::ucbhelper::ContentProviderImplHelper >& rProvider,
const ::rtl::OUString& rContentId );
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRow >