summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/outdevprovider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/vcl/outdevprovider.hxx')
-rw-r--r--canvas/source/vcl/outdevprovider.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/canvas/source/vcl/outdevprovider.hxx b/canvas/source/vcl/outdevprovider.hxx
index 10cab044f53e..668212b9db4a 100644
--- a/canvas/source/vcl/outdevprovider.hxx
+++ b/canvas/source/vcl/outdevprovider.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_CANVAS_SOURCE_VCL_OUTDEVPROVIDER_HXX
-#define INCLUDED_CANVAS_SOURCE_VCL_OUTDEVPROVIDER_HXX
+#pragma once
#include <memory>
@@ -48,6 +47,4 @@ namespace vclcanvas
typedef std::shared_ptr< OutDevProvider > OutDevProviderSharedPtr;
}
-#endif // INCLUDED_CANVAS_SOURCE_VCL_OUTDEVPROVIDER_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */