[Libreoffice-commits] core.git: sc/source

Caolán McNamara caolanm at redhat.com
Fri Feb 27 04:51:29 PST 2015


 sc/source/ui/view/viewfun3.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 92da476fedc144dad3c4f5ffe4b8e4b91091fd66
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Feb 27 12:49:04 2015 +0000

    fix build
    
    Change-Id: I692a3ce8c917f97bcaa05903c89784c213e6c864

diff --git a/sc/source/ui/view/viewfun3.cxx b/sc/source/ui/view/viewfun3.cxx
index a4c1868..79182b4 100644
--- a/sc/source/ui/view/viewfun3.cxx
+++ b/sc/source/ui/view/viewfun3.cxx
@@ -475,7 +475,7 @@ void ScViewFunc::PasteFromSystem()
             sal_uLong nBiff8 = SotExchange::RegisterFormatName(OUString("Biff8"));
             sal_uLong nBiff5 = SotExchange::RegisterFormatName(OUString("Biff5"));
 
-            sal_uInt16 nDestination = EXCHG_DEST_SCDOC_FREE_AREA;
+            SotExchangeDest nDestination = SotExchangeDest::SCDOC_FREE_AREA;
             sal_uInt16 nSourceOptions = EXCHG_IN_ACTION_COPY;
             sal_uLong nFormat;          // output param for GetExchangeAction
             sal_uInt16 nEventAction;    // output param for GetExchangeAction


More information about the Libreoffice-commits mailing list