summaryrefslogtreecommitdiff
path: root/svl/source/items/ctypeitm.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/items/ctypeitm.cxx')
-rw-r--r--svl/source/items/ctypeitm.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/source/items/ctypeitm.cxx b/svl/source/items/ctypeitm.cxx
index 36eaa98faa02..3f87e5468df7 100644
--- a/svl/source/items/ctypeitm.cxx
+++ b/svl/source/items/ctypeitm.cxx
@@ -172,14 +172,14 @@ void CntContentTypeItem::SetValue( const INetContentType eType )
}
// virtual
-bool CntContentTypeItem::QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8) const
+bool CntContentTypeItem::QueryValue( css::uno::Any& rVal, sal_uInt8) const
{
rVal <<= OUString(GetValue());
return true;
}
// virtual
-bool CntContentTypeItem::PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8)
+bool CntContentTypeItem::PutValue( const css::uno::Any& rVal, sal_uInt8)
{
OUString aValue;
if ( rVal >>= aValue )