summaryrefslogtreecommitdiff
path: root/sw/inc/txatbase.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 07:14:10 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 07:14:10 +0000
commit829db84dce218f60fcca51829a5bfb26f14646b0 (patch)
treeb4da3630813a9d6ec36bc1cddd87527c3d2eb188 /sw/inc/txatbase.hxx
parent2fdcacabc273d0b8669b02a01c743cb86fd6b93e (diff)
INTEGRATION: CWS swwarnings (1.19.130); FILE MERGED
2007/03/05 12:43:19 tl 1.19.130.1: #i69287# warning-free code
Diffstat (limited to 'sw/inc/txatbase.hxx')
-rw-r--r--sw/inc/txatbase.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/txatbase.hxx b/sw/inc/txatbase.hxx
index 7b4d8d852e76..2379a410062a 100644
--- a/sw/inc/txatbase.hxx
+++ b/sw/inc/txatbase.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: txatbase.hxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: rt $ $Date: 2006-12-01 15:34:10 $
+ * last change: $Author: hr $ $Date: 2007-09-27 08:14:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -193,6 +193,8 @@ protected:
public:
SwTxtAttrEnd( const SfxPoolItem& rAttr, USHORT nStart, USHORT nEnd );
+
+ using SwTxtAttr::GetEnd;
virtual xub_StrLen* GetEnd();
};