summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/repainttarget.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/vcl/repainttarget.hxx')
-rw-r--r--canvas/source/vcl/repainttarget.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/canvas/source/vcl/repainttarget.hxx b/canvas/source/vcl/repainttarget.hxx
index b5ee27542f8a..b8bac4ab9210 100644
--- a/canvas/source/vcl/repainttarget.hxx
+++ b/canvas/source/vcl/repainttarget.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_CANVAS_SOURCE_VCL_REPAINTTARGET_HXX
-#define INCLUDED_CANVAS_SOURCE_VCL_REPAINTTARGET_HXX
+#pragma once
#include "cachedbitmap.hxx"
@@ -35,7 +34,7 @@ namespace vclcanvas
This interface must be implemented on all canvas
implementations that hand out XCachedPrimitives
*/
- class RepaintTarget
+ class SAL_LOPLUGIN_ANNOTATE("crosscast") RepaintTarget
{
public:
virtual ~RepaintTarget() {}
@@ -50,6 +49,4 @@ namespace vclcanvas
};
}
-#endif // INCLUDED_CANVAS_SOURCE_VCL_REPAINTTARGET_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */