diff options
-rw-r--r-- | include/vcl/GraphicObject.hxx | 5 |
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: */ |