diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-27 12:44:13 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-27 12:44:13 +0000 |
commit | 0de78377c513cf8639fb9f5297509f589f14dd31 (patch) | |
tree | 226bca17eb6565e27780f5abe72dff37d3b08621 /sw/inc/crsrsh.hxx | |
parent | 1c3c90032920f24f82490ee3c303f30d4bb19eca (diff) |
#i10000# Remove SW_DLLPRIVATE for SttEndDoc( BOOL bStt )
Diffstat (limited to 'sw/inc/crsrsh.hxx')
-rw-r--r-- | sw/inc/crsrsh.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx index 90ec4523a786..7eced9f2e388 100644 --- a/sw/inc/crsrsh.hxx +++ b/sw/inc/crsrsh.hxx @@ -2,9 +2,9 @@ * * $RCSfile: crsrsh.hxx,v $ * - * $Revision: 1.28 $ + * $Revision: 1.29 $ * - * last change: $Author: rt $ $Date: 2004-09-17 14:42:46 $ + * last change: $Author: rt $ $Date: 2004-09-27 13:44:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -354,7 +354,7 @@ private: SW_DLLPRIVATE FASTBOOL UpDown( BOOL, USHORT ); SW_DLLPRIVATE FASTBOOL LRMargin( BOOL, BOOL bAPI = FALSE ); SW_DLLPRIVATE FASTBOOL IsAtLRMargin( BOOL, BOOL bAPI = FALSE ) const; - SW_DLLPRIVATE FASTBOOL SttEndDoc( BOOL bStt ); + FASTBOOL SttEndDoc( BOOL bStt ); #ifdef BIDI SW_DLLPRIVATE short GetTextDirection( const Point* pPt = 0 ) const; |