diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-18 22:47:44 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-19 11:10:13 +0200 |
commit | 8bb2ce61c03886d8b323288dc92d74fc1e45da4e (patch) | |
tree | 7c26a4701873df3bab364fb7e9a386aef6a12c99 /scripting | |
parent | e9f918cefc0183f6a7322a427b6eaf8f37615e21 (diff) |
fixincludeguards.sh: some smaller dirs
Change-Id: Ic25bd678dc299627299b22145efd7bebcf2b39d0
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/source/basprov/baslibnode.hxx | 6 | ||||
-rw-r--r-- | scripting/source/basprov/basmethnode.hxx | 6 | ||||
-rw-r--r-- | scripting/source/basprov/basmodnode.hxx | 6 | ||||
-rw-r--r-- | scripting/source/basprov/basprov.hxx | 6 | ||||
-rw-r--r-- | scripting/source/basprov/basscript.hxx | 6 | ||||
-rw-r--r-- | scripting/source/dlgprov/dlgevtatt.hxx | 4 | ||||
-rw-r--r-- | scripting/source/dlgprov/dlgprov.hxx | 6 | ||||
-rw-r--r-- | scripting/source/inc/bcholder.hxx | 6 | ||||
-rw-r--r-- | scripting/source/inc/util/MiscUtils.hxx | 4 | ||||
-rw-r--r-- | scripting/source/inc/util/scriptingconstants.hxx | 4 | ||||
-rw-r--r-- | scripting/source/protocolhandler/scripthandler.hxx | 4 | ||||
-rw-r--r-- | scripting/source/provider/ActiveMSPList.hxx | 4 | ||||
-rw-r--r-- | scripting/source/provider/MasterScriptProvider.hxx | 6 | ||||
-rw-r--r-- | scripting/source/provider/ProviderCache.hxx | 4 | ||||
-rw-r--r-- | scripting/source/provider/ScriptImpl.hxx | 6 | ||||
-rw-r--r-- | scripting/source/provider/URIHelper.hxx | 6 | ||||
-rw-r--r-- | scripting/source/stringresource/stringresource.hxx | 6 |
17 files changed, 45 insertions, 45 deletions
diff --git a/scripting/source/basprov/baslibnode.hxx b/scripting/source/basprov/baslibnode.hxx index ac86a6600edb..5b13c271b51f 100644 --- a/scripting/source/basprov/baslibnode.hxx +++ b/scripting/source/basprov/baslibnode.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SCRIPTING_BASLIBNODE_HXX -#define SCRIPTING_BASLIBNODE_HXX +#ifndef INCLUDED_SCRIPTING_SOURCE_BASPROV_BASLIBNODE_HXX +#define INCLUDED_SCRIPTING_SOURCE_BASPROV_BASLIBNODE_HXX #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/script/XLibraryContainer.hpp> @@ -76,6 +76,6 @@ namespace basprov } // namespace basprov -#endif // SCRIPTING_BASLIBNODE_HXX +#endif // INCLUDED_SCRIPTING_SOURCE_BASPROV_BASLIBNODE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/scripting/source/basprov/basmethnode.hxx b/scripting/source/basprov/basmethnode.hxx index 9fbdfc0f4f94..ae45a30828d2 100644 --- a/scripting/source/basprov/basmethnode.hxx +++ b/scripting/source/basprov/basmethnode.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SCRIPTING_BASMETHNODE_HXX -#define SCRIPTING_BASMETHNODE_HXX +#ifndef INCLUDED_SCRIPTING_SOURCE_BASPROV_BASMETHNODE_HXX +#define INCLUDED_SCRIPTING_SOURCE_BASPROV_BASMETHNODE_HXX #include "bcholder.hxx" #include <com/sun/star/beans/XPropertySet.hpp> @@ -121,6 +121,6 @@ namespace basprov } // namespace basprov -#endif // SCRIPTING_BASMETHNODE_HXX +#endif // INCLUDED_SCRIPTING_SOURCE_BASPROV_BASMETHNODE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/scripting/source/basprov/basmodnode.hxx b/scripting/source/basprov/basmodnode.hxx index 4046b9e2ff3a..6cc8bd59b90f 100644 --- a/scripting/source/basprov/basmodnode.hxx +++ b/scripting/source/basprov/basmodnode.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SCRIPTING_BASMODNODE_HXX -#define SCRIPTING_BASMODNODE_HXX +#ifndef INCLUDED_SCRIPTING_SOURCE_BASPROV_BASMODNODE_HXX +#define INCLUDED_SCRIPTING_SOURCE_BASPROV_BASMODNODE_HXX #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/script/browse/XBrowseNode.hpp> @@ -70,6 +70,6 @@ namespace basprov } // namespace basprov -#endif // SCRIPTING_BASMODNODE_HXX +#endif // INCLUDED_SCRIPTING_SOURCE_BASPROV_BASMODNODE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/scripting/source/basprov/basprov.hxx b/scripting/source/basprov/basprov.hxx index 37ff9fb81fc0..14fa136c5389 100644 --- a/scripting/source/basprov/basprov.hxx +++ b/scripting/source/basprov/basprov.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SCRIPTING_BASPROV_HXX -#define SCRIPTING_BASPROV_HXX +#ifndef INCLUDED_SCRIPTING_SOURCE_BASPROV_BASPROV_HXX +#define INCLUDED_SCRIPTING_SOURCE_BASPROV_BASPROV_HXX #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> @@ -104,6 +104,6 @@ namespace basprov } // namespace basprov -#endif // SCRIPTING_BASPROV_HXX +#endif // INCLUDED_SCRIPTING_SOURCE_BASPROV_BASPROV_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/scripting/source/basprov/basscript.hxx b/scripting/source/basprov/basscript.hxx index 5f73e869ef40..203a3f691e2e 100644 --- a/scripting/source/basprov/basscript.hxx +++ b/scripting/source/basprov/basscript.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SCRIPTING_BASSCRIPT_HXX -#define SCRIPTING_BASSCRIPT_HXX +#ifndef INCLUDED_SCRIPTING_SOURCE_BASPROV_BASSCRIPT_HXX +#define INCLUDED_SCRIPTING_SOURCE_BASPROV_BASSCRIPT_HXX #include "bcholder.hxx" #include <com/sun/star/script/provider/XScript.hpp> @@ -107,6 +107,6 @@ namespace basprov } // namespace basprov -#endif // SCRIPTING_BASSCRIPT_HXX +#endif // INCLUDED_SCRIPTING_SOURCE_BASPROV_BASSCRIPT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/scripting/source/dlgprov/dlgevtatt.hxx b/scripting/source/dlgprov/dlgevtatt.hxx index c1fad53cc227..de1ff424b1ab 100644 --- a/scripting/source/dlgprov/dlgevtatt.hxx +++ b/scripting/source/dlgprov/dlgevtatt.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SCRIPTING_DLGEVTATT_HXX -#define SCRIPTING_DLGEVTATT_HXX +#ifndef INCLUDED_SCRIPTING_SOURCE_DLGPROV_DLGEVTATT_HXX +#define INCLUDED_SCRIPTING_SOURCE_DLGPROV_DLGEVTATT_HXX #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/script/XAllListener.hpp> diff --git a/scripting/source/dlgprov/dlgprov.hxx b/scripting/source/dlgprov/dlgprov.hxx index ca3a6fe7f5de..bd31342c5157 100644 --- a/scripting/source/dlgprov/dlgprov.hxx +++ b/scripting/source/dlgprov/dlgprov.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SCRIPTING_DLGPROV_HXX -#define SCRIPTING_DLGPROV_HXX +#ifndef INCLUDED_SCRIPTING_SOURCE_DLGPROV_DLGPROV_HXX +#define INCLUDED_SCRIPTING_SOURCE_DLGPROV_DLGPROV_HXX #include <com/sun/star/awt/XControl.hpp> #include <com/sun/star/awt/XDialog.hpp> @@ -154,6 +154,6 @@ namespace dlgprov } // namespace dlgprov -#endif // SCRIPTING_DLGPROV_HXX +#endif // INCLUDED_SCRIPTING_SOURCE_DLGPROV_DLGPROV_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/scripting/source/inc/bcholder.hxx b/scripting/source/inc/bcholder.hxx index 9209e0584c8f..285c55c9d115 100644 --- a/scripting/source/inc/bcholder.hxx +++ b/scripting/source/inc/bcholder.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SCRIPTING_BCHOLDER_HXX -#define SCRIPTING_BCHOLDER_HXX +#ifndef INCLUDED_SCRIPTING_SOURCE_INC_BCHOLDER_HXX +#define INCLUDED_SCRIPTING_SOURCE_INC_BCHOLDER_HXX #include <osl/mutex.hxx> #include <cppuhelper/interfacecontainer.h> @@ -59,6 +59,6 @@ namespace scripting_helper } // namespace scripting_helper -#endif // SCRIPTING_BCHOLDER_HXX +#endif // INCLUDED_SCRIPTING_SOURCE_INC_BCHOLDER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/scripting/source/inc/util/MiscUtils.hxx b/scripting/source/inc/util/MiscUtils.hxx index 91641cf93b03..c8eeca64e87d 100644 --- a/scripting/source/inc/util/MiscUtils.hxx +++ b/scripting/source/inc/util/MiscUtils.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SCRIPT_FRAMEWORK_MISCUTILS_HXX_ -#define _SCRIPT_FRAMEWORK_MISCUTILS_HXX_ +#ifndef INCLUDED_SCRIPTING_SOURCE_INC_UTIL_MISCUTILS_HXX +#define INCLUDED_SCRIPTING_SOURCE_INC_UTIL_MISCUTILS_HXX #include <rtl/ustring.hxx> #include <tools/urlobj.hxx> diff --git a/scripting/source/inc/util/scriptingconstants.hxx b/scripting/source/inc/util/scriptingconstants.hxx index 4abb254644ac..f1cceaa735a2 100644 --- a/scripting/source/inc/util/scriptingconstants.hxx +++ b/scripting/source/inc/util/scriptingconstants.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 _COM_SUN_STAR_SCRIPTING_UTIL_SCRIPTINGCONSTANTS_HXX_ -#define _COM_SUN_STAR_SCRIPTING_UTIL_SCRIPTINGCONSTANTS_HXX_ +#ifndef INCLUDED_SCRIPTING_SOURCE_INC_UTIL_SCRIPTINGCONSTANTS_HXX +#define INCLUDED_SCRIPTING_SOURCE_INC_UTIL_SCRIPTINGCONSTANTS_HXX namespace scripting_constants { diff --git a/scripting/source/protocolhandler/scripthandler.hxx b/scripting/source/protocolhandler/scripthandler.hxx index cd12efbe16d1..309a8a66b0c5 100644 --- a/scripting/source/protocolhandler/scripthandler.hxx +++ b/scripting/source/protocolhandler/scripthandler.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _FRAMEWORK_SCRIPT_SCRIPTHANDLER_HXX -#define _FRAMEWORK_SCRIPT_SCRIPTHANDLER_HXX +#ifndef INCLUDED_SCRIPTING_SOURCE_PROTOCOLHANDLER_SCRIPTHANDLER_HXX +#define INCLUDED_SCRIPTING_SOURCE_PROTOCOLHANDLER_SCRIPTHANDLER_HXX #include <com/sun/star/uno/RuntimeException.hpp> #include <com/sun/star/frame/XDispatchProvider.hpp> diff --git a/scripting/source/provider/ActiveMSPList.hxx b/scripting/source/provider/ActiveMSPList.hxx index 6b8d7d7618ac..971156d006a5 100644 --- a/scripting/source/provider/ActiveMSPList.hxx +++ b/scripting/source/provider/ActiveMSPList.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 _FRAMEWORK_SCRIPT_PROVIDER_OPENDOCUMENTLIST_HXX_ -#define _FRAMEWORK_SCRIPT_PROVIDER_OPENDOCUMENTLIST_HXX_ +#ifndef INCLUDED_SCRIPTING_SOURCE_PROVIDER_ACTIVEMSPLIST_HXX +#define INCLUDED_SCRIPTING_SOURCE_PROVIDER_ACTIVEMSPLIST_HXX #include <boost/unordered_map.hpp> #include <map> diff --git a/scripting/source/provider/MasterScriptProvider.hxx b/scripting/source/provider/MasterScriptProvider.hxx index e424c931f5fe..b1153272e85a 100644 --- a/scripting/source/provider/MasterScriptProvider.hxx +++ b/scripting/source/provider/MasterScriptProvider.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _FRAMEWORK_SCRIPT_PROVIDER_XFUNCTIONPROVIDER_HXX_ -#define _FRAMEWORK_SCRIPT_PROVIDER_XFUNCTIONPROVIDER_HXX_ +#ifndef INCLUDED_SCRIPTING_SOURCE_PROVIDER_MASTERSCRIPTPROVIDER_HXX +#define INCLUDED_SCRIPTING_SOURCE_PROVIDER_MASTERSCRIPTPROVIDER_HXX #include <rtl/ustring.hxx> @@ -157,6 +157,6 @@ css::uno::Reference< css::uno::XInterface > SAL_CALL bnf_create( css::uno::Refer css::uno::Sequence< OUString > SAL_CALL bnf_getSupportedServiceNames(); } -#endif //_FRAMEWORK_SCRIPT_PROVIDER_XFUNCTIONPROVIDER_HXX_ +#endif // INCLUDED_SCRIPTING_SOURCE_PROVIDER_MASTERSCRIPTPROVIDER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/scripting/source/provider/ProviderCache.hxx b/scripting/source/provider/ProviderCache.hxx index 6e48e71fbc60..c446dfd5a96c 100644 --- a/scripting/source/provider/ProviderCache.hxx +++ b/scripting/source/provider/ProviderCache.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _FRAMEWORK_SCRIPT_PROVIDER_PROVIDERCACHE_HXX_ -#define _FRAMEWORK_SCRIPT_PROVIDER_PROVIDERCACHE_HXX_ +#ifndef INCLUDED_SCRIPTING_SOURCE_PROVIDER_PROVIDERCACHE_HXX +#define INCLUDED_SCRIPTING_SOURCE_PROVIDER_PROVIDERCACHE_HXX #include <boost/unordered_map.hpp> #include <osl/mutex.hxx> diff --git a/scripting/source/provider/ScriptImpl.hxx b/scripting/source/provider/ScriptImpl.hxx index 59ee550322f8..3a53d62137fc 100644 --- a/scripting/source/provider/ScriptImpl.hxx +++ b/scripting/source/provider/ScriptImpl.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _FRAMEWORK_SCRIPT_PROVIDER_FUNCTIONIMPL_HXX_ -#define _FRAMEWORK_SCRIPT_PROVIDER_FUNCTIONIMPL_HXX_ +#ifndef INCLUDED_SCRIPTING_SOURCE_PROVIDER_SCRIPTIMPL_HXX +#define INCLUDED_SCRIPTING_SOURCE_PROVIDER_SCRIPTIMPL_HXX #include <cppuhelper/implbase1.hxx> #include <osl/mutex.hxx> @@ -98,6 +98,6 @@ private: ScriptImpl& operator = ( const ScriptImpl& ); }; } // namespace func_provider -#endif //_FRAMEWORK_SCRIPT_PROVIDER_FUNCTIONIMPL_HXX_ +#endif // INCLUDED_SCRIPTING_SOURCE_PROVIDER_SCRIPTIMPL_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/scripting/source/provider/URIHelper.hxx b/scripting/source/provider/URIHelper.hxx index 702595175282..199038431094 100644 --- a/scripting/source/provider/URIHelper.hxx +++ b/scripting/source/provider/URIHelper.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _FRAMEWORK_SCRIPT_PROVIDER_XSCRIPTURIHELPER_HXX_ -#define _FRAMEWORK_SCRIPT_PROVIDER_XSCRIPTURIHELPER_HXX_ +#ifndef INCLUDED_SCRIPTING_SOURCE_PROVIDER_URIHELPER_HXX +#define INCLUDED_SCRIPTING_SOURCE_PROVIDER_URIHELPER_HXX #include <com/sun/star/script/provider/XScriptURIHelper.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> @@ -95,6 +95,6 @@ public: }; } // namespace func_provider -#endif //_FRAMEWORK_SCRIPT_PROVIDER_XSCRIPTURIHELPER_HXX_ +#endif // INCLUDED_SCRIPTING_SOURCE_PROVIDER_URIHELPER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/scripting/source/stringresource/stringresource.hxx b/scripting/source/stringresource/stringresource.hxx index 92e6d6b47770..b0e6a37023ac 100644 --- a/scripting/source/stringresource/stringresource.hxx +++ b/scripting/source/stringresource/stringresource.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SCRIPTING_DLGPROV_HXX -#define SCRIPTING_DLGPROV_HXX +#ifndef INCLUDED_SCRIPTING_SOURCE_STRINGRESOURCE_STRINGRESOURCE_HXX +#define INCLUDED_SCRIPTING_SOURCE_STRINGRESOURCE_STRINGRESOURCE_HXX #include <com/sun/star/resource/XStringResourceWithStorage.hpp> #include <com/sun/star/resource/XStringResourceWithLocation.hpp> @@ -675,6 +675,6 @@ public: } // namespace stringtable -#endif // SCRIPTING_DLGPROV_HXX +#endif // INCLUDED_SCRIPTING_SOURCE_STRINGRESOURCE_STRINGRESOURCE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |