summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-15 17:52:21 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-15 17:56:42 +0200
commitec08cb1f81d47e8f41778bf519ead43bfb90e67c (patch)
tree1c51b5eb141126a40dfde092610877b762bae61f
parentf5dae84979db977febaa06acaf5e6ceeee5afbf8 (diff)
fixincludeguards.pl: now we can fix those
Change-Id: I8f29f6344592c2bb1ae0d03304cf6e18b6df3a29
-rw-r--r--include/sfx2/doctempl.hxx6
-rw-r--r--include/sfx2/mgetempl.hxx4
-rw-r--r--include/sfx2/mnumgr.hxx6
-rw-r--r--include/sfx2/msgpool.hxx4
-rw-r--r--include/sfx2/new.hxx4
-rw-r--r--include/sfx2/newstyle.hxx4
-rw-r--r--include/sfx2/prnmon.hxx4
-rw-r--r--include/sfx2/styledlg.hxx4
-rw-r--r--include/sfx2/templdlg.hxx4
-rw-r--r--include/sfx2/tplpitem.hxx4
-rw-r--r--include/svtools/ctrlbox.hxx6
-rw-r--r--include/svtools/ctrltool.hxx6
-rw-r--r--include/svtools/ruler.hxx6
-rw-r--r--include/svtools/scrwin.hxx4
-rw-r--r--include/svtools/stdmenu.hxx6
-rw-r--r--include/svtools/valueset.hxx6
-rw-r--r--include/tools/config.hxx4
17 files changed, 41 insertions, 41 deletions
diff --git a/include/sfx2/doctempl.hxx b/include/sfx2/doctempl.hxx
index 6ba3a180d871..0d01210c8e9c 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 65ba7119bddb..6082fbe370b3 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 88dd9e248b4e..66c9d6f7dfa7 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 be61a4cf041a..f21277e017dd 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 bc1a452d74a7..c817282bed5e 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 6ced44ba5bb8..1a646e639e33 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 0a6b635350cb..eead7a37b489 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 fec8446742df..eb6d15205409 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 39a5de3df564..cc7344c60333 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 01ae81f19119..b16f6b9aa83a 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 d6ab7653c136..78986bdae3ca 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 afc3e1bf0535..39e248fc798e 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 b645c45b9261..1468ec452619 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 a85c9cd64253..7b86396c88f8 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 e87a6db8609c..78062fd891b0 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 47ff77c3abbd..0670ee094ace 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 0b472b959745..ddffd49cb009 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>