summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/lang/Locale.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/lang/Locale.idl')
-rw-r--r--udkapi/com/sun/star/lang/Locale.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/udkapi/com/sun/star/lang/Locale.idl b/udkapi/com/sun/star/lang/Locale.idl
index 88e0baed5165..3bcf06d52b27 100644
--- a/udkapi/com/sun/star/lang/Locale.idl
+++ b/udkapi/com/sun/star/lang/Locale.idl
@@ -25,8 +25,6 @@
module com { module sun { module star { module lang {
-
-// DocMerge from xml: struct com::sun::star::lang::Locale
/** object represents a specific geographical, political, or cultural region.
<p>An operation that requires a <code>Locale</code> to perform
@@ -53,7 +51,6 @@ module com { module sun { module star { module lang {
*/
published struct Locale
{
- // DocMerge from xml: field com::sun::star::lang::Locale::Language
/** specifies an <strong>ISO Language Code</strong>.
<p>These codes are the lower-case two-letter codes as defined by
@@ -68,8 +65,6 @@ published struct Locale
*/
string Language;
-
- // DocMerge from xml: field com::sun::star::lang::Locale::Country
/** specifies an <strong>ISO Country Code.</strong>
<p>These codes are the upper-case two-letter codes as
@@ -84,8 +79,6 @@ published struct Locale
*/
string Country;
-
- // DocMerge from xml: field com::sun::star::lang::Locale::Variant
/** contains a variant of the locale; codes are vendor and
browser-specific.