summaryrefslogtreecommitdiff
path: root/include/typelib/typedescription.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/typelib/typedescription.hxx')
-rw-r--r--include/typelib/typedescription.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/typelib/typedescription.hxx b/include/typelib/typedescription.hxx
index 05e7568373d6..2b5e855193dd 100644
--- a/include/typelib/typedescription.hxx
+++ b/include/typelib/typedescription.hxx
@@ -72,7 +72,7 @@ public:
@param rType a type
*/
- inline TypeDescription( const ::com::sun::star::uno::Type & rType );
+ inline TypeDescription( const css::uno::Type & rType );
/** Copy constructor:
@param rDescr another TypeDescription
@@ -152,7 +152,7 @@ inline TypeDescription::TypeDescription( typelib_TypeDescriptionReference * pTyp
typelib_typedescriptionreference_getDescription( &_pTypeDescr, pTypeDescrRef );
}
-inline TypeDescription::TypeDescription( const ::com::sun::star::uno::Type & rType )
+inline TypeDescription::TypeDescription( const css::uno::Type & rType )
: _pTypeDescr( 0 )
{
if (rType.getTypeLibType())