diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-14 09:37:26 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-14 09:37:26 +1100 |
commit | 7d77b7c671083705b87c015ecdab1711bfad615f (patch) | |
tree | e218fadcb2e716d22ad6f87d035147f91498611f /vcl | |
parent | 9b0c3d99e667c532428193e020b9133dd6287bcc (diff) |
vcl: update private Unix fontcache.hxx's header guard name
Change-Id: I805a90f0074fe023a4af6d3dd2f394ec300ad625
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/unx/fontcache.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/unx/fontcache.hxx b/vcl/inc/unx/fontcache.hxx index 416319c28db0..233540e83e4f 100644 --- a/vcl/inc/unx/fontcache.hxx +++ b/vcl/inc/unx/fontcache.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_VCL_INC_FONTCACHE_HXX -#define INCLUDED_VCL_INC_FONTCACHE_HXX +#ifndef INCLUDED_VCL_INC_UNX_FONTCACHE_HXX +#define INCLUDED_VCL_INC_UNX_FONTCACHE_HXX #include <rtl/ustring.hxx> #include <vcl/dllapi.h> @@ -84,6 +84,6 @@ public: } // namespace psp -#endif // INCLUDED_VCL_INC_FONTCACHE_HXX +#endif // INCLUDED_VCL_INC_UNX_FONTCACHE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |