summaryrefslogtreecommitdiff
path: root/unotools/inc/unotools
diff options
context:
space:
mode:
authorEike Rathke <er@openoffice.org>2001-01-26 16:25:51 +0000
committerEike Rathke <er@openoffice.org>2001-01-26 16:25:51 +0000
commitbde847f77eb8465c66b7ef27677c8c13bc7608f1 (patch)
treeccfc9f76790d87e92f025982653c5b3a5667a020 /unotools/inc/unotools
parent63f7fdbe634e1f578a202abc32d6c3f15e7179d4 (diff)
new: getAllFormatCodes
Diffstat (limited to 'unotools/inc/unotools')
-rw-r--r--unotools/inc/unotools/numberformatcodewrapper.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/unotools/inc/unotools/numberformatcodewrapper.hxx b/unotools/inc/unotools/numberformatcodewrapper.hxx
index e374dabe6cf9..3040c129bc6f 100644
--- a/unotools/inc/unotools/numberformatcodewrapper.hxx
+++ b/unotools/inc/unotools/numberformatcodewrapper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: numberformatcodewrapper.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: er $ $Date: 2000-11-03 16:06:33 $
+ * last change: $Author: er $ $Date: 2001-01-26 17:25:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -104,6 +104,7 @@ public:
::com::sun::star::i18n::NumberFormatCode getDefault( sal_Int16 nFormatType, sal_Int16 nFormatUsage ) const;
::com::sun::star::i18n::NumberFormatCode getFormatCode( sal_Int16 nFormatIndex ) const;
::com::sun::star::uno::Sequence< ::com::sun::star::i18n::NumberFormatCode > getAllFormatCode( sal_Int16 nFormatUsage ) const;
+ ::com::sun::star::uno::Sequence< ::com::sun::star::i18n::NumberFormatCode > getAllFormatCodes() const;
};