summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-28 03:49:37 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-10-28 15:16:19 +0100
commitd15f68087ba98a2051ef205dc31ea22b28f27f8b (patch)
tree18db1b35ca4e51b1d896802c021688caa5fb72e0 /svl
parentdf2fe970724def37ac1966dbd4dc8925192b11f1 (diff)
fixincludeguards.sh: svl
Change-Id: I70ef44216fb7ddb4e12b9d90406b45cc594279f0
Diffstat (limited to 'svl')
-rw-r--r--svl/source/fsstor/oinputstreamcontainer.hxx4
-rw-r--r--svl/source/fsstor/ostreamcontainer.hxx4
-rw-r--r--svl/source/inc/passwordcontainer.hxx6
-rw-r--r--svl/source/items/whassert.hxx4
-rw-r--r--svl/source/misc/getstringresource.hxx4
-rw-r--r--svl/source/notify/listenerbase.hxx4
-rw-r--r--svl/source/numbers/numfmuno.hxx4
-rw-r--r--svl/source/numbers/numhead.hxx4
-rw-r--r--svl/source/numbers/supservs.hxx6
-rw-r--r--svl/source/numbers/zforfind.hxx6
-rw-r--r--svl/source/numbers/zforscan.hxx6
-rw-r--r--svl/source/passwordcontainer/syscreds.hxx6
-rw-r--r--svl/source/svdde/ddeimp.hxx6
-rw-r--r--svl/unx/inc/convert.hxx7
14 files changed, 36 insertions, 35 deletions
diff --git a/svl/source/fsstor/oinputstreamcontainer.hxx b/svl/source/fsstor/oinputstreamcontainer.hxx
index 6bc2e4a843fb..09b56452795f 100644
--- a/svl/source/fsstor/oinputstreamcontainer.hxx
+++ b/svl/source/fsstor/oinputstreamcontainer.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _OINPUTSTREAMCONTAINER_HXX_
-#define _OINPUTSTREAMCONTAINER_HXX_
+#ifndef INCLUDED_SVL_SOURCE_FSSTOR_OINPUTSTREAMCONTAINER_HXX
+#define INCLUDED_SVL_SOURCE_FSSTOR_OINPUTSTREAMCONTAINER_HXX
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/embed/XExtendedStorageStream.hpp>
diff --git a/svl/source/fsstor/ostreamcontainer.hxx b/svl/source/fsstor/ostreamcontainer.hxx
index fef3edc41d6d..4009bc4f9fdd 100644
--- a/svl/source/fsstor/ostreamcontainer.hxx
+++ b/svl/source/fsstor/ostreamcontainer.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _OSTREAMCONTAINER_HXX_
-#define _OSTREAMCONTAINER_HXX_
+#ifndef INCLUDED_SVL_SOURCE_FSSTOR_OSTREAMCONTAINER_HXX
+#define INCLUDED_SVL_SOURCE_FSSTOR_OSTREAMCONTAINER_HXX
#include <com/sun/star/uno/XInterface.hpp>
#include <com/sun/star/lang/XTypeProvider.hpp>
diff --git a/svl/source/inc/passwordcontainer.hxx b/svl/source/inc/passwordcontainer.hxx
index cdf6d12ed8b0..2e565f7f2577 100644
--- a/svl/source/inc/passwordcontainer.hxx
+++ b/svl/source/inc/passwordcontainer.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 INCLUDED_COMPHELPER_PASSWORDCONTAINER_HXX
-#define INCLUDED_COMPHELPER_PASSWORDCONTAINER_HXX
+#ifndef INCLUDED_SVL_SOURCE_INC_PASSWORDCONTAINER_HXX
+#define INCLUDED_SVL_SOURCE_INC_PASSWORDCONTAINER_HXX
#include <list>
#include <vector>
@@ -404,6 +404,6 @@ public:
-#endif // #ifndef INCLUDED_COMPHELPER_PASSWORDCONTAINER_HXX
+#endif // INCLUDED_SVL_SOURCE_INC_PASSWORDCONTAINER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svl/source/items/whassert.hxx b/svl/source/items/whassert.hxx
index b384a96c7b3d..8a02a7ac9458 100644
--- a/svl/source/items/whassert.hxx
+++ b/svl/source/items/whassert.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_WHASSERT_HXX
-#define _SFX_WHASSERT_HXX
+#ifndef INCLUDED_SVL_SOURCE_ITEMS_WHASSERT_HXX
+#define INCLUDED_SVL_SOURCE_ITEMS_WHASSERT_HXX
#include "sal/config.h"
diff --git a/svl/source/misc/getstringresource.hxx b/svl/source/misc/getstringresource.hxx
index 1fa6302a8c71..afd0cf7ca4e7 100644
--- a/svl/source/misc/getstringresource.hxx
+++ b/svl/source/misc/getstringresource.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SVL_SOURCE_INC_GETSTRINGRESOURCE_HXX
-#define INCLUDED_SVL_SOURCE_INC_GETSTRINGRESOURCE_HXX
+#ifndef INCLUDED_SVL_SOURCE_MISC_GETSTRINGRESOURCE_HXX
+#define INCLUDED_SVL_SOURCE_MISC_GETSTRINGRESOURCE_HXX
#include "sal/config.h"
diff --git a/svl/source/notify/listenerbase.hxx b/svl/source/notify/listenerbase.hxx
index c8207215ea26..9473953fad90 100644
--- a/svl/source/notify/listenerbase.hxx
+++ b/svl/source/notify/listenerbase.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 _SVT_LISTENERBASE_HXX
-#define _SVT_LISTENERBASE_HXX
+#ifndef INCLUDED_SVL_SOURCE_NOTIFY_LISTENERBASE_HXX
+#define INCLUDED_SVL_SOURCE_NOTIFY_LISTENERBASE_HXX
class SvtBroadcaster;
class SvtListener;
diff --git a/svl/source/numbers/numfmuno.hxx b/svl/source/numbers/numfmuno.hxx
index 0ea2de5e81a8..4e7223068c44 100644
--- a/svl/source/numbers/numfmuno.hxx
+++ b/svl/source/numbers/numfmuno.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _NUMFMUNO_HXX
-#define _NUMFMUNO_HXX
+#ifndef INCLUDED_SVL_SOURCE_NUMBERS_NUMFMUNO_HXX
+#define INCLUDED_SVL_SOURCE_NUMBERS_NUMFMUNO_HXX
#include <com/sun/star/util/XNumberFormatter2.hpp>
#include <com/sun/star/util/XNumberFormatPreviewer.hpp>
diff --git a/svl/source/numbers/numhead.hxx b/svl/source/numbers/numhead.hxx
index 2beab9a015e3..86e7535f760e 100644
--- a/svl/source/numbers/numhead.hxx
+++ b/svl/source/numbers/numhead.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef NF_NUMHEAD_HXX
-#define NF_NUMHEAD_HXX
+#ifndef INCLUDED_SVL_SOURCE_NUMBERS_NUMHEAD_HXX
+#define INCLUDED_SVL_SOURCE_NUMBERS_NUMHEAD_HXX
#include <tools/stream.hxx>
diff --git a/svl/source/numbers/supservs.hxx b/svl/source/numbers/supservs.hxx
index 64f0d96e082b..1209b9ee32fc 100644
--- a/svl/source/numbers/supservs.hxx
+++ b/svl/source/numbers/supservs.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SVTOOLS_NUMBERS_SUPPLIERSERVICE_HXX_
-#define _SVTOOLS_NUMBERS_SUPPLIERSERVICE_HXX_
+#ifndef INCLUDED_SVL_SOURCE_NUMBERS_SUPSERVS_HXX
+#define INCLUDED_SVL_SOURCE_NUMBERS_SUPSERVS_HXX
#include <svl/numuno.hxx>
#include <svl/zforlist.hxx>
@@ -90,6 +90,6 @@ protected:
};
-#endif // _SVTOOLS_NUMBERS_SUPPLIERSERVICE_HXX_
+#endif // INCLUDED_SVL_SOURCE_NUMBERS_SUPSERVS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svl/source/numbers/zforfind.hxx b/svl/source/numbers/zforfind.hxx
index de864122a8a7..4c070a1d30af 100644
--- a/svl/source/numbers/zforfind.hxx
+++ b/svl/source/numbers/zforfind.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _ZFORFIND_HXX
-#define _ZFORFIND_HXX
+#ifndef INCLUDED_SVL_SOURCE_NUMBERS_ZFORFIND_HXX
+#define INCLUDED_SVL_SOURCE_NUMBERS_ZFORFIND_HXX
#include <com/sun/star/uno/Sequence.hxx>
#include <rtl/ustring.hxx>
@@ -415,6 +415,6 @@ private:
bool MayBeMonthDate();
};
-#endif // _ZFORFIND_HXX
+#endif // INCLUDED_SVL_SOURCE_NUMBERS_ZFORFIND_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svl/source/numbers/zforscan.hxx b/svl/source/numbers/zforscan.hxx
index 3b04585c44d4..914a5532a222 100644
--- a/svl/source/numbers/zforscan.hxx
+++ b/svl/source/numbers/zforscan.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 _ZFORSCAN_HXX
-#define _ZFORSCAN_HXX
+#ifndef INCLUDED_SVL_SOURCE_NUMBERS_ZFORSCAN_HXX
+#define INCLUDED_SVL_SOURCE_NUMBERS_ZFORSCAN_HXX
#include <i18nlangtag/lang.h>
#include <rtl/ustring.hxx>
@@ -244,6 +244,6 @@ private: // Private section
static sal_Int32 RemoveQuotes( OUString& rStr );
};
-#endif // _ZFORSCAN_HXX
+#endif // INCLUDED_SVL_SOURCE_NUMBERS_ZFORSCAN_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svl/source/passwordcontainer/syscreds.hxx b/svl/source/passwordcontainer/syscreds.hxx
index e5dadaf48623..e0761decdee2 100644
--- a/svl/source/passwordcontainer/syscreds.hxx
+++ b/svl/source/passwordcontainer/syscreds.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SVTOOLS_SYSCREDS_HXX
-#define INCLUDED_SVTOOLS_SYSCREDS_HXX
+#ifndef INCLUDED_SVL_SOURCE_PASSWORDCONTAINER_SYSCREDS_HXX
+#define INCLUDED_SVL_SOURCE_PASSWORDCONTAINER_SYSCREDS_HXX
#include <set>
#include <memory>
@@ -81,6 +81,6 @@ class SysCredentialsConfig
bool m_bCfgInited;
};
-#endif // INCLUDED_SVTOOLS_SYSCREDS_HXX
+#endif // INCLUDED_SVL_SOURCE_PASSWORDCONTAINER_SYSCREDS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svl/source/svdde/ddeimp.hxx b/svl/source/svdde/ddeimp.hxx
index 375047fc5c2d..d39988c39b28 100644
--- a/svl/source/svdde/ddeimp.hxx
+++ b/svl/source/svdde/ddeimp.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _DDEIMP_HXX
-#define _DDEIMP_HXX
+#ifndef INCLUDED_SVL_SOURCE_SVDDE_DDEIMP_HXX
+#define INCLUDED_SVL_SOURCE_SVDDE_DDEIMP_HXX
#include <windows.h>
#include <ddeml.h>
@@ -150,6 +150,6 @@ inline DdeInstData* ImpGetInstData()
DdeInstData* ImpInitInstData();
void ImpDeinitInstData();
-#endif // _DDEIMP_HXX
+#endif // INCLUDED_SVL_SOURCE_SVDDE_DDEIMP_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svl/unx/inc/convert.hxx b/svl/unx/inc/convert.hxx
index 4548fa96ec30..49ed03c21062 100644
--- a/svl/unx/inc/convert.hxx
+++ b/svl/unx/inc/convert.hxx
@@ -16,8 +16,9 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _CONVERT_HXX
-#define _CONVERT_HXX
+
+#ifndef INCLUDED_SVL_UNX_INC_CONVERT_HXX
+#define INCLUDED_SVL_UNX_INC_CONVERT_HXX
class Convert
{
@@ -39,6 +40,6 @@ public:
Swap( rRect.Left() ); Swap( rRect.Right() ); }
};
-#endif // _CONVERT_HXX
+#endif // INCLUDED_SVL_UNX_INC_CONVERT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */