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 | 3323b84f084e65aa59e2b576f1d3f22fa17a8ffb (patch) | |
tree | 0cd7d2b810a43ba6fad26b5d94d25a141e958274 /sw/inc/fmtruby.hxx | |
parent | 22ac63cf0e65335ff8fb6774a7490b465dcd97ba (diff) |
replaced International with IntlWrapper
Diffstat (limited to 'sw/inc/fmtruby.hxx')
-rw-r--r-- | sw/inc/fmtruby.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/fmtruby.hxx b/sw/inc/fmtruby.hxx index 784b476a68e1..c9d1a5d12546 100644 --- a/sw/inc/fmtruby.hxx +++ b/sw/inc/fmtruby.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fmtruby.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jp $ $Date: 2001-01-23 20:20:23 $ + * 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 @@ -98,7 +98,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; |