diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-01-13 15:35:25 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-01-13 15:35:25 +0000 |
commit | 11ea085eb6c68f37f51172d1442f220c761963a7 (patch) | |
tree | ef6d2fab076325fab0073ee3b27292db5c4c7e92 /sw/source/core/fields/cellfml.cxx | |
parent | 100b8e85cf5fb591852e1ccb0c90fd36acc4cd3e (diff) |
INTEGRATION: CWS mullingarfilterteam18 (1.3.76); FILE MERGED
2003/11/17 16:29:13 cmc 1.3.76.1: #i9055 add dtor to SwTableFormula
Diffstat (limited to 'sw/source/core/fields/cellfml.cxx')
-rw-r--r-- | sw/source/core/fields/cellfml.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/source/core/fields/cellfml.cxx b/sw/source/core/fields/cellfml.cxx index aac73db3e2..97c2a67dd2 100644 --- a/sw/source/core/fields/cellfml.cxx +++ b/sw/source/core/fields/cellfml.cxx @@ -2,9 +2,9 @@ * * $RCSfile: cellfml.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2003-09-04 11:47:02 $ + * last change: $Author: obo $ $Date: 2004-01-13 16:35:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -387,6 +387,10 @@ SwTableFormula::SwTableFormula( const String& rFormel ) bValidValue = FALSE; } +SwTableFormula::~SwTableFormula() +{ +} + void SwTableFormula::_MakeFormel( const SwTable& rTbl, String& rNewStr, String& rFirstBox, String* pLastBox, void* pPara ) const { |