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

Chris Sherlock chris.sherlock79 at gmail.com
Wed Jan 27 02:32:05 PST 2016


 vcl/inc/cairo_cairo.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 48d38a419f5642993d027465eacdfaa8d7f59224
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Wed Jan 27 21:30:59 2016 +1100

    vcl: fix header guard for cairo_cairo.hxx
    
    Change-Id: Icd1cd3bcfbf65712097a6a90755a3c747ab1da9a

diff --git a/vcl/inc/cairo_cairo.hxx b/vcl/inc/cairo_cairo.hxx
index c1d5b74..e6068e8f 100644
--- a/vcl/inc/cairo_cairo.hxx
+++ b/vcl/inc/cairo_cairo.hxx
@@ -17,8 +17,8 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_CANVAS_SOURCE_CAIRO_CAIRO_CAIRO_HXX
-#define INCLUDED_CANVAS_SOURCE_CAIRO_CAIRO_CAIRO_HXX
+#ifndef INCLUDED_VCL_INC_CAIRO_CAIRO_HXX
+#define INCLUDED_VCL_INC_CAIRO_CAIRO_HXX
 
 #include <sal/config.h>
 


More information about the Libreoffice-commits mailing list