[Libreoffice-commits] .: Branch 'libreoffice-3-4' - sc/inc
Kohei Yoshida
kohei at kemper.freedesktop.org
Fri Apr 29 17:55:32 PDT 2011
sc/inc/dptablecache.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7006f67d14ac4d4596a0f974dcc44282d6507e27
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Fri Apr 29 20:54:25 2011 -0400
Removed unnecessary virtual-ness from the destructor.
diff --git a/sc/inc/dptablecache.hxx b/sc/inc/dptablecache.hxx
index 9de18bf..f1934a1 100644
--- a/sc/inc/dptablecache.hxx
+++ b/sc/inc/dptablecache.hxx
@@ -124,7 +124,7 @@ public:
bool operator== ( const ScDPCache& r ) const;
ScDPCache(ScDocument* pDoc);
- virtual ~ScDPCache();
+ ~ScDPCache();
private:
SCROW GetOrder( long nDim, SCROW nIndex ) const;
More information about the Libreoffice-commits
mailing list