summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-28 03:52:35 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-10-28 15:16:20 +0100
commit9c57cb0a6cc9662929f4d3a0d45421c456d30569 (patch)
tree54e8b05742415062a15c410b057fb1dbb5e7788c /editeng
parentd15f68087ba98a2051ef205dc31ea22b28f27f8b (diff)
fixincludeguards.sh: editeng
Change-Id: I022e690c1f50f7f5ae872889e21aaedb5c60085d
Diffstat (limited to 'editeng')
-rw-r--r--editeng/inc/editxml.hxx4
-rw-r--r--editeng/source/accessibility/AccessibleHyperlink.hxx4
-rw-r--r--editeng/source/editeng/editattr.hxx6
-rw-r--r--editeng/source/editeng/editdbg.hxx6
-rw-r--r--editeng/source/editeng/editdoc.hxx6
-rw-r--r--editeng/source/editeng/editobj2.hxx6
-rw-r--r--editeng/source/editeng/editsel.hxx6
-rw-r--r--editeng/source/editeng/editstt2.hxx6
-rw-r--r--editeng/source/editeng/editundo.hxx6
-rw-r--r--editeng/source/editeng/edtspell.hxx4
-rw-r--r--editeng/source/editeng/eehtml.hxx6
-rw-r--r--editeng/source/editeng/eeobj.hxx6
-rw-r--r--editeng/source/editeng/eerdll2.hxx6
-rw-r--r--editeng/source/editeng/eertfpar.hxx6
-rw-r--r--editeng/source/editeng/impedit.hxx6
-rw-r--r--editeng/source/editeng/textconv.hxx4
-rw-r--r--editeng/source/misc/SvXMLAutoCorrectExport.hxx4
-rw-r--r--editeng/source/misc/SvXMLAutoCorrectImport.hxx4
-rw-r--r--editeng/source/outliner/outleeng.hxx4
-rw-r--r--editeng/source/outliner/outlundo.hxx4
-rw-r--r--editeng/source/outliner/paralist.hxx4
-rw-r--r--editeng/source/xml/editsource.hxx4
22 files changed, 56 insertions, 56 deletions
diff --git a/editeng/inc/editxml.hxx b/editeng/inc/editxml.hxx
index 91bd8592d19d..6e3a3de26a47 100644
--- a/editeng/inc/editxml.hxx
+++ b/editeng/inc/editxml.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SVX_EDITXML_HXX
-#define _SVX_EDITXML_HXX
+#ifndef INCLUDED_EDITENG_INC_EDITXML_HXX
+#define INCLUDED_EDITENG_INC_EDITXML_HXX
class EditEngine;
class SvStream;
diff --git a/editeng/source/accessibility/AccessibleHyperlink.hxx b/editeng/source/accessibility/AccessibleHyperlink.hxx
index 4e0f17825e36..8377c98f256d 100644
--- a/editeng/source/accessibility/AccessibleHyperlink.hxx
+++ b/editeng/source/accessibility/AccessibleHyperlink.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SVX_ACCESSIBLE_HYPERLINK_HXX
-#define _SVX_ACCESSIBLE_HYPERLINK_HXX
+#ifndef INCLUDED_EDITENG_SOURCE_ACCESSIBILITY_ACCESSIBLEHYPERLINK_HXX
+#define INCLUDED_EDITENG_SOURCE_ACCESSIBILITY_ACCESSIBLEHYPERLINK_HXX
#include <cppuhelper/weakref.hxx>
#include <cppuhelper/compbase1.hxx>
diff --git a/editeng/source/editeng/editattr.hxx b/editeng/source/editeng/editattr.hxx
index 5d8eb3bd05f6..4fb657c25b84 100644
--- a/editeng/source/editeng/editattr.hxx
+++ b/editeng/source/editeng/editattr.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _EDITATTR_HXX
-#define _EDITATTR_HXX
+#ifndef INCLUDED_EDITENG_SOURCE_EDITENG_EDITATTR_HXX
+#define INCLUDED_EDITENG_SOURCE_EDITENG_EDITATTR_HXX
#include <editeng/eeitem.hxx>
#include <svl/poolitem.hxx>
@@ -392,6 +392,6 @@ public:
};
-#endif // _EDITATTR_HXX
+#endif // INCLUDED_EDITENG_SOURCE_EDITENG_EDITATTR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/editeng/source/editeng/editdbg.hxx b/editeng/source/editeng/editdbg.hxx
index 6425f04e5812..3f7a4e1cfbec 100644
--- a/editeng/source/editeng/editdbg.hxx
+++ b/editeng/source/editeng/editdbg.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _EDITDBG_HXX
-#define _EDITDBG_HXX
+#ifndef INCLUDED_EDITENG_SOURCE_EDITENG_EDITDBG_HXX
+#define INCLUDED_EDITENG_SOURCE_EDITENG_EDITDBG_HXX
#include <svl/solar.hrc>
#include <stdio.h>
@@ -37,6 +37,6 @@ public:
static void ShowEditEngineData( EditEngine* pEditEngine, sal_Bool bInfoBox = sal_True );
};
-#endif // _EDITDBG_HXX
+#endif // INCLUDED_EDITENG_SOURCE_EDITENG_EDITDBG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/editeng/source/editeng/editdoc.hxx b/editeng/source/editeng/editdoc.hxx
index 7234f6b9787f..40676d5da5c8 100644
--- a/editeng/source/editeng/editdoc.hxx
+++ b/editeng/source/editeng/editdoc.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _EDITDOC_HXX
-#define _EDITDOC_HXX
+#ifndef INCLUDED_EDITENG_SOURCE_EDITENG_EDITDOC_HXX
+#define INCLUDED_EDITENG_SOURCE_EDITENG_EDITDOC_HXX
#include <com/sun/star/i18n/XExtendedInputSequenceChecker.hpp>
@@ -837,6 +837,6 @@ public:
virtual SvStream& Store( SvStream& rStream ) const;
};
-#endif // _EDITDOC_HXX
+#endif // INCLUDED_EDITENG_SOURCE_EDITENG_EDITDOC_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/editeng/source/editeng/editobj2.hxx b/editeng/source/editeng/editobj2.hxx
index 5c1c2a23fcb1..1aa5e238f0dd 100644
--- a/editeng/source/editeng/editobj2.hxx
+++ b/editeng/source/editeng/editobj2.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _EDITOBJ2_HXX
-#define _EDITOBJ2_HXX
+#ifndef INCLUDED_EDITENG_SOURCE_EDITENG_EDITOBJ2_HXX
+#define INCLUDED_EDITENG_SOURCE_EDITENG_EDITOBJ2_HXX
#include <editeng/editobj.hxx>
#include <editdoc.hxx>
@@ -278,6 +278,6 @@ public:
#endif
};
-#endif // _EDITOBJ2_HXX
+#endif // INCLUDED_EDITENG_SOURCE_EDITENG_EDITOBJ2_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/editeng/source/editeng/editsel.hxx b/editeng/source/editeng/editsel.hxx
index 2b5113138ceb..769e832ffccf 100644
--- a/editeng/source/editeng/editsel.hxx
+++ b/editeng/source/editeng/editsel.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _EDITSEL_HXX
-#define _EDITSEL_HXX
+#ifndef INCLUDED_EDITENG_SOURCE_EDITENG_EDITSEL_HXX
+#define INCLUDED_EDITENG_SOURCE_EDITENG_EDITSEL_HXX
#include <vcl/seleng.hxx>
@@ -56,6 +56,6 @@ public:
void SetCurView( EditView* pNewView );
};
-#endif // _EDITSEL_HXX
+#endif // INCLUDED_EDITENG_SOURCE_EDITENG_EDITSEL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/editeng/source/editeng/editstt2.hxx b/editeng/source/editeng/editstt2.hxx
index f9ce316b0c6c..234ebee30fd5 100644
--- a/editeng/source/editeng/editstt2.hxx
+++ b/editeng/source/editeng/editstt2.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _EDITSTT2_HXX
-#define _EDITSTT2_HXX
+#ifndef INCLUDED_EDITENG_SOURCE_EDITENG_EDITSTT2_HXX
+#define INCLUDED_EDITENG_SOURCE_EDITENG_EDITSTT2_HXX
#include <editeng/editstat.hxx>
@@ -118,6 +118,6 @@ public:
{ return ( ( nControlBits & EE_CNTRL_ULSPACEFIRSTPARA ) != 0 ); }
};
-#endif // _EDITSTT2_HXX
+#endif // INCLUDED_EDITENG_SOURCE_EDITENG_EDITSTT2_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/editeng/source/editeng/editundo.hxx b/editeng/source/editeng/editundo.hxx
index 834280bfb984..37fd7b713a0d 100644
--- a/editeng/source/editeng/editundo.hxx
+++ b/editeng/source/editeng/editundo.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _EDITUNDO_HXX
-#define _EDITUNDO_HXX
+#ifndef INCLUDED_EDITENG_SOURCE_EDITENG_EDITUNDO_HXX
+#define INCLUDED_EDITENG_SOURCE_EDITENG_EDITUNDO_HXX
#include <editdoc.hxx>
#include <editeng/editund2.hxx>
@@ -287,6 +287,6 @@ public:
};
-#endif // _EDITUNDO_HXX
+#endif // INCLUDED_EDITENG_SOURCE_EDITENG_EDITUNDO_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/editeng/source/editeng/edtspell.hxx b/editeng/source/editeng/edtspell.hxx
index 04a33970f27a..21d18bbafac9 100644
--- a/editeng/source/editeng/edtspell.hxx
+++ b/editeng/source/editeng/edtspell.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _EDTSPELL_HXX
-#define _EDTSPELL_HXX
+#ifndef INCLUDED_EDITENG_SOURCE_EDITENG_EDTSPELL_HXX
+#define INCLUDED_EDITENG_SOURCE_EDITENG_EDTSPELL_HXX
#include <com/sun/star/uno/Reference.h>
#include <editeng/editengdllapi.h>
diff --git a/editeng/source/editeng/eehtml.hxx b/editeng/source/editeng/eehtml.hxx
index 9d54f2e2d4c5..589be36c0b0e 100644
--- a/editeng/source/editeng/eehtml.hxx
+++ b/editeng/source/editeng/eehtml.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _EEHTML_HXX
-#define _EEHTML_HXX
+#ifndef INCLUDED_EDITENG_SOURCE_EDITENG_EEHTML_HXX
+#define INCLUDED_EDITENG_SOURCE_EDITENG_EEHTML_HXX
#include <editdoc.hxx>
#include <svtools/parhtml.hxx>
@@ -80,6 +80,6 @@ public:
SV_DECL_REF( EditHTMLParser )
SV_IMPL_REF( EditHTMLParser );
-#endif // _EEHTML_HXX
+#endif // INCLUDED_EDITENG_SOURCE_EDITENG_EEHTML_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/editeng/source/editeng/eeobj.hxx b/editeng/source/editeng/eeobj.hxx
index 15f2b262680a..799aa36fbcb4 100644
--- a/editeng/source/editeng/eeobj.hxx
+++ b/editeng/source/editeng/eeobj.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _DATAOBJ_HXX
-#define _DATAOBJ_HXX
+#ifndef INCLUDED_EDITENG_SOURCE_EDITENG_EEOBJ_HXX
+#define INCLUDED_EDITENG_SOURCE_EDITENG_EEOBJ_HXX
#include <cppuhelper/weak.hxx>
#include <com/sun/star/datatransfer/XTransferable.hpp>
@@ -57,6 +57,6 @@ public:
sal_Bool SAL_CALL isDataFlavorSupported( const ::com::sun::star::datatransfer::DataFlavor& aFlavor ) throw(::com::sun::star::uno::RuntimeException);
};
-#endif // _DATAOBJ_HXX
+#endif // INCLUDED_EDITENG_SOURCE_EDITENG_EEOBJ_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/editeng/source/editeng/eerdll2.hxx b/editeng/source/editeng/eerdll2.hxx
index 2c53b961c7f5..5cfbb9f6241f 100644
--- a/editeng/source/editeng/eerdll2.hxx
+++ b/editeng/source/editeng/eerdll2.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _EERDLL2_HXX
-#define _EERDLL2_HXX
+#ifndef INCLUDED_EDITENG_SOURCE_EDITENG_EERDLL2_HXX
+#define INCLUDED_EDITENG_SOURCE_EDITENG_EERDLL2_HXX
#include <com/sun/star/linguistic2/XLanguageGuessing.hpp>
#include <editeng/forbiddencharacterstable.hxx>
@@ -46,6 +46,6 @@ public:
::com::sun::star::uno::Reference< ::com::sun::star::linguistic2::XLanguageGuessing > GetLanguageGuesser();
};
-#endif //_EERDLL2_HXX
+#endif // INCLUDED_EDITENG_SOURCE_EDITENG_EERDLL2_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/editeng/source/editeng/eertfpar.hxx b/editeng/source/editeng/eertfpar.hxx
index 607fcd2c5a73..ac8ccf279e1f 100644
--- a/editeng/source/editeng/eertfpar.hxx
+++ b/editeng/source/editeng/eertfpar.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 _EERTFPAR_HXX
-#define _EERTFPAR_HXX
+#ifndef INCLUDED_EDITENG_SOURCE_EDITENG_EERTFPAR_HXX
+#define INCLUDED_EDITENG_SOURCE_EDITENG_EERTFPAR_HXX
#include <editeng/svxrtf.hxx>
@@ -116,6 +116,6 @@ SV_DECL_REF( EditRTFParser )
SV_IMPL_REF( EditRTFParser );
-#endif //_EERTFPAR_HXX
+#endif // INCLUDED_EDITENG_SOURCE_EDITENG_EERTFPAR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/editeng/source/editeng/impedit.hxx b/editeng/source/editeng/impedit.hxx
index 1cd40de99bea..83704be87dc3 100644
--- a/editeng/source/editeng/impedit.hxx
+++ b/editeng/source/editeng/impedit.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 _IMPEDIT_HXX
-#define _IMPEDIT_HXX
+#ifndef INCLUDED_EDITENG_SOURCE_EDITENG_IMPEDIT_HXX
+#define INCLUDED_EDITENG_SOURCE_EDITENG_IMPEDIT_HXX
#include <editdoc.hxx>
#include <editsel.hxx>
@@ -1213,7 +1213,7 @@ void ConvertAndPutItems( SfxItemSet& rDest, const SfxItemSet& rSource, const Map
sal_uInt8 GetCharTypeForCompression( sal_Unicode cChar );
Point Rotate( const Point& rPoint, short nOrientation, const Point& rOrigin );
-#endif // _IMPEDIT_HXX
+#endif // INCLUDED_EDITENG_SOURCE_EDITENG_IMPEDIT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/editeng/source/editeng/textconv.hxx b/editeng/source/editeng/textconv.hxx
index 011d94a923fe..db7841cc9c0d 100644
--- a/editeng/source/editeng/textconv.hxx
+++ b/editeng/source/editeng/textconv.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 _TEXTCONV_HXX
-#define _TEXTCONV_HXX
+#ifndef INCLUDED_EDITENG_SOURCE_EDITENG_TEXTCONV_HXX
+#define INCLUDED_EDITENG_SOURCE_EDITENG_TEXTCONV_HXX
#include <editeng/splwrap.hxx>
#include <editeng/svxacorr.hxx>
diff --git a/editeng/source/misc/SvXMLAutoCorrectExport.hxx b/editeng/source/misc/SvXMLAutoCorrectExport.hxx
index 3658779fa24e..a286e784a837 100644
--- a/editeng/source/misc/SvXMLAutoCorrectExport.hxx
+++ b/editeng/source/misc/SvXMLAutoCorrectExport.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 _SV_XMLAUTOCORRECTEXPORT_HXX
-#define _SV_XMLAUTOCORRECTEXPORT_HXX
+#ifndef INCLUDED_EDITENG_SOURCE_MISC_SVXMLAUTOCORRECTEXPORT_HXX
+#define INCLUDED_EDITENG_SOURCE_MISC_SVXMLAUTOCORRECTEXPORT_HXX
#include <xmloff/xmlictxt.hxx>
#include <xmloff/xmlexp.hxx>
diff --git a/editeng/source/misc/SvXMLAutoCorrectImport.hxx b/editeng/source/misc/SvXMLAutoCorrectImport.hxx
index 78b2e5571662..4bc7589063e6 100644
--- a/editeng/source/misc/SvXMLAutoCorrectImport.hxx
+++ b/editeng/source/misc/SvXMLAutoCorrectImport.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 _SV_XMLAUTOCORRECTIMPORT_HXX
-#define _SV_XMLAUTOCORRECTIMPORT_HXX
+#ifndef INCLUDED_EDITENG_SOURCE_MISC_SVXMLAUTOCORRECTIMPORT_HXX
+#define INCLUDED_EDITENG_SOURCE_MISC_SVXMLAUTOCORRECTIMPORT_HXX
#include <sot/storage.hxx>
#include <xmloff/xmlictxt.hxx>
diff --git a/editeng/source/outliner/outleeng.hxx b/editeng/source/outliner/outleeng.hxx
index a104ac711394..935b355ff7ce 100644
--- a/editeng/source/outliner/outleeng.hxx
+++ b/editeng/source/outliner/outleeng.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 _OUTLEENG_HXX
-#define _OUTLEENG_HXX
+#ifndef INCLUDED_EDITENG_SOURCE_OUTLINER_OUTLEENG_HXX
+#define INCLUDED_EDITENG_SOURCE_OUTLINER_OUTLEENG_HXX
#include <editeng/outliner.hxx>
#include <editeng/editeng.hxx>
diff --git a/editeng/source/outliner/outlundo.hxx b/editeng/source/outliner/outlundo.hxx
index c0c38c672fdc..db5424a9f8b6 100644
--- a/editeng/source/outliner/outlundo.hxx
+++ b/editeng/source/outliner/outlundo.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _OUTLUNDO_HXX
-#define _OUTLUNDO_HXX
+#ifndef INCLUDED_EDITENG_SOURCE_OUTLINER_OUTLUNDO_HXX
+#define INCLUDED_EDITENG_SOURCE_OUTLINER_OUTLUNDO_HXX
#include <editeng/outliner.hxx>
#include <editeng/editdata.hxx>
diff --git a/editeng/source/outliner/paralist.hxx b/editeng/source/outliner/paralist.hxx
index d8abf686f518..8641e955e8aa 100644
--- a/editeng/source/outliner/paralist.hxx
+++ b/editeng/source/outliner/paralist.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _PARALIST_HXX
-#define _PARALIST_HXX
+#ifndef INCLUDED_EDITENG_SOURCE_OUTLINER_PARALIST_HXX
+#define INCLUDED_EDITENG_SOURCE_OUTLINER_PARALIST_HXX
#include <sal/config.h>
#include <sal/log.hxx>
diff --git a/editeng/source/xml/editsource.hxx b/editeng/source/xml/editsource.hxx
index 5d1eb88c369e..990e46234901 100644
--- a/editeng/source/xml/editsource.hxx
+++ b/editeng/source/xml/editsource.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SVX_EDITSOURCE_HXX
-#define _SVX_EDITSOURCE_HXX
+#ifndef INCLUDED_EDITENG_SOURCE_XML_EDITSOURCE_HXX
+#define INCLUDED_EDITENG_SOURCE_XML_EDITSOURCE_HXX
#include <editeng/unoedsrc.hxx>