From 239bc77f26074450b747f61a9fea178fac66b4bf Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Wed, 27 Jan 2016 21:41:37 +1100 Subject: vcl: fix header guards for fontinstance.hxx Change-Id: I1f81ea50802f9c17f7af58db09a86cf2b680d4c6 --- vcl/inc/fontinstance.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vcl/inc/fontinstance.hxx b/vcl/inc/fontinstance.hxx index d57f1015d676..04bae109e6b1 100644 --- a/vcl/inc/fontinstance.hxx +++ b/vcl/inc/fontinstance.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_VCL_INC_FONTENTRY_HXX -#define INCLUDED_VCL_INC_FONTENTRY_HXX +#ifndef INCLUDED_VCL_INC_FONTINSTANCE_HXX +#define INCLUDED_VCL_INC_FONTINSTANCE_HXX #include "fontselect.hxx" #include "impfontmetricdata.hxx" @@ -61,6 +61,6 @@ private: UnicodeFallbackList* mpUnicodeFallbackList; }; -#endif // INCLUDED_VCL_INC_FONTENTRY_HXX +#endif // INCLUDED_VCL_INC_FONTINSTANCE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit