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

Chris Sherlock chris.sherlock79 at gmail.com
Wed Feb 10 04:40:46 UTC 2016


 include/vcl/commandevent.hxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 1ec96eab842c6b08edd88e7ef3fe6aeb4bcf9ff7
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Wed Feb 10 15:39:01 2016 +1100

    vcl: update header guard name for commandevent.hxx
    
    Change-Id: I15e6149819283530a4a85d2817ac4d2452ac3aab

diff --git a/include/vcl/commandevent.hxx b/include/vcl/commandevent.hxx
index d3ec4ff..a9fef58 100644
--- a/include/vcl/commandevent.hxx
+++ b/include/vcl/commandevent.hxx
@@ -17,8 +17,8 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_VCL_CMDEVT_HXX
-#define INCLUDED_VCL_CMDEVT_HXX
+#ifndef INCLUDED_VCL_COMMANDEVENT_HXX
+#define INCLUDED_VCL_COMMANDEVENT_HXX
 
 #include <tools/gen.hxx>
 #include <tools/solar.h>
@@ -507,6 +507,6 @@ inline const CommandLongPressData* CommandEvent::GetLongPressData() const
         return nullptr;
 }
 
-#endif // INCLUDED_VCL_CMDEVT_HXX
+#endif // INCLUDED_VCL_COMMANDEVENT_HXX
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list