summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-28 03:43:44 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-10-28 15:16:19 +0100
commitc461674dd44463719fbd44a3245389ce32fbb621 (patch)
treee72f2c628449761b9d248ad1bb3da9c1ba8dd2d2 /sfx2/inc
parenta4fc939e82b100490d69a61440e2d18a8652e813 (diff)
fixincludeguards.sh: sfx2
Change-Id: I135d03fa8926e0fdba977005e97452045861b2a4
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/arrdecl.hxx4
-rw-r--r--sfx2/inc/backingcomp.hxx6
-rw-r--r--sfx2/inc/bitset.hxx4
-rw-r--r--sfx2/inc/bluthsndapi.hxx4
-rw-r--r--sfx2/inc/configmgr.hxx4
-rw-r--r--sfx2/inc/frmload.hxx4
-rw-r--r--sfx2/inc/fwkhelper.hxx4
-rw-r--r--sfx2/inc/guisaveas.hxx4
-rw-r--r--sfx2/inc/idpool.hxx4
-rw-r--r--sfx2/inc/inettbc.hxx4
-rw-r--r--sfx2/inc/sorgitm.hxx4
-rw-r--r--sfx2/inc/srchdlg.hxx6
-rw-r--r--sfx2/inc/templatedlg.hxx6
13 files changed, 29 insertions, 29 deletions
diff --git a/sfx2/inc/arrdecl.hxx b/sfx2/inc/arrdecl.hxx
index 0cfdf6009c7b..1ce03bc03e79 100644
--- a/sfx2/inc/arrdecl.hxx
+++ b/sfx2/inc/arrdecl.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_ARRDECL_HXX
-#define _SFX_ARRDECL_HXX
+#ifndef INCLUDED_SFX2_INC_ARRDECL_HXX
+#define INCLUDED_SFX2_INC_ARRDECL_HXX
#include <vector>
diff --git a/sfx2/inc/backingcomp.hxx b/sfx2/inc/backingcomp.hxx
index 794e80dae296..d4d86fe784a6 100644
--- a/sfx2/inc/backingcomp.hxx
+++ b/sfx2/inc/backingcomp.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __SFX2_DIALOG_BACKINGCOMP_HXX_
-#define __SFX2_DIALOG_BACKINGCOMP_HXX_
+#ifndef INCLUDED_SFX2_INC_BACKINGCOMP_HXX
+#define INCLUDED_SFX2_INC_BACKINGCOMP_HXX
#include <com/sun/star/lang/XTypeProvider.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
@@ -130,6 +130,6 @@ class BackingComp : public css::lang::XTypeProvider
static css::uno::Reference< css::lang::XSingleServiceFactory > SAL_CALL impl_createFactory ( const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR );
};
-#endif // __SFX2_DIALOG_BACKINGCOMP_HXX_
+#endif // INCLUDED_SFX2_INC_BACKINGCOMP_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sfx2/inc/bitset.hxx b/sfx2/inc/bitset.hxx
index bb2f8409893f..6fb04245e904 100644
--- a/sfx2/inc/bitset.hxx
+++ b/sfx2/inc/bitset.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 _SFXBITSET_HXX
-#define _SFXBITSET_HXX
+#ifndef INCLUDED_SFX2_INC_BITSET_HXX
+#define INCLUDED_SFX2_INC_BITSET_HXX
#include <tools/solar.h>
diff --git a/sfx2/inc/bluthsndapi.hxx b/sfx2/inc/bluthsndapi.hxx
index 6a190d2b0d41..90dbe8b808bb 100644
--- a/sfx2/inc/bluthsndapi.hxx
+++ b/sfx2/inc/bluthsndapi.hxx
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef INCLUDED_SFX_BLUTHSNDAPI_HXX
-#define INCLUDED_SFX_BLUTHSNDAPI_HXX
+#ifndef INCLUDED_SFX2_INC_BLUTHSNDAPI_HXX
+#define INCLUDED_SFX2_INC_BLUTHSNDAPI_HXX
#include <vector>
#include <com/sun/star/frame/XFrame.hpp>
diff --git a/sfx2/inc/configmgr.hxx b/sfx2/inc/configmgr.hxx
index 15689d8dc7fe..402db2ac2e0a 100644
--- a/sfx2/inc/configmgr.hxx
+++ b/sfx2/inc/configmgr.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SFX_CONFIGMGR_HXX_
-#define _SFX_CONFIGMGR_HXX_
+#ifndef INCLUDED_SFX2_INC_CONFIGMGR_HXX
+#define INCLUDED_SFX2_INC_CONFIGMGR_HXX
namespace utl{
class ConfigManager;
diff --git a/sfx2/inc/frmload.hxx b/sfx2/inc/frmload.hxx
index a62ea316a1e7..f14690620cc6 100644
--- a/sfx2/inc/frmload.hxx
+++ b/sfx2/inc/frmload.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SFX_FRMLOAD_HXX
-#define _SFX_FRMLOAD_HXX
+#ifndef INCLUDED_SFX2_INC_FRMLOAD_HXX
+#define INCLUDED_SFX2_INC_FRMLOAD_HXX
#include "sfx2/sfxuno.hxx"
#include "sfx2/objsh.hxx"
diff --git a/sfx2/inc/fwkhelper.hxx b/sfx2/inc/fwkhelper.hxx
index 28391007c329..35a27dbd98fd 100644
--- a/sfx2/inc/fwkhelper.hxx
+++ b/sfx2/inc/fwkhelper.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SFX_FWKHELPER_HXX_
-#define _SFX_FWKHELPER_HXX_
+#ifndef INCLUDED_SFX2_INC_FWKHELPER_HXX
+#define INCLUDED_SFX2_INC_FWKHELPER_HXX
#include "sal/config.h"
#include "sfx2/dllapi.h"
diff --git a/sfx2/inc/guisaveas.hxx b/sfx2/inc/guisaveas.hxx
index a6d6b7c7ba12..8bfa87653a55 100644
--- a/sfx2/inc/guisaveas.hxx
+++ b/sfx2/inc/guisaveas.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SFX_GUISAVEAS_HXX_
-#define _SFX_GUISAVEAS_HXX_
+#ifndef INCLUDED_SFX2_INC_GUISAVEAS_HXX
+#define INCLUDED_SFX2_INC_GUISAVEAS_HXX
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
diff --git a/sfx2/inc/idpool.hxx b/sfx2/inc/idpool.hxx
index 1c67492a8483..eadcf39a4c60 100644
--- a/sfx2/inc/idpool.hxx
+++ b/sfx2/inc/idpool.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 _SFXIDPOOL_HXX
-#define _SFXIDPOOL_HXX
+#ifndef INCLUDED_SFX2_INC_IDPOOL_HXX
+#define INCLUDED_SFX2_INC_IDPOOL_HXX
#include <limits.h>
#include "bitset.hxx"
diff --git a/sfx2/inc/inettbc.hxx b/sfx2/inc/inettbc.hxx
index 5d1dc1f8b2d0..464bf8238606 100644
--- a/sfx2/inc/inettbc.hxx
+++ b/sfx2/inc/inettbc.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SFX_INETTBC_HXX
-#define _SFX_INETTBC_HXX
+#ifndef INCLUDED_SFX2_INC_INETTBC_HXX
+#define INCLUDED_SFX2_INC_INETTBC_HXX
#include <rtl/ustring.hxx>
#include <sfx2/tbxctrl.hxx>
diff --git a/sfx2/inc/sorgitm.hxx b/sfx2/inc/sorgitm.hxx
index 5c4c5a39118d..5bfa6ff3ff54 100644
--- a/sfx2/inc/sorgitm.hxx
+++ b/sfx2/inc/sorgitm.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_SORGITM_HXX
-#define _SFX_SORGITM_HXX
+#ifndef INCLUDED_SFX2_INC_SORGITM_HXX
+#define INCLUDED_SFX2_INC_SORGITM_HXX
#include <svl/stritem.hxx>
diff --git a/sfx2/inc/srchdlg.hxx b/sfx2/inc/srchdlg.hxx
index f6be4489a726..66ec03d99560 100644
--- a/sfx2/inc/srchdlg.hxx
+++ b/sfx2/inc/srchdlg.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_SRCHDLG_HXX_
-#define _SFX_SRCHDLG_HXX_
+#ifndef INCLUDED_SFX2_INC_SRCHDLG_HXX
+#define INCLUDED_SFX2_INC_SRCHDLG_HXX
#include <vcl/button.hxx>
#include <vcl/combobox.hxx>
@@ -87,6 +87,6 @@ public:
// ============================================================================
-#endif // _SFX_SRCHDLG_HXX_
+#endif // INCLUDED_SFX2_INC_SRCHDLG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sfx2/inc/templatedlg.hxx b/sfx2/inc/templatedlg.hxx
index 46c3a96fd16c..b36e96e7e02f 100644
--- a/sfx2/inc/templatedlg.hxx
+++ b/sfx2/inc/templatedlg.hxx
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef TEMPLATEDLG_HXX
-#define TEMPLATEDLG_HXX
+#ifndef INCLUDED_SFX2_INC_TEMPLATEDLG_HXX
+#define INCLUDED_SFX2_INC_TEMPLATEDLG_HXX
#include <set>
@@ -162,6 +162,6 @@ private:
std::vector<TemplateRepository*> maRepositories; ///< Stores the remote repositories for templates
};
-#endif // TEMPLATEDLG_HXX
+#endif // INCLUDED_SFX2_INC_TEMPLATEDLG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */