diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-22 14:04:10 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-22 14:04:10 +0000 |
commit | 3fcda3868187b82cca258c175ae1eaab62a3ed93 (patch) | |
tree | 19363ed9bef134b019df1a052a2771ca79d1c509 /desktop/source/deployment/inc | |
parent | 75543bfb5f3a3c42f0991e77a21ef2e4b8903568 (diff) |
INTEGRATION: CWS jl79 (1.10.202); FILE MERGED
2007/11/07 16:04:05 jl 1.10.202.1: #i82775# joined changes from jl76
Diffstat (limited to 'desktop/source/deployment/inc')
-rw-r--r-- | desktop/source/deployment/inc/dp_resource.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/desktop/source/deployment/inc/dp_resource.h b/desktop/source/deployment/inc/dp_resource.h index 63f1af0c79cc..0c0a2d96710a 100644 --- a/desktop/source/deployment/inc/dp_resource.h +++ b/desktop/source/deployment/inc/dp_resource.h @@ -4,9 +4,9 @@ * * $RCSfile: dp_resource.h,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: ihi $ $Date: 2006-12-20 14:27:19 $ + * last change: $Author: ihi $ $Date: 2007-11-22 15:04:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -67,7 +67,11 @@ DESKTOP_DEPLOYMENTMISC_DLLPUBLIC //============================================================================== DESKTOP_DEPLOYMENTMISC_DLLPUBLIC -::com::sun::star::lang::Locale const & getOfficeLocale(); +::com::sun::star::lang::Locale getOfficeLocale(); + +//============================================================================== +DESKTOP_DEPLOYMENTMISC_DLLPUBLIC +::rtl::OUString getOfficeLocaleString(); } |