summaryrefslogtreecommitdiff
path: root/svx/source/stbctrls/xmlsecctrl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/stbctrls/xmlsecctrl.cxx')
-rw-r--r--svx/source/stbctrls/xmlsecctrl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/stbctrls/xmlsecctrl.cxx b/svx/source/stbctrls/xmlsecctrl.cxx
index 152a9619fd3d..c5948dd27230 100644
--- a/svx/source/stbctrls/xmlsecctrl.cxx
+++ b/svx/source/stbctrls/xmlsecctrl.cxx
@@ -124,11 +124,11 @@ void XmlSecStatusBarControl::Command( const CommandEvent& rCEvt )
PopupMenu aPopupMenu( ResId( RID_SVXMNU_XMLSECSTATBAR, DIALOG_MGR() ) );
if( aPopupMenu.Execute( &GetStatusBar(), rCEvt.GetMousePosPixel() ) )
{
- ::com::sun::star::uno::Any a;
+ css::uno::Any a;
SfxUInt16Item aState( GetSlotId(), 0 );
INetURLObject aObj( m_aCommandURL );
- ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > aArgs( 1 );
+ css::uno::Sequence< css::beans::PropertyValue > aArgs( 1 );
aArgs[0].Name = aObj.GetURLPath();
aState.QueryValue( a );
aArgs[0].Value = a;