summaryrefslogtreecommitdiff
path: root/sw/inc/fmtline.hxx
diff options
context:
space:
mode:
authorEike Rathke <er@openoffice.org>2001-05-13 02:33:31 +0000
committerEike Rathke <er@openoffice.org>2001-05-13 02:33:31 +0000
commit3323b84f084e65aa59e2b576f1d3f22fa17a8ffb (patch)
tree0cd7d2b810a43ba6fad26b5d94d25a141e958274 /sw/inc/fmtline.hxx
parent22ac63cf0e65335ff8fb6774a7490b465dcd97ba (diff)
replaced International with IntlWrapper
Diffstat (limited to 'sw/inc/fmtline.hxx')
-rw-r--r--sw/inc/fmtline.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/fmtline.hxx b/sw/inc/fmtline.hxx
index cb7ec347a351..bb5aff3b8fd9 100644
--- a/sw/inc/fmtline.hxx
+++ b/sw/inc/fmtline.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmtline.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:26 $
+ * last change: $Author: er $ $Date: 2001-05-13 03:32:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,7 +71,7 @@
#ifndef _FORMAT_HXX //autogen
#include <format.hxx>
#endif
-class International;
+class IntlWrapper;
class SwFmtLineNumber: public SfxPoolItem
{
@@ -91,7 +91,7 @@ public:
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
String &rText,
- const International* pIntl = 0 ) const;
+ const IntlWrapper* pIntl = 0 ) const;
virtual USHORT GetVersion( USHORT nFFVer ) const;
virtual BOOL QueryValue( com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 ) const;
virtual BOOL PutValue( const com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 );