summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2020-05-25 20:46:38 +0200
committerTomaž Vajngerl <quikee@gmail.com>2020-06-01 18:46:34 +0200
commitf2b436b0dad86aec5dc22e27c83df93395378247 (patch)
tree5ef1928dae5e409aa9731f7b72ef8b5c8ac55043
parent5f8f8889a47a7079fc1beaa179e29cc32aa10e0e (diff)
vcl: convert to use "pragma once" in GraphicObject.hxx
Change-Id: I6fd1897574d831ef153adc0d385c6484f6c17d7a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95275 Tested-by: Tomaž Vajngerl <quikee@gmail.com> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
-rw-r--r--include/vcl/GraphicObject.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/vcl/GraphicObject.hxx b/include/vcl/GraphicObject.hxx
index 5a4053fa6569..92c01274a453 100644
--- a/include/vcl/GraphicObject.hxx
+++ b/include/vcl/GraphicObject.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_GRAPHICOBJECT_HXX
-#define INCLUDED_VCL_GRAPHICOBJECT_HXX
+#pragma once
#include <memory>
#include <vcl/graph.hxx>
@@ -396,6 +395,4 @@ VCL_DLLPUBLIC void SearchForGraphics(css::uno::Reference<css::uno::XInterface> c
}
} // end namespace vcl::graphic
-#endif // INCLUDED_VCL_GRAPHICOBJECT_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */