summaryrefslogtreecommitdiff
path: root/autodoc/inc/ary/cpp/c_enuval.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/inc/ary/cpp/c_enuval.hxx')
-rw-r--r--autodoc/inc/ary/cpp/c_enuval.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/autodoc/inc/ary/cpp/c_enuval.hxx b/autodoc/inc/ary/cpp/c_enuval.hxx
index 3ed523baa3f3..03da4b0c62fe 100644
--- a/autodoc/inc/ary/cpp/c_enuval.hxx
+++ b/autodoc/inc/ary/cpp/c_enuval.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -71,13 +71,13 @@ class EnumValue : public CodeEntity
virtual const String &
inq_LocalName() const;
virtual Cid inq_Owner() const;
- virtual Lid inq_Location() const;
+ virtual Lid inq_Location() const;
// Interface ary::cpp::CppEntity
virtual ClassId get_AryClass() const;
// DATA
- CeEssentials aEssentials;
+ CeEssentials aEssentials;
String sInitialisation;
};