summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/LocalizedName.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/LocalizedName.idl')
-rw-r--r--offapi/com/sun/star/sheet/LocalizedName.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sheet/LocalizedName.idl b/offapi/com/sun/star/sheet/LocalizedName.idl
index 756fa66be501..8694ab596d0f 100644
--- a/offapi/com/sun/star/sheet/LocalizedName.idl
+++ b/offapi/com/sun/star/sheet/LocalizedName.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/lang/Locale.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** A name that is valid for a specified locale.
@@ -34,20 +32,17 @@ module com { module sun { module star { module sheet {
*/
published struct LocalizedName
{
- // ------------------------------------------------------------------------
/** The locale for which this name is valid.
*/
::com::sun::star::lang::Locale Locale;
- // ------------------------------------------------------------------------
/** The name itself.
*/
string Name;
};
-//=============================================================================
}; }; }; };