diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-09-27 23:31:05 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-09-27 23:31:05 -0400 |
commit | 3f27767397831b061fa6517434c5190e9f64eab2 (patch) | |
tree | b22616751b63950de7facac0f3933356e020d6fd /sc/inc/dpcache.hxx | |
parent | 77a0acae58828d2186bce241b562c363da93343b (diff) |
Remove unnecessary semicolon.
Change-Id: Ia63d73b79ffaae15f82d3abc4addca39a98c7e04
Diffstat (limited to 'sc/inc/dpcache.hxx')
-rw-r--r-- | sc/inc/dpcache.hxx | 2 |
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: |