Kaydet (Commit) 27246395 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Remove unnecessary ::com::sun::star:: .

Change-Id: I98f2ef80b2487264e9e74c7895b1f702ae847452
üst 868ce95a
This diff is collapsed.
......@@ -2866,7 +2866,7 @@ SfxMedium::SfxMedium(const String &rName, StreamMode nOpenMode, const SfxFilter
Init_Impl();
}
SfxMedium::SfxMedium( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aArgs ) :
SfxMedium::SfxMedium( const uno::Sequence<beans::PropertyValue>& aArgs ) :
pImp(new SfxMedium_Impl(this))
{
SfxAllItemSet *pParams = new SfxAllItemSet( SFX_APP()->GetPool() );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment