[Libreoffice-commits] core.git: Branch 'feature/chart-opengl2' - sc/inc

Markus Mohrhard markus.mohrhard at googlemail.com
Thu Jan 2 02:06:17 PST 2014


 sc/inc/chart2uno.hxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 3d679c9353215e9b91bc519ddad8b531d5c793c7
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Thu Jan 2 13:04:48 2014 +0100

    fix windows build
    
    Change-Id: I2696011d6565a0fd71c3f4cccc4f54fd1d37ee03

diff --git a/sc/inc/chart2uno.hxx b/sc/inc/chart2uno.hxx
index 820b6626..728855a 100644
--- a/sc/inc/chart2uno.hxx
+++ b/sc/inc/chart2uno.hxx
@@ -272,10 +272,10 @@ public:
         SAL_CALL getTextualData(  ) throw (::com::sun::star::uno::RuntimeException);
 
     // XTimeBased
-    virtual sal_Bool switchToNext(sal_Bool bWrap) throw (::com::sun::star::uno::RuntimeException);
-    virtual sal_Bool setToPointInTime(sal_Int32 nPoint) throw (::com::sun::star::uno::RuntimeException);
+    virtual sal_Bool SAL_CALL switchToNext(sal_Bool bWrap) throw (::com::sun::star::uno::RuntimeException);
+    virtual sal_Bool SAL_CALL setToPointInTime(sal_Int32 nPoint) throw (::com::sun::star::uno::RuntimeException);
 
-    virtual void setRange(sal_Int32 nStart, sal_Int32 nEnd) throw (::com::sun::star::uno::RuntimeException);
+    virtual void SAL_CALL setRange(sal_Int32 nStart, sal_Int32 nEnd) throw (::com::sun::star::uno::RuntimeException);
 
     // XPropertySet
     virtual ::com::sun::star::uno::Reference<


More information about the Libreoffice-commits mailing list