summaryrefslogtreecommitdiff
path: root/svx/source/items/drawitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/items/drawitem.cxx')
-rw-r--r--svx/source/items/drawitem.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/items/drawitem.cxx b/svx/source/items/drawitem.cxx
index ba185ced9d5f..01313a3d2ed4 100644
--- a/svx/source/items/drawitem.cxx
+++ b/svx/source/items/drawitem.cxx
@@ -74,13 +74,13 @@ SfxPoolItem* SvxColorListItem::Clone( SfxItemPool * ) const
// Should be a template class but ...
#define QUERY_PUT_IMPL(svtype, xtype) \
-bool svtype::QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 ) const \
+bool svtype::QueryValue( css::uno::Any& rVal, sal_uInt8 ) const \
{ \
rVal = uno::makeAny( uno::Reference< uno::XWeak >( p##xtype.get() ) ); \
return true; \
} \
\
-bool svtype::PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 ) \
+bool svtype::PutValue( const css::uno::Any& rVal, sal_uInt8 ) \
{ \
uno::Reference< uno::XWeak > xRef; \
if( rVal >>= xRef ) { \