summaryrefslogtreecommitdiff
path: root/sw/inc/cellfml.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/cellfml.hxx')
-rw-r--r--sw/inc/cellfml.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/cellfml.hxx b/sw/inc/cellfml.hxx
index 9e6523ca4919..9f06a1afbb3a 100644
--- a/sw/inc/cellfml.hxx
+++ b/sw/inc/cellfml.hxx
@@ -92,7 +92,7 @@ protected:
// find the node in which the formula is located
// TextFeld -> TextNode,
// BoxAttribut -> BoxStartNode
- // !!! has to be overloaded by every derivation !!!
+ // !!! every derived class must override this !!!
virtual const SwNode* GetNodeOfFormula() const = 0;
SwTableFormula( const OUString& rFormula );