summaryrefslogtreecommitdiff
path: root/sw/inc/lineinfo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/lineinfo.hxx')
-rw-r--r--sw/inc/lineinfo.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/lineinfo.hxx b/sw/inc/lineinfo.hxx
index f5a6f3c22a92..a1e2695dcf2f 100644
--- a/sw/inc/lineinfo.hxx
+++ b/sw/inc/lineinfo.hxx
@@ -23,7 +23,7 @@
#include <editeng/numitem.hxx>
#include "swdllapi.h"
-class SwCharFmt;
+class SwCharFormat;
class IDocumentStylePoolAccess;
enum LineNumberPosition
@@ -59,8 +59,8 @@ public:
SwLineNumberInfo& operator=(const SwLineNumberInfo&);
bool operator==( const SwLineNumberInfo& rInf ) const;
- SwCharFmt *GetCharFmt( IDocumentStylePoolAccess& rIDSPA ) const;
- void SetCharFmt( SwCharFmt* );
+ SwCharFormat *GetCharFormat( IDocumentStylePoolAccess& rIDSPA ) const;
+ void SetCharFormat( SwCharFormat* );
const SvxNumberType &GetNumType() const { return aType; }
void SetNumType( SvxNumberType aNew ){ aType = aNew; }