summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-28 14:42:56 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-08-31 10:19:29 +0200
commit48289c37d73e7780ef3ea6a98aa5e214be0fde92 (patch)
treee2bfb1617ce3c8790fb7c25786a558971bc8debc /include/svx
parent7c32479b596156a7422a7b96f2548b8a4ea73185 (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 'include/svx')
-rw-r--r--include/svx/svxgraphicitem.hxx (renamed from include/svx/svxgrahicitem.hxx)5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/svx/svxgrahicitem.hxx b/include/svx/svxgraphicitem.hxx
index 6d9a757c5f29..78592f382445 100644
--- a/include/svx/svxgrahicitem.hxx
+++ b/include/svx/svxgraphicitem.hxx
@@ -16,9 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SVX_SVXGRAHICITEM_HXX
-#define INCLUDED_SVX_SVXGRAHICITEM_HXX
+#pragma once
#include <svl/poolitem.hxx>
#include <svx/svxdllapi.h>
@@ -39,6 +38,4 @@ public:
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */