diff options
Diffstat (limited to 'include/vcl/outdevmap.hxx')
-rw-r--r-- | include/vcl/outdevmap.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/outdevmap.hxx b/include/vcl/outdevmap.hxx index cda9e629b864..d35c02b9c8ea 100644 --- a/include/vcl/outdevmap.hxx +++ b/include/vcl/outdevmap.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_VCL_INC_OUTDEVMAP_HXX -#define INCLUDED_VCL_INC_OUTDEVMAP_HXX +#ifndef INCLUDED_VCL_OUTDEVMAP_HXX +#define INCLUDED_VCL_OUTDEVMAP_HXX struct ImplMapRes @@ -39,6 +39,6 @@ struct ImplThresholdRes long mnThresPixToLogY; // "" }; -#endif // INCLUDED_VCL_INC_OUTDEVMAP_HXX +#endif // INCLUDED_VCL_OUTDEVMAP_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |