summaryrefslogtreecommitdiffstats
path: root/sfx2/source/control/sorgitm.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/control/sorgitm.cxx')
-rw-r--r--sfx2/source/control/sorgitm.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/control/sorgitm.cxx b/sfx2/source/control/sorgitm.cxx
index 8e084c15fc96..16e7bdccd463 100644
--- a/sfx2/source/control/sorgitm.cxx
+++ b/sfx2/source/control/sorgitm.cxx
@@ -69,7 +69,7 @@ bool SfxScriptOrganizerItem::operator==( const SfxPoolItem& rItem) const
}
-bool SfxScriptOrganizerItem::QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) const
+bool SfxScriptOrganizerItem::QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId ) const
{
OUString aValue;
nMemberId &= ~CONVERT_TWIPS;
@@ -89,7 +89,7 @@ bool SfxScriptOrganizerItem::QueryValue( com::sun::star::uno::Any& rVal, sal_uIn
return true;
}
-bool SfxScriptOrganizerItem::PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId )
+bool SfxScriptOrganizerItem::PutValue( const css::uno::Any& rVal, sal_uInt8 nMemberId )
{
OUString aValue;
bool bRet = false;