[Libreoffice-commits] .: sc/inc
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Sep 27 20:31:11 PDT 2012
sc/inc/dpcache.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3f27767397831b061fa6517434c5190e9f64eab2
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
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:
More information about the Libreoffice-commits
mailing list