summaryrefslogtreecommitdiff
path: root/basic/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-28 03:54:49 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-10-28 15:16:20 +0100
commit4adf622925e2900ac111e5e60b15e82ba1bf54e0 (patch)
treeab8b76405ee77bb753c73810847d21f91c06ac49 /basic/inc
parent9c57cb0a6cc9662929f4d3a0d45421c456d30569 (diff)
fixincludeguards.sh: basic
Change-Id: Id797a8969e42876092da347d8e1bba6195b697dc
Diffstat (limited to 'basic/inc')
-rw-r--r--basic/inc/basrid.hxx6
-rw-r--r--basic/inc/sb.hxx4
2 files changed, 5 insertions, 5 deletions
diff --git a/basic/inc/basrid.hxx b/basic/inc/basrid.hxx
index 415d6395cfdc..203c28162748 100644
--- a/basic/inc/basrid.hxx
+++ b/basic/inc/basrid.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _BASRID_HXX
-#define _BASRID_HXX
+#ifndef INCLUDED_BASIC_INC_BASRID_HXX
+#define INCLUDED_BASIC_INC_BASRID_HXX
#include <tools/resid.hxx>
@@ -28,6 +28,6 @@ class BasResId : public ResId
BasResId( sal_uInt32 nId );
};
-#endif //_BASRID_HXX
+#endif // INCLUDED_BASIC_INC_BASRID_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/basic/inc/sb.hxx b/basic/inc/sb.hxx
index b1645eac4429..52204b90ac77 100644
--- a/basic/inc/sb.hxx
+++ b/basic/inc/sb.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SB_HXX
-#define _SB_HXX
+#ifndef INCLUDED_BASIC_INC_SB_HXX
+#define INCLUDED_BASIC_INC_SB_HXX
#include <basic/sberrors.hxx>
#include <basic/sbdef.hxx>