summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-05-25 15:22:43 +0000
committerRüdiger Timm <rt@openoffice.org>2004-05-25 15:22:43 +0000
commit47adb5398582a6a1bde573e6e1ecb77506c411e4 (patch)
treea2413ed8f5bfa1f74d25d9e08b27440ff51a7b2b
parenta5f67ba9ff8b17fa03776eec22dce3b8765387c2 (diff)
#i10000#, #116912# GetDescr
-rw-r--r--sw/inc/redline.hxx6
-rw-r--r--sw/source/core/doc/docredln.cxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/sw/inc/redline.hxx b/sw/inc/redline.hxx
index d4916e287ac9..76ed359f49c2 100644
--- a/sw/inc/redline.hxx
+++ b/sw/inc/redline.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: redline.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: kz $ $Date: 2004-05-18 13:58:53 $
+ * last change: $Author: rt $ $Date: 2004-05-25 16:21:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -320,7 +320,7 @@ public:
@return textual description of the selected redline data element
*/
- String GetDescr(USHORT nPos = 0) const;
+ String GetDescr(USHORT nPos = 0);
int operator==( const SwRedline& ) const;
int operator<( const SwRedline& ) const;
diff --git a/sw/source/core/doc/docredln.cxx b/sw/source/core/doc/docredln.cxx
index 6725f57af0d3..688952faa072 100644
--- a/sw/source/core/doc/docredln.cxx
+++ b/sw/source/core/doc/docredln.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docredln.cxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: kz $ $Date: 2004-05-18 14:02:15 $
+ * last change: $Author: rt $ $Date: 2004-05-25 16:22:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -3616,7 +3616,7 @@ const SwRedlineData & SwRedline::GetRedlineData(USHORT nPos) const
return *pCur;
}
-String SwRedline::GetDescr(USHORT nPos) const
+String SwRedline::GetDescr(USHORT nPos)
{
String aResult;