[Libreoffice-commits] core.git: vcl/inc

Chris Sherlock chris.sherlock79 at gmail.com
Wed Jan 13 14:37:58 PST 2016


 vcl/inc/unx/fontcache.hxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 7d77b7c671083705b87c015ecdab1711bfad615f
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Thu Jan 14 09:37:26 2016 +1100

    vcl: update private Unix fontcache.hxx's header guard name
    
    Change-Id: I805a90f0074fe023a4af6d3dd2f394ec300ad625

diff --git a/vcl/inc/unx/fontcache.hxx b/vcl/inc/unx/fontcache.hxx
index 416319c..233540e 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: */


More information about the Libreoffice-commits mailing list