diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-23 15:43:31 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-23 15:43:31 +0000 |
commit | 5ce69bc63c91ca028d5a6437bfc93611d3fcde41 (patch) | |
tree | 7189e49ca490d96f9323c9994b5a2a66630feef0 /svx | |
parent | 6a16d9765d8291a6261aba60ca3157c13e60e069 (diff) |
INTEGRATION: CWS langstatusbar (1.16.300); FILE MERGED
2007/10/05 14:51:55 tl 1.16.300.2: RESYNC: (1.16-1.17); FILE MERGED
2007/06/08 13:56:14 tl 1.16.300.1: #i77208# new language status-bar control
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/items/numfmtsh.cxx | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/svx/source/items/numfmtsh.cxx b/svx/source/items/numfmtsh.cxx index ac92fce57cb5..cd004d13ac00 100644 --- a/svx/source/items/numfmtsh.cxx +++ b/svx/source/items/numfmtsh.cxx @@ -4,9 +4,9 @@ * * $RCSfile: numfmtsh.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: hr $ $Date: 2007-06-27 18:28:51 $ + * last change: $Author: ihi $ $Date: 2007-11-23 16:43:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -62,9 +62,7 @@ #include <svtools/zformat.hxx> #endif -#ifndef _SVX_LANGTAB_HXX //autogen -#include <langtab.hxx> -#endif +#include <svtools/langtab.hxx> #ifndef _SV_SVAPP_HXX #include <vcl/svapp.hxx> @@ -1582,7 +1580,7 @@ void SvxNumberFormatShell::GetCurrencySymbols(SvStringsDtor& rList,const XubStri const NfCurrencyTable& rCurrencyTable=SvNumberFormatter::GetTheCurrencyTable(); sal_uInt16 nCount=rCurrencyTable.Count(); - SvxLanguageTable* pLanguageTable=new SvxLanguageTable; + SvtLanguageTable* pLanguageTable=new SvtLanguageTable; sal_uInt16 nStart=1; sal_uInt16 i,j; |