summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/uiitems.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/source/ui/inc/uiitems.hxx
parentMerge SRC631: 12.05.01 - 09:30:38 (NoBranch) (diff)
downloadcore-3323b84f084e65aa59e2b576f1d3f22fa17a8ffb.tar.gz
core-3323b84f084e65aa59e2b576f1d3f22fa17a8ffb.zip
replaced International with IntlWrapper
Diffstat (limited to 'sw/source/ui/inc/uiitems.hxx')
-rw-r--r--sw/source/ui/inc/uiitems.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/inc/uiitems.hxx b/sw/source/ui/inc/uiitems.hxx
index ff5e99255706..f88a4d96518c 100644
--- a/sw/source/ui/inc/uiitems.hxx
+++ b/sw/source/ui/inc/uiitems.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: uiitems.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: os $ $Date: 2001-04-27 12:04:46 $
+ * last change: $Author: er $ $Date: 2001-05-13 03:33:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,7 +67,7 @@
#include <svtools/intitem.hxx>
#endif
class SwNumRule;
-class International;
+class IntlWrapper;
/*--------------------------------------------------------------------
Beschreibung: Container fuer FootNote
@@ -88,7 +88,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;
virtual BOOL PutValue( const com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 );