diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 13:28:30 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 13:28:30 +0000 |
commit | 4e34f60827f7df137f7fc9c39c68b4dc0c141f61 (patch) | |
tree | eba07c0a7f4a32752eec251c0c36adb03163e348 /scripting | |
parent | fd29f2acd84d61fecf851250da5eae669bae52bf (diff) |
INTEGRATION: CWS bgdlremove (1.8.46); FILE MERGED
2007/05/18 11:23:13 kso 1.8.46.1: #i77419# - cleanup of ucbhelper namespaces.
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/source/inc/util/MiscUtils.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scripting/source/inc/util/MiscUtils.hxx b/scripting/source/inc/util/MiscUtils.hxx index 0dad2fc13cfb..d3a296b07420 100644 --- a/scripting/source/inc/util/MiscUtils.hxx +++ b/scripting/source/inc/util/MiscUtils.hxx @@ -4,9 +4,9 @@ * * $RCSfile: MiscUtils.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2006-06-19 10:19:13 $ + * last change: $Author: ihi $ $Date: 2007-06-05 14:28:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -149,7 +149,7 @@ public: try { - ::ucb::Content root( url, NULL ); + ::ucbhelper::Content root( url, NULL ); ::rtl::OUString propName = OUSTR("Title"); getUCBProperty( root, propName ) >>= title; } @@ -212,7 +212,7 @@ public: try { - ::ucb::Content root( url, NULL ); + ::ucbhelper::Content root( url, NULL ); ::rtl::OUString propName = OUSTR("DocumentModel"); result = getUCBProperty( root, propName ); } @@ -232,7 +232,7 @@ public: } - static css::uno::Any getUCBProperty( ::ucb::Content& content, ::rtl::OUString& prop ) + static css::uno::Any getUCBProperty( ::ucbhelper::Content& content, ::rtl::OUString& prop ) { css::uno::Any result; try |