diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-27 21:41:37 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-27 21:41:37 +1100 |
commit | 239bc77f26074450b747f61a9fea178fac66b4bf (patch) | |
tree | 249fa60be8553eb5c985b6c234c73a396b369631 /vcl | |
parent | 7606ff5b8c5e5e44c1398d78dd606adccdba2205 (diff) |
vcl: fix header guards for fontinstance.hxx
Change-Id: I1f81ea50802f9c17f7af58db09a86cf2b680d4c6
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/fontinstance.hxx | 6 |
1 files 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: */ |