summaryrefslogtreecommitdiff
path: root/linguistic/source
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-05 13:29:53 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-05 13:29:53 +0000
commitdb3207ee3cf180775059dc7c5e3c24c8dcb000ce (patch)
treef1a8cf133b3ce5d4b71a0ca182b864e7a61231c4 /linguistic/source
parent84a204039755c688a0f399b889463b61a00b5533 (diff)
INTEGRATION: CWS bgdlremove (1.5.12); FILE MERGED
2007/05/18 09:08:35 kso 1.5.12.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:01:02 kso 1.5.12.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)
Diffstat (limited to 'linguistic/source')
-rw-r--r--linguistic/source/supplang.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/linguistic/source/supplang.cxx b/linguistic/source/supplang.cxx
index 2e3b76767438..af049f31dfbb 100644
--- a/linguistic/source/supplang.cxx
+++ b/linguistic/source/supplang.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: supplang.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: vg $ $Date: 2007-05-25 12:25:45 $
+ * last change: $Author: ihi $ $Date: 2007-06-05 14:29:53 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -114,8 +114,8 @@ BOOL FileExists( const String &rMainURL )
{
try
{
- ::ucb::Content aContent( rMainURL,
- Reference< ::com::sun::star::ucb::XCommandEnvironment >());
+ ::ucbhelper::Content aContent( rMainURL,
+ uno::Reference< ::com::sun::star::ucb::XCommandEnvironment >());
bExists = aContent.isDocument();
}
catch(Exception &)