sfx2/source/appl/appdde.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 762a23af90a8c29ace60accaadaddf99fbadf7d0
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Mar 18 18:39:57 2015 +0000

    sal_uIntPtr->SotClipboardFormatId
    
    Change-Id: I087c82cb5f0e5194ddd799b393d1fd55a4ad06d0

diff --git a/sfx2/source/appl/appdde.cxx b/sfx2/source/appl/appdde.cxx
index 67b2f50..91305a6 100644
--- a/sfx2/source/appl/appdde.cxx
+++ b/sfx2/source/appl/appdde.cxx
@@ -220,7 +220,7 @@ public:
         : DdeTopic( pShell->GetTitle(SFX_TITLE_FULLNAME) ), pSh( pShell )
     {}
 
-    virtual DdeData* Get( sal_uIntPtr ) SAL_OVERRIDE;
+    virtual DdeData* Get( SotClipboardFormatId ) SAL_OVERRIDE;
     virtual bool Put( const DdeData* ) SAL_OVERRIDE;
     virtual bool Execute( const OUString* ) SAL_OVERRIDE;
     virtual bool StartAdviseLoop() SAL_OVERRIDE;
@@ -529,7 +529,7 @@ DdeService* SfxApplication::GetDdeService()
 
 #if defined WNT
 
-DdeData* SfxDdeDocTopic_Impl::Get( sal_uIntPtr nFormat )
+DdeData* SfxDdeDocTopic_Impl::Get(SotClipboardFormatId nFormat)
 {
     OUString sMimeType( SotExchange::GetFormatMimeType( nFormat ));
     ::com::sun::star::uno::Any aValue;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to