[Libreoffice-commits] .: chart2/source

Markus Mohrhard mmohrhard at kemper.freedesktop.org
Tue Mar 27 18:59:15 PDT 2012


 chart2/source/model/main/ChartModel.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f1e8da595d7eb52cb14b8931d47dfb4b38d868b8
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Wed Mar 28 03:58:44 2012 +0200

    add SAL_CALL to ChartModel::dump

diff --git a/chart2/source/model/main/ChartModel.hxx b/chart2/source/model/main/ChartModel.hxx
index b3bc2eb..2febb5b 100644
--- a/chart2/source/model/main/ChartModel.hxx
+++ b/chart2/source/model/main/ChartModel.hxx
@@ -611,7 +611,7 @@ public:
         throw (::com::sun::star::uno::RuntimeException);
 
     // XDumper
-    virtual rtl::OUString dump()
+    virtual rtl::OUString SAL_CALL dump()
         throw (com::sun::star::uno::RuntimeException);
 };
 


More information about the Libreoffice-commits mailing list