summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/inc/dp_descriptioninfoset.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-23 09:15:41 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-23 09:15:41 +0000
commitbe4a2978b3358d0d76a1d9178502e7805e6db6c4 (patch)
treea0184c77b58b241fa4b626e2dfe185c53ed25bbb /desktop/source/deployment/inc/dp_descriptioninfoset.hxx
parentc59ba423fe791f48777b585f34775360b87b48e2 (diff)
INTEGRATION: CWS jl76 (1.2.194); FILE MERGED
2007/11/19 10:06:13 jl 1.2.194.4: #i81502# removed extra qualification of function 2007/09/28 14:56:49 jl 1.2.194.3: #81326# extensions can have a display name now 2007/09/26 10:21:28 jl 1.2.194.2: #i81502# 2007/09/18 12:23:41 jl 1.2.194.1: i81502# support of publisher name and release notes in update dialog
Diffstat (limited to 'desktop/source/deployment/inc/dp_descriptioninfoset.hxx')
-rw-r--r--desktop/source/deployment/inc/dp_descriptioninfoset.hxx44
1 files changed, 2 insertions, 42 deletions
diff --git a/desktop/source/deployment/inc/dp_descriptioninfoset.hxx b/desktop/source/deployment/inc/dp_descriptioninfoset.hxx
index a92032d2bd38..b12f8d8909a9 100644
--- a/desktop/source/deployment/inc/dp_descriptioninfoset.hxx
+++ b/desktop/source/deployment/inc/dp_descriptioninfoset.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dp_descriptioninfoset.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: ihi $ $Date: 2007-11-22 16:11:10 $
+ * last change: $Author: ihi $ $Date: 2007-11-23 10:15:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -210,7 +210,6 @@ private:
SAL_DLLPRIVATE ::com::sun::star::uno::Sequence< ::rtl::OUString > getUrls(
::rtl::OUString const & expression) const;
-<<<<<<< dp_descriptioninfoset.hxx
/** Retrieves a child element which as lang attribute which matches the office locale.
Only top-level children are taken into account. It is also assumed that they are all
@@ -255,45 +254,6 @@ private:
localeToString(::com::sun::star::lang::Locale const & locale);
-=======
- /** Retrieves a child element which as lang attribute which matches the office locale.
-
- Only top-level children are taken into account. It is also assumed that they are all
- of the same element type and have a lang attribute. The matching algoritm is according
- to RFC 3066, with the exception that only one variant is allowed.
- @param parent
- the expression used to obtain the parent of the localized children. It can be null.
- Then a null reference is returned.
- */
- SAL_DLLPRIVATE ::com::sun::star::uno::Reference< ::com::sun::star::xml::dom::XNode >
- getLocalizedChild( ::rtl::OUString const & sParent) const;
- SAL_DLLPRIVATE ::com::sun::star::uno::Reference< ::com::sun::star::xml::dom::XNode>
- matchFullLocale(::com::sun::star::uno::Reference<
- ::com::sun::star::xml::dom::XNode > const & xParent, ::rtl::OUString const & sLocale) const;
- SAL_DLLPRIVATE ::com::sun::star::uno::Reference< ::com::sun::star::xml::dom::XNode>
- matchCountryAndLanguage(::com::sun::star::uno::Reference<
- ::com::sun::star::xml::dom::XNode > const & xParent,
- ::com::sun::star::lang::Locale const & officeLocale) const;
- SAL_DLLPRIVATE ::com::sun::star::uno::Reference< ::com::sun::star::xml::dom::XNode>
- matchLanguage(
- ::com::sun::star::uno::Reference< ::com::sun::star::xml::dom::XNode > const & xParent,
- ::com::sun::star::lang::Locale const & officeLocale) const;
-
- /** If there is no child element with a locale matching the office locale, then we use
- the first child. In the case of the simple-license we also use the former default locale, which
- was determined by the default-license-id (/description/registration/simple-license/@default-license-id)
- and the license-id attributes (/description/registration/simple-license/license-text/@license-id).
- However, since OOo 2.4 we use also the first child as default for the license
- unless the two attributes are present.
- */
- SAL_DLLPRIVATE ::com::sun::star::uno::Reference< ::com::sun::star::xml::dom::XNode>
- getChildWithDefaultLocale(
- ::com::sun::star::uno::Reference< ::com::sun::star::xml::dom::XNode > const & xParent) const;
-
- static SAL_DLLPRIVATE ::rtl::OUString
- localeToString(::com::sun::star::lang::Locale const & locale);
-
->>>>>>> 1.2.194.4
::com::sun::star::uno::Reference<
::com::sun::star::xml::dom::XNode > m_element;
::com::sun::star::uno::Reference<