summaryrefslogtreecommitdiff
path: root/sw/inc/newhdl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/newhdl.hxx')
-rw-r--r--sw/inc/newhdl.hxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/sw/inc/newhdl.hxx b/sw/inc/newhdl.hxx
index fe096a67e18d..0a411d88228c 100644
--- a/sw/inc/newhdl.hxx
+++ b/sw/inc/newhdl.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -30,7 +30,7 @@
#include <tools/link.hxx>
-#include "errhdl.hxx" // hier kommt auch swtypes rein, was ich brauche
+#include "errhdl.hxx" // hier kommt auch swtypes rein, was ich brauche
// ----------------------------------------------------------------------------
@@ -40,25 +40,25 @@ class SwNewHdl
{
friend void SW_NEW_HDL();
private:
- char* pWarnMem;
- char* pExceptMem;
- Link aWarnLnk;
- Link aErrLnk;
+ char* pWarnMem;
+ char* pExceptMem;
+ Link aWarnLnk;
+ Link aErrLnk;
public:
- void SetWarnLnk( const Link &rLink );
- void SetErrLnk( const Link &rLink );
+ void SetWarnLnk( const Link &rLink );
+ void SetErrLnk( const Link &rLink );
- BOOL TryWarnMem();
+ BOOL TryWarnMem();
- BOOL Flush_WarnMem();
- BOOL Flush_ExceptMem();
+ BOOL Flush_WarnMem();
+ BOOL Flush_ExceptMem();
SwNewHdl();
~SwNewHdl();
};
/******************************************************************************
- * INLINE
+ * INLINE
******************************************************************************/
inline void SwNewHdl::SetWarnLnk( const Link &rLink )
{