diff options
author | jp <jp@openoffice.org> | 2000-11-06 17:52:24 +0000 |
---|---|---|
committer | jp <jp@openoffice.org> | 2000-11-06 17:52:24 +0000 |
commit | 9760cfc3ce6e15a4ef3de9b6dab89eafd5eafa78 (patch) | |
tree | f45ddcb95128e40d26180836c3f97a79e7c3b102 /sw/inc/ndhints.hxx | |
parent | 6589dffc4a5b4fb6b3832e70b22d860295b48a90 (diff) |
method GetLang removed
Diffstat (limited to 'sw/inc/ndhints.hxx')
-rw-r--r-- | sw/inc/ndhints.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/inc/ndhints.hxx b/sw/inc/ndhints.hxx index abd81a89d4e8..56d4070a1694 100644 --- a/sw/inc/ndhints.hxx +++ b/sw/inc/ndhints.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ndhints.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:14:27 $ + * last change: $Author: jp $ $Date: 2000-11-06 18:52:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -202,7 +202,6 @@ public: void Insert( SwTxtAttr *pHt, SwTxtNode &rNode, USHORT nMode = 0 ); - USHORT GetLang( const xub_StrLen nBegin, const xub_StrLen nLen) const; inline void SetCalcVisible(){ bCalcVis = TRUE; } inline void SetVisible( const BOOL bNew ) { bVis = bNew; } inline BOOL IsVisible() const |