diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 08:28:51 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 08:28:51 +0000 |
commit | 437b86477ed6560adb316815b584c2db575c3437 (patch) | |
tree | 2d7eaf0d403d536359223b2a9eec9d1674dd79fe /sc/source/ui/cctrl/editfield.cxx | |
parent | 16c1b8ea1b9ba3a5ab45cb00efb7a02fa1f293f4 (diff) |
INTEGRATION: CWS tune03 (1.2.2); FILE MERGED
2004/08/14 14:57:43 mhu 1.2.2.2: #i29979# Cleaned up resync merge leftovers.
2004/08/11 13:07:53 mhu 1.2.2.1: #i29979# Cleaned up resync merge leftovers.
Diffstat (limited to 'sc/source/ui/cctrl/editfield.cxx')
-rw-r--r-- | sc/source/ui/cctrl/editfield.cxx | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/sc/source/ui/cctrl/editfield.cxx b/sc/source/ui/cctrl/editfield.cxx index 7da43e7481a3..9a24a7fba1c2 100644 --- a/sc/source/ui/cctrl/editfield.cxx +++ b/sc/source/ui/cctrl/editfield.cxx @@ -2,9 +2,9 @@ * * $RCSfile: editfield.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2004-08-03 11:35:45 $ + * last change: $Author: rt $ $Date: 2004-08-23 09:28:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,6 +59,10 @@ * ************************************************************************/ +#ifdef SC_DLLIMPLEMENTATION +#undef SC_DLLIMPLEMENTATION +#endif + #ifndef SC_EDITFIELD_HXX #include "editfield.hxx" #endif @@ -79,12 +83,12 @@ namespace { sal_Unicode lclGetDecSep() { - return GetScGlobalpLocaleData()->getNumDecimalSep().GetChar( 0 ); + return ScGlobal::GetpLocaleData()->getNumDecimalSep().GetChar( 0 ); } sal_Unicode lclGetGroupSep() { - return GetScGlobalpLocaleData()->getNumThousandSep().GetChar( 0 ); + return ScGlobal::GetpLocaleData()->getNumThousandSep().GetChar( 0 ); } } // namespace |