[Libreoffice-commits] core.git: include/sfx2 include/svtools include/tools

Thomas Arnhold thomas at arnhold.org
Thu May 15 08:57:09 PDT 2014


 include/sfx2/doctempl.hxx    |    6 +++---
 include/sfx2/mgetempl.hxx    |    4 ++--
 include/sfx2/mnumgr.hxx      |    6 +++---
 include/sfx2/msgpool.hxx     |    4 ++--
 include/sfx2/new.hxx         |    4 ++--
 include/sfx2/newstyle.hxx    |    4 ++--
 include/sfx2/prnmon.hxx      |    4 ++--
 include/sfx2/styledlg.hxx    |    4 ++--
 include/sfx2/templdlg.hxx    |    4 ++--
 include/sfx2/tplpitem.hxx    |    4 ++--
 include/svtools/ctrlbox.hxx  |    6 +++---
 include/svtools/ctrltool.hxx |    6 +++---
 include/svtools/ruler.hxx    |    6 +++---
 include/svtools/scrwin.hxx   |    4 ++--
 include/svtools/stdmenu.hxx  |    6 +++---
 include/svtools/valueset.hxx |    6 +++---
 include/tools/config.hxx     |    4 ++--
 17 files changed, 41 insertions(+), 41 deletions(-)

New commits:
commit ec08cb1f81d47e8f41778bf519ead43bfb90e67c
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Thu May 15 17:52:21 2014 +0200

    fixincludeguards.pl: now we can fix those
    
    Change-Id: I8f29f6344592c2bb1ae0d03304cf6e18b6df3a29

diff --git a/include/sfx2/doctempl.hxx b/include/sfx2/doctempl.hxx
index 6ba3a18..0d01210 100644
--- a/include/sfx2/doctempl.hxx
+++ b/include/sfx2/doctempl.hxx
@@ -16,8 +16,8 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#ifndef _SFXDOCTEMPL_HXX
-#define _SFXDOCTEMPL_HXX
+#ifndef INCLUDED_SFX2_DOCTEMPL_HXX
+#define INCLUDED_SFX2_DOCTEMPL_HXX
 
 #include <rtl/ustring.hxx>
 #include <sal/config.h>
@@ -133,7 +133,7 @@ public:
     void            Update( bool _bSmart = true );
 };
 
-#endif // #ifndef _SFXDOCTEMPL_HXX
+#endif // INCLUDED_SFX2_DOCTEMPL_HXX
 
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/sfx2/mgetempl.hxx b/include/sfx2/mgetempl.hxx
index 65ba711..6082fbe 100644
--- a/include/sfx2/mgetempl.hxx
+++ b/include/sfx2/mgetempl.hxx
@@ -16,8 +16,8 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#ifndef _SFX_MGETEMPL_HXX
-#define _SFX_MGETEMPL_HXX
+#ifndef INCLUDED_SFX2_MGETEMPL_HXX
+#define INCLUDED_SFX2_MGETEMPL_HXX
 
 #include <vcl/edit.hxx>
 #include <vcl/fixed.hxx>
diff --git a/include/sfx2/mnumgr.hxx b/include/sfx2/mnumgr.hxx
index 88dd9e2..66c9d6f 100644
--- a/include/sfx2/mnumgr.hxx
+++ b/include/sfx2/mnumgr.hxx
@@ -16,8 +16,8 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#ifndef _SFXMNUMGR_HXX
-#define _SFXMNUMGR_HXX
+#ifndef INCLUDED_SFX2_MNUMGR_HXX
+#define INCLUDED_SFX2_MNUMGR_HXX
 
 #include <vcl/menu.hxx>
 #include <tools/wintypes.hxx>
@@ -105,6 +105,6 @@ public:
     Menu*                   GetSVMenu();
 };
 
-#endif // #ifndef _SFXMNUMGR_HXX
+#endif // INCLUDED_SFX2_MNUMGR_HXX
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/sfx2/msgpool.hxx b/include/sfx2/msgpool.hxx
index be61a4cf..f21277e 100644
--- a/include/sfx2/msgpool.hxx
+++ b/include/sfx2/msgpool.hxx
@@ -16,8 +16,8 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#ifndef _SFXMSGPOOL_HXX
-#define _SFXMSGPOOL_HXX
+#ifndef INCLUDED_SFX2_MSGPOOL_HXX
+#define INCLUDED_SFX2_MSGPOOL_HXX
 
 #include <rtl/ustring.hxx>
 #include <sal/config.h>
diff --git a/include/sfx2/new.hxx b/include/sfx2/new.hxx
index bc1a452..c817282 100644
--- a/include/sfx2/new.hxx
+++ b/include/sfx2/new.hxx
@@ -16,8 +16,8 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#ifndef _SFXNEW_HXX
-#define _SFXNEW_HXX
+#ifndef INCLUDED_SFX2_NEW_HXX
+#define INCLUDED_SFX2_NEW_HXX
 
 #include <sal/config.h>
 #include <sfx2/dllapi.h>
diff --git a/include/sfx2/newstyle.hxx b/include/sfx2/newstyle.hxx
index 6ced44b..1a646e6 100644
--- a/include/sfx2/newstyle.hxx
+++ b/include/sfx2/newstyle.hxx
@@ -16,8 +16,8 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#ifndef _NEWSTYLE_HXX
-#define _NEWSTYLE_HXX
+#ifndef INCLUDED_SFX2_NEWSTYLE_HXX
+#define INCLUDED_SFX2_NEWSTYLE_HXX
 
 #include <comphelper/string.hxx>
 #include <sal/config.h>
diff --git a/include/sfx2/prnmon.hxx b/include/sfx2/prnmon.hxx
index 0a6b635..eead7a3 100644
--- a/include/sfx2/prnmon.hxx
+++ b/include/sfx2/prnmon.hxx
@@ -16,8 +16,8 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#ifndef _SFX_PRNMON_HXX
-#define _SFX_PRNMON_HXX
+#ifndef INCLUDED_SFX2_PRNMON_HXX
+#define INCLUDED_SFX2_PRNMON_HXX
 
 #include <sal/config.h>
 #include <sfx2/dllapi.h>
diff --git a/include/sfx2/styledlg.hxx b/include/sfx2/styledlg.hxx
index fec8446..eb6d152 100644
--- a/include/sfx2/styledlg.hxx
+++ b/include/sfx2/styledlg.hxx
@@ -16,8 +16,8 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#ifndef _SFX_STYLEDLG_HXX
-#define _SFX_STYLEDLG_HXX
+#ifndef INCLUDED_SFX2_STYLEDLG_HXX
+#define INCLUDED_SFX2_STYLEDLG_HXX
 
 #include <sal/config.h>
 #include <sfx2/dllapi.h>
diff --git a/include/sfx2/templdlg.hxx b/include/sfx2/templdlg.hxx
index 39a5de3..cc7344c 100644
--- a/include/sfx2/templdlg.hxx
+++ b/include/sfx2/templdlg.hxx
@@ -16,8 +16,8 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#ifndef _SFX_TEMPLDLG_HXX
-#define _SFX_TEMPLDLG_HXX
+#ifndef INCLUDED_SFX2_TEMPLDLG_HXX
+#define INCLUDED_SFX2_TEMPLDLG_HXX
 
 #include <sal/config.h>
 #include <sfx2/dllapi.h>
diff --git a/include/sfx2/tplpitem.hxx b/include/sfx2/tplpitem.hxx
index 01ae81f..b16f6b9 100644
--- a/include/sfx2/tplpitem.hxx
+++ b/include/sfx2/tplpitem.hxx
@@ -16,8 +16,8 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#ifndef _SFX_TPLPITEM_HXX
-#define _SFX_TPLPITEM_HXX
+#ifndef INCLUDED_SFX2_TPLPITEM_HXX
+#define INCLUDED_SFX2_TPLPITEM_HXX
 
 #include <rtl/ustring.hxx>
 #include <sal/config.h>
diff --git a/include/svtools/ctrlbox.hxx b/include/svtools/ctrlbox.hxx
index d6ab765..78986bd 100644
--- a/include/svtools/ctrlbox.hxx
+++ b/include/svtools/ctrlbox.hxx
@@ -17,8 +17,8 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef _CTRLBOX_HXX
-#define _CTRLBOX_HXX
+#ifndef INCLUDED_SVTOOLS_CTRLBOX_HXX
+#define INCLUDED_SVTOOLS_CTRLBOX_HXX
 
 #include <svtools/svtdllapi.h>
 
@@ -530,6 +530,6 @@ private:
     FontSizeBox&    operator =( const FontSizeBox& );
 };
 
-#endif  // _CTRLBOX_HXX
+#endif // INCLUDED_SVTOOLS_CTRLBOX_HXX
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/svtools/ctrltool.hxx b/include/svtools/ctrltool.hxx
index afc3e1b..39e248f 100644
--- a/include/svtools/ctrltool.hxx
+++ b/include/svtools/ctrltool.hxx
@@ -17,8 +17,8 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef _CTRLTOOL_HXX
-#define _CTRLTOOL_HXX
+#ifndef INCLUDED_SVTOOLS_CTRLTOOL_HXX
+#define INCLUDED_SVTOOLS_CTRLTOOL_HXX
 
 #include <boost/ptr_container/ptr_vector.hpp>
 
@@ -225,6 +225,6 @@ public:
     long                    GetIndexSize( sal_uLong nIndex ) const;
 };
 
-#endif  // _CTRLTOOL_HXX
+#endif // INCLUDED_SVTOOLS_CTRLTOOL_HXX
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/svtools/ruler.hxx b/include/svtools/ruler.hxx
index b645c45..1468ec4 100644
--- a/include/svtools/ruler.hxx
+++ b/include/svtools/ruler.hxx
@@ -17,8 +17,8 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef _RULER_HXX
-#define _RULER_HXX
+#ifndef INCLUDED_SVTOOLS_RULER_HXX
+#define INCLUDED_SVTOOLS_RULER_HXX
 
 #include <svtools/svtdllapi.h>
 #include <tools/link.hxx>
@@ -826,6 +826,6 @@ public:
     virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > CreateAccessible() SAL_OVERRIDE;
 };
 
-#endif  // _RULER_HXX
+#endif // INCLUDED_SVTOOLS_RULER_HXX
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/svtools/scrwin.hxx b/include/svtools/scrwin.hxx
index a85c9cd..7b86396 100644
--- a/include/svtools/scrwin.hxx
+++ b/include/svtools/scrwin.hxx
@@ -17,8 +17,8 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef _SCRWIN_HXX
-#define _SCRWIN_HXX
+#ifndef INCLUDED_SVTOOLS_SCRWIN_HXX
+#define INCLUDED_SVTOOLS_SCRWIN_HXX
 
 #include <svtools/svtdllapi.h>
 
diff --git a/include/svtools/stdmenu.hxx b/include/svtools/stdmenu.hxx
index e87a6db..78062fd 100644
--- a/include/svtools/stdmenu.hxx
+++ b/include/svtools/stdmenu.hxx
@@ -17,8 +17,8 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef _STDMENU_HXX
-#define _STDMENU_HXX
+#ifndef INCLUDED_SVTOOLS_STDMENU_HXX
+#define INCLUDED_SVTOOLS_STDMENU_HXX
 
 #include <svtools/svtdllapi.h>
 #include <tools/link.hxx>
@@ -156,6 +156,6 @@ public:
     const Link&     GetHighlightHdl() const { return maHighlightHdl; }
 };
 
-#endif  // _STDMENU_HXX
+#endif // INCLUDED_SVTOOLS_STDMENU_HXX
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/svtools/valueset.hxx b/include/svtools/valueset.hxx
index 47ff77c..0670ee0 100644
--- a/include/svtools/valueset.hxx
+++ b/include/svtools/valueset.hxx
@@ -17,8 +17,8 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef _VALUESET_HXX
-#define _VALUESET_HXX
+#ifndef INCLUDED_SVTOOLS_VALUESET_HXX
+#define INCLUDED_SVTOOLS_VALUESET_HXX
 
 #include <svtools/svtdllapi.h>
 
@@ -388,6 +388,6 @@ public:
     void SetEdgeBlending(bool bNew);
 };
 
-#endif  // _VALUESET_HXX
+#endif // INCLUDED_SVTOOLS_VALUESET_HXX
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/tools/config.hxx b/include/tools/config.hxx
index 0b472b9..ddffd49 100644
--- a/include/tools/config.hxx
+++ b/include/tools/config.hxx
@@ -16,8 +16,8 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#ifndef _CONFIG_HXX
-#define _CONFIG_HXX
+#ifndef INCLUDED_TOOLS_CONFIG_HXX
+#define INCLUDED_TOOLS_CONFIG_HXX
 
 #include <tools/toolsdllapi.h>
 #include <rtl/ustring.hxx>


More information about the Libreoffice-commits mailing list