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

Chris Sherlock chris.sherlock79 at gmail.com
Mon Jan 25 00:27:29 PST 2016


 vcl/inc/dndeventdispatcher.hxx |    4 ++--
 vcl/inc/svmconverter.hxx       |    6 +++---
 vcl/inc/unx/cupsmgr.hxx        |    4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 14082acc33a55055cd0b44070aba7aa4f4c291a3
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Mon Jan 25 19:26:32 2016 +1100

    vcl: fix cupsmgr.hxx header guards
    
    Change-Id: Ia2d47cb4f30bae43db0089dfa0e7f382f4539a03

diff --git a/vcl/inc/unx/cupsmgr.hxx b/vcl/inc/unx/cupsmgr.hxx
index 2f49fb8..a022e22 100644
--- a/vcl/inc/unx/cupsmgr.hxx
+++ b/vcl/inc/unx/cupsmgr.hxx
@@ -17,8 +17,8 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_VCL_INC_CUPSMGR_HXX
-#define INCLUDED_VCL_INC_CUPSMGR_HXX
+#ifndef INCLUDED_VCL_INC_UNX_CUPSMGR_HXX
+#define INCLUDED_VCL_INC_UNX_CUPSMGR_HXX
 
 #include "vcl/printerinfomanager.hxx"
 #include "osl/module.h"
commit 0fa7ec953f1c3fc58681e122ec591b4af04f6967
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Mon Jan 25 19:25:59 2016 +1100

    vcl: fix svmconverter.hxx header guards
    
    Change-Id: Ie664b4be92f0bb654245fc40587c8f346d0a403b

diff --git a/vcl/inc/svmconverter.hxx b/vcl/inc/svmconverter.hxx
index fdb8333..33b9ded 100644
--- a/vcl/inc/svmconverter.hxx
+++ b/vcl/inc/svmconverter.hxx
@@ -17,8 +17,8 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_VCL_INC_CVTSVM_HXX
-#define INCLUDED_VCL_INC_CVTSVM_HXX
+#ifndef INCLUDED_VCL_INC_SVMCONVERTER_HXX
+#define INCLUDED_VCL_INC_SVMCONVERTER_HXX
 
 #include <stack>
 #include <vcl/dllapi.h>
@@ -93,6 +93,6 @@ private:
     SVMConverter&       operator=( const SVMConverter& ) = delete;
 };
 
-#endif // INCLUDED_VCL_INC_CVTSVM_HXX
+#endif // INCLUDED_VCL_INC_SVMCONVERTER_HXX
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
commit de5ca26d07823f4e56b1a09e0b4bea31b18eef33
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Mon Jan 25 19:24:37 2016 +1100

    vcl: fix dndeventdispatcher.hxx header guards
    
    Change-Id: Ic0091aa2a78f3340c3d71e6a6b48f330e556ac5b

diff --git a/vcl/inc/dndeventdispatcher.hxx b/vcl/inc/dndeventdispatcher.hxx
index f7f335f..5daf251 100644
--- a/vcl/inc/dndeventdispatcher.hxx
+++ b/vcl/inc/dndeventdispatcher.hxx
@@ -17,8 +17,8 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_VCL_INC_DNDEVDIS_HXX
-#define INCLUDED_VCL_INC_DNDEVDIS_HXX
+#ifndef INCLUDED_VCL_INC_DNDEVENTDISPATCHER_HXX
+#define INCLUDED_VCL_INC_DNDEVENTDISPATCHER_HXX
 
 #include <com/sun/star/datatransfer/dnd/XDropTargetListener.hpp>
 #include <com/sun/star/datatransfer/dnd/XDropTargetDragContext.hpp>


More information about the Libreoffice-commits mailing list