From a2795356608c9de3679ccd3076c7df14cb549d8b Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 28 Oct 2015 12:01:32 +0200 Subject: com::sun::star->css in sd Change-Id: Ic0cbc857a3a9c66241b94c30bf8c859435f5a4b4 --- sd/source/ui/view/ViewShellBase.cxx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'sd/source/ui/view/ViewShellBase.cxx') diff --git a/sd/source/ui/view/ViewShellBase.cxx b/sd/source/ui/view/ViewShellBase.cxx index 7fc8354905f1..58d75681656e 100644 --- a/sd/source/ui/view/ViewShellBase.cxx +++ b/sd/source/ui/view/ViewShellBase.cxx @@ -664,8 +664,7 @@ void ViewShellBase::GetState (SfxItemSet& rSet) } void ViewShellBase::WriteUserDataSequence ( - ::com::sun::star::uno::Sequence < - ::com::sun::star::beans::PropertyValue >& rSequence, + css::uno::Sequence< css::beans::PropertyValue >& rSequence, bool bBrowse) { // Forward call to main sub shell. @@ -675,8 +674,7 @@ void ViewShellBase::WriteUserDataSequence ( } void ViewShellBase::ReadUserDataSequence ( - const ::com::sun::star::uno::Sequence < - ::com::sun::star::beans::PropertyValue >& rSequence, + const css::uno::Sequence< css::beans::PropertyValue >& rSequence, bool bBrowse) { // Forward call to main sub shell. @@ -866,7 +864,7 @@ OUString ViewShellBase::GetInitialViewShellType() break; sal_Int32 nView = 0; - ::com::sun::star::uno::Any aAny = xViewData->getByIndex(nView); + css::uno::Any aAny = xViewData->getByIndex(nView); Sequence aProperties; if ( ! (aAny >>= aProperties)) break; @@ -977,7 +975,7 @@ OUString ImplRetrieveLabelFromCommand( const Reference< XFrame >& xFrame, const { Reference< XNameAccess > const xNameAccess( frame::theUICommandDescription::get(xContext) ); - Reference< ::com::sun::star::container::XNameAccess > m_xUICommandLabels( xNameAccess->getByName( aModuleIdentifier ), UNO_QUERY_THROW ); + Reference< css::container::XNameAccess > m_xUICommandLabels( xNameAccess->getByName( aModuleIdentifier ), UNO_QUERY_THROW ); Sequence< PropertyValue > aPropSeq; if( m_xUICommandLabels->getByName( aCmdURL ) >>= aPropSeq ) { -- cgit