summaryrefslogtreecommitdiff
path: root/autodoc/inc/ary/cpp/c_vari.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/inc/ary/cpp/c_vari.hxx')
-rw-r--r--autodoc/inc/ary/cpp/c_vari.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/autodoc/inc/ary/cpp/c_vari.hxx b/autodoc/inc/ary/cpp/c_vari.hxx
index e8b2e442486e..b31f04a1ae63 100644
--- a/autodoc/inc/ary/cpp/c_vari.hxx
+++ b/autodoc/inc/ary/cpp/c_vari.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
@@ -81,15 +81,15 @@ class Variable : 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;
Type_id nType;
- E_Protection eProtection;
+ E_Protection eProtection;
VariableFlags aFlags;
String sArraySize;
String sInitialisation;