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 | 7d689270da35899be642b7023c837012a0ce8fb9 (patch) | |
tree | 47b2e7c97f989d2b4d16296389cfa4dfb3ddee0d /sc/inc/docpool.hxx | |
parent | 4c658567cf649191a90ca628537228475b2a4450 (diff) |
replaced International with IntlWrapper
Diffstat (limited to 'sc/inc/docpool.hxx')
-rw-r--r-- | sc/inc/docpool.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/docpool.hxx b/sc/inc/docpool.hxx index a4a3de047251..246bdabfbcfb 100644 --- a/sc/inc/docpool.hxx +++ b/sc/inc/docpool.hxx @@ -2,9 +2,9 @@ * * $RCSfile: docpool.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: nn $ $Date: 2000-11-30 18:16:08 $ + * last change: $Author: er $ $Date: 2001-05-13 03:21:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -99,7 +99,7 @@ public: SfxItemPresentation ePresentation, SfxMapUnit ePresentationMetric, String& rText, - const International* pIntl = 0 ) const; + const IntlWrapper* pIntl = 0 ) const; static void InitVersionMaps(); static void DeleteVersionMaps(); |