summaryrefslogtreecommitdiffstats
path: root/canvas/source/vcl/repainttarget.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-28 03:32:18 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-10-28 15:16:18 +0100
commitbb142943a3fa2e60ee7b66b1ef37419f5939b5f3 (patch)
treecf1a6e2806ec5c9aa6a58fb6ade086c27bcf5ab6 /canvas/source/vcl/repainttarget.hxx
parentremove some stray using rtl::OUString (diff)
downloadcore-bb142943a3fa2e60ee7b66b1ef37419f5939b5f3.tar.gz
core-bb142943a3fa2e60ee7b66b1ef37419f5939b5f3.zip
fixincludeguards.sh: canvas
Change-Id: I5b17411c58e5c5ae7b473d263fa5e4ee97ff35c8
Diffstat (limited to 'canvas/source/vcl/repainttarget.hxx')
-rw-r--r--canvas/source/vcl/repainttarget.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/canvas/source/vcl/repainttarget.hxx b/canvas/source/vcl/repainttarget.hxx
index 84363da81e99..c95b1824b394 100644
--- a/canvas/source/vcl/repainttarget.hxx
+++ b/canvas/source/vcl/repainttarget.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _VCLCANVAS_REPAINTTARGET_HXX
-#define _VCLCANVAS_REPAINTTARGET_HXX
+#ifndef INCLUDED_SOURCE_VCL_REPAINTTARGET_HXX
+#define INCLUDED_SOURCE_VCL_REPAINTTARGET_HXX
#include <rtl/ref.hxx>
@@ -52,6 +52,6 @@ namespace vclcanvas
};
}
-#endif /* _VCLCANVAS_REPAINTTARGET_HXX */
+#endif // INCLUDED_SOURCE_VCL_REPAINTTARGET_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */