diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-28 14:42:56 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-08-31 10:19:29 +0200 |
commit | 48289c37d73e7780ef3ea6a98aa5e214be0fde92 (patch) | |
tree | e2bfb1617ce3c8790fb7c25786a558971bc8debc /solenv | |
parent | 7c32479b596156a7422a7b96f2548b8a4ea73185 (diff) |
Fix typo in code
Move "grahic" to "graphic"
It passed "make check" on Linux
+ Use "#pragma once" in include/svx/svxgraphicitem.hxx.
Change-Id: Ia8a42afd1a822e19093ecee7b0b8791f96de2867
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101623
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/clang-format/excludelist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist index 61eea12ba9ea..d075bc227e66 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -6914,7 +6914,7 @@ include/svx/svx3ditems.hxx include/svx/svxdlg.hxx include/svx/svxdllapi.h include/svx/svxerr.hxx -include/svx/svxgrahicitem.hxx +include/svx/svxgraphicitem.hxx include/svx/swframeexample.hxx include/svx/swframeposstrings.hxx include/svx/swframetypes.hxx @@ -13326,7 +13326,7 @@ svx/source/dialog/srchdlg.cxx svx/source/dialog/strarray.cxx svx/source/dialog/svxbmpnumvalueset.cxx svx/source/dialog/svxdlg.cxx -svx/source/dialog/svxgrahicitem.cxx +svx/source/dialog/svxgraphicitem.cxx svx/source/dialog/svxruler.cxx svx/source/dialog/swframeexample.cxx svx/source/dialog/swframeposstrings.cxx |