summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2002-11-14 09:56:28 +0000
committerKai Sommerfeld <kso@openoffice.org>2002-11-14 09:56:28 +0000
commitad78976cd2fdbe5a7e2b71793187506b26a664af (patch)
tree2066c844d04b71c59463f6afc2872fad03fd1fcc /stoc
parentc5d8508b1f843d941a8277cac9ed3f44cb023006 (diff)
#104677# - Linux compiler problem.
Diffstat (limited to 'stoc')
-rw-r--r--stoc/source/registry_tdprovider/tdprovider.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/stoc/source/registry_tdprovider/tdprovider.cxx b/stoc/source/registry_tdprovider/tdprovider.cxx
index 99a8fd7fe0d8..c6d777d95c92 100644
--- a/stoc/source/registry_tdprovider/tdprovider.cxx
+++ b/stoc/source/registry_tdprovider/tdprovider.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tdprovider.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: kso $ $Date: 2002-11-13 16:01:21 $
+ * last change: $Author: kso $ $Date: 2002-11-14 10:56:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -466,8 +466,9 @@ com::sun::star::uno::Reference< XTypeDescription > createTypeDescription(
case RT_TYPE_MODULE:
{
- Reference< XTypeDescriptionEnumerationAccess > xTDEA(
- xNameAccess, UNO_QUERY );
+ com::sun::star::uno::Reference<
+ XTypeDescriptionEnumerationAccess > xTDEA(
+ xNameAccess, UNO_QUERY );
OSL_ENSURE( xTDEA.is(),
"No XTypeDescriptionEnumerationAccess!" );