diff options
author | Eike Rathke <er@openoffice.org> | 2001-05-13 02:33:31 +0000 |
---|---|---|
committer | Eike Rathke <er@openoffice.org> | 2001-05-13 02:33:31 +0000 |
commit | 93092be2d016602800431f7de923d17a79b24fe7 (patch) | |
tree | ce2dae7ae5d320d689e154db078f741741141580 /sw/inc/fmtcnct.hxx | |
parent | 6a9faa391d3a4f23407b3aedb7c2e2cfac9f33f9 (diff) |
replaced International with IntlWrapper
Diffstat (limited to 'sw/inc/fmtcnct.hxx')
-rw-r--r-- | sw/inc/fmtcnct.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/fmtcnct.hxx b/sw/inc/fmtcnct.hxx index afbfe3bb70..18e61e2ae6 100644 --- a/sw/inc/fmtcnct.hxx +++ b/sw/inc/fmtcnct.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fmtcnct.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:14:25 $ + * 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 @@ -77,7 +77,7 @@ class SwFlyFrmFmt; -class International; +class IntlWrapper; //Verbindung (Textfluss) zwischen zwei FlyFrms @@ -103,7 +103,7 @@ public: SfxMapUnit eCoreMetric, SfxMapUnit ePresMetric, String &rText, - const International* pIntl = 0 ) const; + const IntlWrapper* pIntl = 0 ) const; virtual BOOL QueryValue( com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 ) const; |