sc/inc/dpcache.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3f27767397831b061fa6517434c5190e9f64eab2
Author: Kohei Yoshida <[email protected]>
Date:   Thu Sep 27 23:31:05 2012 -0400

    Remove unnecessary semicolon.
    
    Change-Id: Ia63d73b79ffaae15f82d3abc4addca39a98c7e04

diff --git a/sc/inc/dpcache.hxx b/sc/inc/dpcache.hxx
index b69e3c2..2ebae6d 100644
--- a/sc/inc/dpcache.hxx
+++ b/sc/inc/dpcache.hxx
@@ -108,7 +108,7 @@ public:
         virtual bool next() = 0;
         virtual void finish() = 0;
         virtual void getValue(long nCol, ScDPItemData& rData, short& rNumType) 
const = 0;
-        virtual ~DBConnector() { };
+        virtual ~DBConnector() {}
     };
 
 private:
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to