diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-09-06 10:55:16 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-09-06 14:12:27 +0200 |
commit | 77902a3cb2ab3af542e62253cc9f4dc12e099293 (patch) | |
tree | f2270b9d8da54ae53b9c99da6d82ecd7c755f837 /idl/source | |
parent | 9b021e87e04f4ab294d8cefb5d54bfe29e1e85dd (diff) |
Fixing '....'
Change-Id: Icf2a34500acc18b28f113c85366bf24edc6d20b9
Reviewed-on: https://gerrit.libreoffice.org/78695
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'idl/source')
-rw-r--r-- | idl/source/prj/database.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/source/prj/database.cxx b/idl/source/prj/database.cxx index c0b7b8cf9cea..f76b38687915 100644 --- a/idl/source/prj/database.cxx +++ b/idl/source/prj/database.cxx @@ -242,7 +242,7 @@ bool SvIdlDataBase::ReadIdFile( const OString& rOFileName ) if (aName == "sfx2/groupid.hxx") { // contains C++ code which we cannot parse - // we special-case this by defining a macro internally in .... + // we special-case this by defining a macro internally in... } else if (aName == "svl/typedwhich.hxx") { |