diff options
Diffstat (limited to 'sw/inc/fmtpdsc.hxx')
-rw-r--r-- | sw/inc/fmtpdsc.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/fmtpdsc.hxx b/sw/inc/fmtpdsc.hxx index c2029ec3ce..f1020c43cd 100644 --- a/sw/inc/fmtpdsc.hxx +++ b/sw/inc/fmtpdsc.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fmtpdsc.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: os $ $Date: 2001-03-20 10:50:20 $ + * 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 @@ -78,7 +78,7 @@ class SwPageDesc; class SwHistory; class SwPaM; -class International; +class IntlWrapper; //Pagedescriptor //Client vom SwPageDesc der durch das Attribut "beschrieben" wird. @@ -114,7 +114,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 ); |