summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/zoomitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/zoomitem.cxx')
-rw-r--r--sfx2/source/doc/zoomitem.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/doc/zoomitem.cxx b/sfx2/source/doc/zoomitem.cxx
index ee285605051a..c6a40f94e2f6 100644
--- a/sfx2/source/doc/zoomitem.cxx
+++ b/sfx2/source/doc/zoomitem.cxx
@@ -113,11 +113,11 @@ bool SvxZoomItem::QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberI
case 0:
{
::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > aSeq( ZOOM_PARAMS );
- aSeq[0].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( ZOOM_PARAM_VALUE ));
+ aSeq[0].Name = OUString( ZOOM_PARAM_VALUE );
aSeq[0].Value <<= sal_Int32( GetValue() );
- aSeq[1].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( ZOOM_PARAM_VALUESET ));
+ aSeq[1].Name = OUString( ZOOM_PARAM_VALUESET );
aSeq[1].Value <<= sal_Int16( nValueSet );
- aSeq[2].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( ZOOM_PARAM_TYPE ));
+ aSeq[2].Name = OUString( ZOOM_PARAM_TYPE );
aSeq[2].Value <<= sal_Int16( eType );
rVal <<= aSeq;
break;