summaryrefslogtreecommitdiffstats
path: root/vcl/source/filter/jpeg/JpegWriter.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-28 04:06:23 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-10-28 15:16:20 +0100
commite22242fddb73f5eadb11f340c314bbc4a6cfe361 (patch)
treeecb44159350783558370b18569b247c3a1d8e224 /vcl/source/filter/jpeg/JpegWriter.hxx
parentfixincludeguards.sh: basic (diff)
downloadcore-e22242fddb73f5eadb11f340c314bbc4a6cfe361.tar.gz
core-e22242fddb73f5eadb11f340c314bbc4a6cfe361.zip
fixincludeguards.sh: vcl
Change-Id: I3858c2152267474afab8e5a72b9f5da0ac623012
Diffstat (limited to 'vcl/source/filter/jpeg/JpegWriter.hxx')
-rw-r--r--vcl/source/filter/jpeg/JpegWriter.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/filter/jpeg/JpegWriter.hxx b/vcl/source/filter/jpeg/JpegWriter.hxx
index 4c762a2efd84..88b6352f0c1b 100644
--- a/vcl/source/filter/jpeg/JpegWriter.hxx
+++ b/vcl/source/filter/jpeg/JpegWriter.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _JPEG_WRITER_HXX
-#define _JPEG_WRITER_HXX
+#ifndef INCLUDED_VCL_SOURCE_FILTER_JPEG_JPEGWRITER_HXX
+#define INCLUDED_VCL_SOURCE_FILTER_JPEG_JPEGWRITER_HXX
#include <vcl/graph.hxx>
#include <vcl/fltcall.hxx>
@@ -53,6 +53,6 @@ public:
};
-#endif // _JPEG_WRITER_HXX
+#endif // INCLUDED_VCL_SOURCE_FILTER_JPEG_JPEGWRITER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */