summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-09-27 23:31:05 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-09-27 23:31:05 -0400
commit3f27767397831b061fa6517434c5190e9f64eab2 (patch)
treeb22616751b63950de7facac0f3933356e020d6fd /sc
parent77a0acae58828d2186bce241b562c363da93343b (diff)
Remove unnecessary semicolon.
Change-Id: Ia63d73b79ffaae15f82d3abc4addca39a98c7e04
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/dpcache.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dpcache.hxx b/sc/inc/dpcache.hxx
index b69e3c2cb43f..2ebae6d9c741 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: