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

New commits:
commit f1e8da595d7eb52cb14b8931d47dfb4b38d868b8
Author: Markus Mohrhard <markus.mohrh...@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);
 };
 
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to