summaryrefslogtreecommitdiff
path: root/include/basic
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:18:27 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:31 +0200
commit29c0fdc6457243e7b7262b4db86c82b23a7ee0f1 (patch)
tree3cab1d9fbaa45c01452e0a01519bcefeca67cb25 /include/basic
parent10860425b6f325350fb4df59927a63b8d1b85901 (diff)
fixincludeguards.sh: include/{basegfx,basic}
Change-Id: Id18d3f4b4ed763b2ec9e718d66c3c3b9968fcac2
Diffstat (limited to 'include/basic')
-rw-r--r--include/basic/basicdllapi.h6
-rw-r--r--include/basic/basicmanagerrepository.hxx6
-rw-r--r--include/basic/basmgr.hxx6
-rw-r--r--include/basic/basrdll.hxx6
-rw-r--r--include/basic/codecompletecache.hxx6
-rw-r--r--include/basic/global.hxx4
-rw-r--r--include/basic/modsizeexceeded.hxx4
-rw-r--r--include/basic/sbdef.hxx4
-rw-r--r--include/basic/sberrors.hxx4
-rw-r--r--include/basic/sbmeth.hxx4
-rw-r--r--include/basic/sbmod.hxx4
-rw-r--r--include/basic/sbobjmod.hxx4
-rw-r--r--include/basic/sbprop.hxx4
-rw-r--r--include/basic/sbstar.hxx4
-rw-r--r--include/basic/sbuno.hxx4
-rw-r--r--include/basic/sbx.hxx4
-rw-r--r--include/basic/sbxbase.hxx4
-rw-r--r--include/basic/sbxcore.hxx4
-rw-r--r--include/basic/sbxdef.hxx4
-rw-r--r--include/basic/sbxfac.hxx4
-rw-r--r--include/basic/sbxform.hxx4
-rw-r--r--include/basic/sbxmeth.hxx4
-rw-r--r--include/basic/sbxobj.hxx6
-rw-r--r--include/basic/sbxprop.hxx4
-rw-r--r--include/basic/sbxvar.hxx6
-rw-r--r--include/basic/vbahelper.hxx4
26 files changed, 59 insertions, 59 deletions
diff --git a/include/basic/basicdllapi.h b/include/basic/basicdllapi.h
index 5c5c4647cd4c..ceee64bab211 100644
--- a/include/basic/basicdllapi.h
+++ b/include/basic/basicdllapi.h
@@ -6,8 +6,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef INCLUDED_BASICDLLAPI_H
-#define INCLUDED_BASICDLLAPI_H
+#ifndef INCLUDED_BASIC_BASICDLLAPI_H
+#define INCLUDED_BASIC_BASICDLLAPI_H
#include "sal/types.h"
@@ -18,6 +18,6 @@
#endif
#define BASIC_DLLPRIVATE SAL_DLLPRIVATE
-#endif /* INCLUDED_BASICDLLAPI_H */
+#endif // INCLUDED_BASIC_BASICDLLAPI_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/basic/basicmanagerrepository.hxx b/include/basic/basicmanagerrepository.hxx
index 411aeadb8545..0895f8152df9 100644
--- a/include/basic/basicmanagerrepository.hxx
+++ b/include/basic/basicmanagerrepository.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef BASICMANAGERREPOSITORY_HXX
-#define BASICMANAGERREPOSITORY_HXX
+#ifndef INCLUDED_BASIC_BASICMANAGERREPOSITORY_HXX
+#define INCLUDED_BASIC_BASICMANAGERREPOSITORY_HXX
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/embed/XStorage.hpp>
@@ -137,6 +137,6 @@ namespace basic
} // namespace basic
//........................................................................
-#endif // BASICMANAGERREPOSITORY_HXX
+#endif // INCLUDED_BASIC_BASICMANAGERREPOSITORY_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/basic/basmgr.hxx b/include/basic/basmgr.hxx
index 12bca4779565..409688cb5abc 100644
--- a/include/basic/basmgr.hxx
+++ b/include/basic/basmgr.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 _BASMGR_HXX
-#define _BASMGR_HXX
+#ifndef INCLUDED_BASIC_BASMGR_HXX
+#define INCLUDED_BASIC_BASMGR_HXX
#include <svl/brdcst.hxx>
#include <basic/sbstar.hxx>
@@ -233,6 +233,6 @@ private:
const OUString& LinkTargetURL );
};
-#endif //_BASMGR_HXX
+#endif // INCLUDED_BASIC_BASMGR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/basic/basrdll.hxx b/include/basic/basrdll.hxx
index 20edde65b9cd..b5b8cd7ded2f 100644
--- a/include/basic/basrdll.hxx
+++ b/include/basic/basrdll.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _BASRDLL_HXX
-#define _BASRDLL_HXX
+#ifndef INCLUDED_BASIC_BASRDLL_HXX
+#define INCLUDED_BASIC_BASRDLL_HXX
class ResMgr;
@@ -47,6 +47,6 @@ public:
#define BASIC_DLL() (*(BasicDLL**)GetAppData( SHL_BASIC ) )
-#endif //_BASRDLL_HXX
+#endif // INCLUDED_BASIC_BASRDLL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/basic/codecompletecache.hxx b/include/basic/codecompletecache.hxx
index a4c578dc2da8..f33914a7e122 100644
--- a/include/basic/codecompletecache.hxx
+++ b/include/basic/codecompletecache.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef CODECOMPLETECACHE_H
-#define CODECOMPLETECACHE_H
+#ifndef INCLUDED_BASIC_CODECOMPLETECACHE_HXX
+#define INCLUDED_BASIC_CODECOMPLETECACHE_HXX
#include <basic/sbdef.hxx>
#include <basic/sbxobj.hxx>
@@ -98,6 +98,6 @@ public:
void Clear();
};
-#endif // CODECOMPLETECACHE_H
+#endif // INCLUDED_BASIC_CODECOMPLETECACHE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/basic/global.hxx b/include/basic/global.hxx
index 267a32df57f2..9d63c14afe7a 100644
--- a/include/basic/global.hxx
+++ b/include/basic/global.hxx
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef BASIC_SBGLOBAL_HXX
-#define BASIC_SBGLOBAL_HXX
+#ifndef INCLUDED_BASIC_GLOBAL_HXX
+#define INCLUDED_BASIC_GLOBAL_HXX
namespace utl {
class TransliterationWrapper;
diff --git a/include/basic/modsizeexceeded.hxx b/include/basic/modsizeexceeded.hxx
index 05dd70b4b66d..66eded12018a 100644
--- a/include/basic/modsizeexceeded.hxx
+++ b/include/basic/modsizeexceeded.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _BASIC_MODSIZEEXCEEDED_HXX
-#define _BASIC_MODSIZEEXCEEDED_HXX
+#ifndef INCLUDED_BASIC_MODSIZEEXCEEDED_HXX
+#define INCLUDED_BASIC_MODSIZEEXCEEDED_HXX
#include <com/sun/star/task/XInteractionHandler.hpp>
#include <cppuhelper/implbase1.hxx>
diff --git a/include/basic/sbdef.hxx b/include/basic/sbdef.hxx
index 2bc29cbb08c3..932d7e8fdad0 100644
--- a/include/basic/sbdef.hxx
+++ b/include/basic/sbdef.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SB_SBDEF_HXX
-#define _SB_SBDEF_HXX
+#ifndef INCLUDED_BASIC_SBDEF_HXX
+#define INCLUDED_BASIC_SBDEF_HXX
#include <basic/sbxdef.hxx>
#include <rtl/ustring.hxx>
diff --git a/include/basic/sberrors.hxx b/include/basic/sberrors.hxx
index d407d858c479..cee7f75d7795 100644
--- a/include/basic/sberrors.hxx
+++ b/include/basic/sberrors.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SB_SBERRORS_HXX
-#define _SB_SBERRORS_HXX
+#ifndef INCLUDED_BASIC_SBERRORS_HXX
+#define INCLUDED_BASIC_SBERRORS_HXX
#include <basic/sbxdef.hxx>
diff --git a/include/basic/sbmeth.hxx b/include/basic/sbmeth.hxx
index 9d4afbc37a24..b8f0a17d23a3 100644
--- a/include/basic/sbmeth.hxx
+++ b/include/basic/sbmeth.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SB_SBMETH_HXX
-#define _SB_SBMETH_HXX
+#ifndef INCLUDED_BASIC_SBMETH_HXX
+#define INCLUDED_BASIC_SBMETH_HXX
#include <tools/errcode.hxx>
#include <basic/sbxmeth.hxx>
diff --git a/include/basic/sbmod.hxx b/include/basic/sbmod.hxx
index cdeeddf3267b..dc88fd788904 100644
--- a/include/basic/sbmod.hxx
+++ b/include/basic/sbmod.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SB_SBMOD_HXX
-#define _SB_SBMOD_HXX
+#ifndef INCLUDED_BASIC_SBMOD_HXX
+#define INCLUDED_BASIC_SBMOD_HXX
#include <com/sun/star/script/XInvocation.hpp>
#include <basic/sbdef.hxx>
diff --git a/include/basic/sbobjmod.hxx b/include/basic/sbobjmod.hxx
index 14ca48681688..ee0444d1528c 100644
--- a/include/basic/sbobjmod.hxx
+++ b/include/basic/sbobjmod.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SB_OBJMOD_HXX
-#define _SB_OBJMOD_HXX
+#ifndef INCLUDED_BASIC_SBOBJMOD_HXX
+#define INCLUDED_BASIC_SBOBJMOD_HXX
#include <rtl/ref.hxx>
#include <basic/sbmod.hxx>
diff --git a/include/basic/sbprop.hxx b/include/basic/sbprop.hxx
index 463fd5d41c73..456cf759f889 100644
--- a/include/basic/sbprop.hxx
+++ b/include/basic/sbprop.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SB_SBPROPERTY_HXX
-#define _SB_SBPROPERTY_HXX
+#ifndef INCLUDED_BASIC_SBPROP_HXX
+#define INCLUDED_BASIC_SBPROP_HXX
#include <basic/sbxprop.hxx>
#include <basic/sbdef.hxx>
diff --git a/include/basic/sbstar.hxx b/include/basic/sbstar.hxx
index c84b62494169..acfe99626e9f 100644
--- a/include/basic/sbstar.hxx
+++ b/include/basic/sbstar.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SB_SBSTAR_HXX
-#define _SB_SBSTAR_HXX
+#ifndef INCLUDED_BASIC_SBSTAR_HXX
+#define INCLUDED_BASIC_SBSTAR_HXX
#include <basic/sbx.hxx>
#include <basic/sbxobj.hxx>
diff --git a/include/basic/sbuno.hxx b/include/basic/sbuno.hxx
index 30148690d188..9feaf8ce30bb 100644
--- a/include/basic/sbuno.hxx
+++ b/include/basic/sbuno.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SB_SBUNO_HXX
-#define _SB_SBUNO_HXX
+#ifndef INCLUDED_BASIC_SBUNO_HXX
+#define INCLUDED_BASIC_SBUNO_HXX
#include <com/sun/star/beans/Property.hpp>
#include <com/sun/star/uno/Any.hxx>
diff --git a/include/basic/sbx.hxx b/include/basic/sbx.hxx
index d5fba159e510..7bfe55e783ef 100644
--- a/include/basic/sbx.hxx
+++ b/include/basic/sbx.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SBXCLASS_HXX
-#define _SBXCLASS_HXX
+#ifndef INCLUDED_BASIC_SBX_HXX
+#define INCLUDED_BASIC_SBX_HXX
#include "tools/ref.hxx"
#include "svl/smplhint.hxx"
diff --git a/include/basic/sbxbase.hxx b/include/basic/sbxbase.hxx
index 16484ee929d8..d53d11a2dcec 100644
--- a/include/basic/sbxbase.hxx
+++ b/include/basic/sbxbase.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SBXBASE_HXX
-#define _SBXBASE_HXX
+#ifndef INCLUDED_BASIC_SBXBASE_HXX
+#define INCLUDED_BASIC_SBXBASE_HXX
#include <i18nlangtag/lang.h>
#include <basic/sbxdef.hxx>
diff --git a/include/basic/sbxcore.hxx b/include/basic/sbxcore.hxx
index 4c71d1a5b977..de81e628381b 100644
--- a/include/basic/sbxcore.hxx
+++ b/include/basic/sbxcore.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SBXCORE_HXX
-#define _SBXCORE_HXX
+#ifndef INCLUDED_BASIC_SBXCORE_HXX
+#define INCLUDED_BASIC_SBXCORE_HXX
#include <tools/rtti.hxx>
#include <tools/ref.hxx>
diff --git a/include/basic/sbxdef.hxx b/include/basic/sbxdef.hxx
index 781a71b3b430..4c1630a1d2d6 100644
--- a/include/basic/sbxdef.hxx
+++ b/include/basic/sbxdef.hxx
@@ -18,8 +18,8 @@
*/
-#ifndef _SBXDEF_HXX
-#define _SBXDEF_HXX
+#ifndef INCLUDED_BASIC_SBXDEF_HXX
+#define INCLUDED_BASIC_SBXDEF_HXX
#ifndef __RSC
diff --git a/include/basic/sbxfac.hxx b/include/basic/sbxfac.hxx
index 33035cf45c9b..b0bdda7da678 100644
--- a/include/basic/sbxfac.hxx
+++ b/include/basic/sbxfac.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __SBX_SBX_FACTORY_HXX
-#define __SBX_SBX_FACTORY_HXX
+#ifndef INCLUDED_BASIC_SBXFAC_HXX
+#define INCLUDED_BASIC_SBXFAC_HXX
#include <basic/sbxdef.hxx>
#include <rtl/ustring.hxx>
diff --git a/include/basic/sbxform.hxx b/include/basic/sbxform.hxx
index 589f3ec24fd0..7d1c60f0ea56 100644
--- a/include/basic/sbxform.hxx
+++ b/include/basic/sbxform.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SBXFORM_HXX
-#define _SBXFORM_HXX
+#ifndef INCLUDED_BASIC_SBXFORM_HXX
+#define INCLUDED_BASIC_SBXFORM_HXX
//====================================================================
// Implementation class for Basic command: Format$( d,formatStr )
diff --git a/include/basic/sbxmeth.hxx b/include/basic/sbxmeth.hxx
index 227c00cbad88..d64d239a1081 100644
--- a/include/basic/sbxmeth.hxx
+++ b/include/basic/sbxmeth.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __SBX_SBXMETHOD_HXX
-#define __SBX_SBXMETHOD_HXX
+#ifndef INCLUDED_BASIC_SBXMETH_HXX
+#define INCLUDED_BASIC_SBXMETH_HXX
#include <basic/sbxvar.hxx>
#include "basicdllapi.h"
diff --git a/include/basic/sbxobj.hxx b/include/basic/sbxobj.hxx
index 2dc4aa735513..bf04c3ac54af 100644
--- a/include/basic/sbxobj.hxx
+++ b/include/basic/sbxobj.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SBX_SBXOBJECT_HXX
-#define _SBX_SBXOBJECT_HXX
+#ifndef INCLUDED_BASIC_SBXOBJ_HXX
+#define INCLUDED_BASIC_SBXOBJ_HXX
#include <svl/lstner.hxx>
#include <basic/sbxvar.hxx>
@@ -91,6 +91,6 @@ public:
SV_DECL_REF(SbxObject)
SV_IMPL_REF(SbxObject)
-#endif /* _SBX_SBXOBJECT_HXX */
+#endif // INCLUDED_BASIC_SBXOBJ_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/basic/sbxprop.hxx b/include/basic/sbxprop.hxx
index 89d774d4967f..9ea51c0dbda2 100644
--- a/include/basic/sbxprop.hxx
+++ b/include/basic/sbxprop.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __SBX_SBXPROPERTY_HXX
-#define __SBX_SBXPROPERTY_HXX
+#ifndef INCLUDED_BASIC_SBXPROP_HXX
+#define INCLUDED_BASIC_SBXPROP_HXX
#include <basic/sbxvar.hxx>
#include "basicdllapi.h"
diff --git a/include/basic/sbxvar.hxx b/include/basic/sbxvar.hxx
index a81836f125f6..dcdb43c721ff 100644
--- a/include/basic/sbxvar.hxx
+++ b/include/basic/sbxvar.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SBXVAR_HXX
-#define SBXVAR_HXX
+#ifndef INCLUDED_BASIC_SBXVAR_HXX
+#define INCLUDED_BASIC_SBXVAR_HXX
#include <rtl/ustring.hxx>
#include <com/sun/star/bridge/oleautomation/Decimal.hpp>
@@ -351,6 +351,6 @@ public:
SV_DECL_REF(SbxVariable)
-#endif // SBXVAR_HXX
+#endif // INCLUDED_BASIC_SBXVAR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/basic/vbahelper.hxx b/include/basic/vbahelper.hxx
index c18b67b63cd1..416e0a996e63 100644
--- a/include/basic/vbahelper.hxx
+++ b/include/basic/vbahelper.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef BASIC_VBAHELPR_HXX
-#define BASIC_VBAHELPR_HXX
+#ifndef INCLUDED_BASIC_VBAHELPER_HXX
+#define INCLUDED_BASIC_VBAHELPER_HXX
#include <com/sun/star/container/XEnumeration.hpp>
#include <com/sun/star/frame/XModel.hpp>