summaryrefslogtreecommitdiff
path: root/sw/inc/cellfml.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-01-13 15:31:58 +0000
committerOliver Bolte <obo@openoffice.org>2004-01-13 15:31:58 +0000
commit6cef282249a1d9d3bad51a20a89eb0bf744af602 (patch)
treee47fe98cbad92e071fcec36c96f2d3522f8c04df /sw/inc/cellfml.hxx
parentbf3586ae73a3416cbdaa8402dd10335e9f0ab220 (diff)
INTEGRATION: CWS mullingarfilterteam18 (1.1.1.1.488); FILE MERGED
2003/11/17 16:29:37 cmc 1.1.1.1.488.1: #i9055 add dtor to SwTableFormula
Diffstat (limited to 'sw/inc/cellfml.hxx')
-rw-r--r--sw/inc/cellfml.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/inc/cellfml.hxx b/sw/inc/cellfml.hxx
index 89d7ba9a2910..0f873db40d7c 100644
--- a/sw/inc/cellfml.hxx
+++ b/sw/inc/cellfml.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cellfml.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:24 $
+ * last change: $Author: obo $ $Date: 2004-01-13 16:31:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -153,6 +153,7 @@ protected:
public:
SwTableFormula( const SwTableFormula& rCpy ) { *this = rCpy; }
+ virtual ~SwTableFormula();
SwTableFormula& operator=( const SwTableFormula& rCpy )
{
sFormel = rCpy.sFormel;