[Libreoffice-commits] core.git: idlc/inc
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jun 25 05:10:16 UTC 2019
idlc/inc/astdeclaration.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 645d11d8ef8fd5684aa246a7704e47615e10f444
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jun 14 22:42:32 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jun 25 07:09:37 2019 +0200
Fix typo
Change-Id: I0efc8f2d50e825878bc41d7eca055095a9308fce
Reviewed-on: https://gerrit.libreoffice.org/74669
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/idlc/inc/astdeclaration.hxx b/idlc/inc/astdeclaration.hxx
index c723df6afca1..aca098d16bbd 100644
--- a/idlc/inc/astdeclaration.hxx
+++ b/idlc/inc/astdeclaration.hxx
@@ -39,7 +39,7 @@ enum NodeType
NT_const, // Denotes a constant
NT_exception, // Denotes an exception
NT_attribute, // Denotes an attribute
- NT_property, // Denotes an property
+ NT_property, // Denotes a property
NT_operation, // Denotes an operation
NT_parameter, // Denotes an op. parameter
NT_struct, // Denotes either a plain struct type, or a
More information about the Libreoffice-commits
mailing list