summaryrefslogtreecommitdiff
path: root/sd/source/filter
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 22:38:46 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:33 +0200
commit3b58ababc566adef48d8ab600489e554c4585b1d (patch)
treeb1abea7e58d2f9daa28903896d87e3b6284eed43 /sd/source/filter
parent3a6148e8114a5b980dbedadacce2074390d81555 (diff)
fixincludeguards.sh: sd
Change-Id: Ic831838b377656015d645eec9d439424378e08af
Diffstat (limited to 'sd/source/filter')
-rw-r--r--sd/source/filter/eppt/eppt.hxx4
-rw-r--r--sd/source/filter/eppt/epptbase.hxx4
-rw-r--r--sd/source/filter/eppt/epptdef.hxx4
-rw-r--r--sd/source/filter/eppt/epptooxml.hxx4
-rw-r--r--sd/source/filter/eppt/escherex.hxx4
-rw-r--r--sd/source/filter/eppt/grouptable.hxx4
-rw-r--r--sd/source/filter/eppt/pptexanimations.hxx4
-rw-r--r--sd/source/filter/eppt/pptexsoundcollection.hxx4
-rw-r--r--sd/source/filter/eppt/text.hxx4
-rw-r--r--sd/source/filter/html/buttonset.hxx6
-rw-r--r--sd/source/filter/html/htmlattr.hxx6
-rw-r--r--sd/source/filter/html/htmlex.hxx6
-rw-r--r--sd/source/filter/ppt/ppt97animations.hxx4
-rw-r--r--sd/source/filter/ppt/pptanimations.hxx4
-rw-r--r--sd/source/filter/ppt/pptatom.hxx4
-rw-r--r--sd/source/filter/ppt/pptin.hxx6
-rw-r--r--sd/source/filter/ppt/pptinanimations.hxx4
-rw-r--r--sd/source/filter/ppt/propread.hxx4
18 files changed, 40 insertions, 40 deletions
diff --git a/sd/source/filter/eppt/eppt.hxx b/sd/source/filter/eppt/eppt.hxx
index 4f2d3d9b1426..8f9054b66f92 100644
--- a/sd/source/filter/eppt/eppt.hxx
+++ b/sd/source/filter/eppt/eppt.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _EPPT_HXX_
-#define _EPPT_HXX_
+#ifndef INCLUDED_SD_SOURCE_FILTER_EPPT_EPPT_HXX
+#define INCLUDED_SD_SOURCE_FILTER_EPPT_EPPT_HXX
#include <vector>
#include "escherex.hxx"
#include <sal/types.h>
diff --git a/sd/source/filter/eppt/epptbase.hxx b/sd/source/filter/eppt/epptbase.hxx
index 8b033fb031d2..3860ce1bc1d5 100644
--- a/sd/source/filter/eppt/epptbase.hxx
+++ b/sd/source/filter/eppt/epptbase.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef EPPT_EPPTBASE_HXX
-#define EPPT_EPPTBASE_HXX
+#ifndef INCLUDED_SD_SOURCE_FILTER_EPPT_EPPTBASE_HXX
+#define INCLUDED_SD_SOURCE_FILTER_EPPT_EPPTBASE_HXX
#include <vector>
#include <boost/ptr_container/ptr_vector.hpp>
diff --git a/sd/source/filter/eppt/epptdef.hxx b/sd/source/filter/eppt/epptdef.hxx
index 025e3ed82b60..73cebe4df42c 100644
--- a/sd/source/filter/eppt/epptdef.hxx
+++ b/sd/source/filter/eppt/epptdef.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _EPPT_DEF_HXX
-#define _EPPT_DEF_HXX
+#ifndef INCLUDED_SD_SOURCE_FILTER_EPPT_EPPTDEF_HXX
+#define INCLUDED_SD_SOURCE_FILTER_EPPT_EPPTDEF_HXX
#include <tools/solar.h>
diff --git a/sd/source/filter/eppt/epptooxml.hxx b/sd/source/filter/eppt/epptooxml.hxx
index 66d4711956b5..3392bc960578 100644
--- a/sd/source/filter/eppt/epptooxml.hxx
+++ b/sd/source/filter/eppt/epptooxml.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef EPPT_POWERPOINT_EXPORT_HXX
-#define EPPT_POWERPOINT_EXPORT_HXX
+#ifndef INCLUDED_SD_SOURCE_FILTER_EPPT_EPPTOOXML_HXX
+#define INCLUDED_SD_SOURCE_FILTER_EPPT_EPPTOOXML_HXX
#include <oox/core/xmlfilterbase.hxx>
#include <oox/helper/zipstorage.hxx>
diff --git a/sd/source/filter/eppt/escherex.hxx b/sd/source/filter/eppt/escherex.hxx
index eecd15c4e9b2..81c45447abe8 100644
--- a/sd/source/filter/eppt/escherex.hxx
+++ b/sd/source/filter/eppt/escherex.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _PptEscherEX_HXX
-#define _PptEscherEX_HXX
+#ifndef INCLUDED_SD_SOURCE_FILTER_EPPT_ESCHEREX_HXX
+#define INCLUDED_SD_SOURCE_FILTER_EPPT_ESCHEREX_HXX
#include <filter/msfilter/escherex.hxx>
/// Values for the sal_uLong in PPT_PST_TextHeaderAtom.
diff --git a/sd/source/filter/eppt/grouptable.hxx b/sd/source/filter/eppt/grouptable.hxx
index cbf5a8d502b0..ac3acb746e58 100644
--- a/sd/source/filter/eppt/grouptable.hxx
+++ b/sd/source/filter/eppt/grouptable.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef EPPT_GROUP_TABLE
-#define EPPT_GROUP_TABLE
+#ifndef INCLUDED_SD_SOURCE_FILTER_EPPT_GROUPTABLE_HXX
+#define INCLUDED_SD_SOURCE_FILTER_EPPT_GROUPTABLE_HXX
#include <com/sun/star/container/XIndexAccess.hpp>
diff --git a/sd/source/filter/eppt/pptexanimations.hxx b/sd/source/filter/eppt/pptexanimations.hxx
index 570b5222740f..18b24c439292 100644
--- a/sd/source/filter/eppt/pptexanimations.hxx
+++ b/sd/source/filter/eppt/pptexanimations.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SD_PPT_EXANIMATIONS_HXX
-#define _SD_PPT_EXANIMATIONS_HXX
+#ifndef INCLUDED_SD_SOURCE_FILTER_EPPT_PPTEXANIMATIONS_HXX
+#define INCLUDED_SD_SOURCE_FILTER_EPPT_PPTEXANIMATIONS_HXX
#include <com/sun/star/animations/XTimeContainer.hpp>
#include <com/sun/star/drawing/XDrawPage.hpp>
diff --git a/sd/source/filter/eppt/pptexsoundcollection.hxx b/sd/source/filter/eppt/pptexsoundcollection.hxx
index a83bf5ba9238..8a0561e658db 100644
--- a/sd/source/filter/eppt/pptexsoundcollection.hxx
+++ b/sd/source/filter/eppt/pptexsoundcollection.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SD_PPT_EXSOUNDCOLLECTION_HXX
-#define _SD_PPT_EXSOUNDCOLLECTION_HXX
+#ifndef INCLUDED_SD_SOURCE_FILTER_EPPT_PPTEXSOUNDCOLLECTION_HXX
+#define INCLUDED_SD_SOURCE_FILTER_EPPT_PPTEXSOUNDCOLLECTION_HXX
#include <boost/ptr_container/ptr_vector.hpp>
diff --git a/sd/source/filter/eppt/text.hxx b/sd/source/filter/eppt/text.hxx
index c73499522254..3c0614ee4fa8 100644
--- a/sd/source/filter/eppt/text.hxx
+++ b/sd/source/filter/eppt/text.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef EPPT_TEXT_HXX
-#define EPPT_TEXT_HXX
+#ifndef INCLUDED_SD_SOURCE_FILTER_EPPT_TEXT_HXX
+#define INCLUDED_SD_SOURCE_FILTER_EPPT_TEXT_HXX
#include "epptbase.hxx"
#include "epptdef.hxx"
diff --git a/sd/source/filter/html/buttonset.hxx b/sd/source/filter/html/buttonset.hxx
index 537f3280b6fe..86852f4e593f 100644
--- a/sd/source/filter/html/buttonset.hxx
+++ b/sd/source/filter/html/buttonset.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SD_HTMLEX_BUTTONSET_HXX
-#define _SD_HTMLEX_BUTTONSET_HXX
+#ifndef INCLUDED_SD_SOURCE_FILTER_HTML_BUTTONSET_HXX
+#define INCLUDED_SD_SOURCE_FILTER_HTML_BUTTONSET_HXX
#include <sddllapi.h>
@@ -44,6 +44,6 @@ private:
ButtonSetImpl* mpImpl;
};
-#endif // _SD_HTMLEX_BUTTONSET_HXX
+#endif // INCLUDED_SD_SOURCE_FILTER_HTML_BUTTONSET_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sd/source/filter/html/htmlattr.hxx b/sd/source/filter/html/htmlattr.hxx
index bc93cd6d84a5..ad6946158ab7 100644
--- a/sd/source/filter/html/htmlattr.hxx
+++ b/sd/source/filter/html/htmlattr.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SD_HTMLATTR_HXX
-#define _SD_HTMLATTR_HXX
+#ifndef INCLUDED_SD_SOURCE_FILTER_HTML_HTMLATTR_HXX
+#define INCLUDED_SD_SOURCE_FILTER_HTML_HTMLATTR_HXX
#include <vcl/ctrl.hxx>
#include <tools/color.hxx>
@@ -40,6 +40,6 @@ public:
Color& aVLink, Color& aALink );
};
-#endif // _SD_HTMLATTR_HXX
+#endif // INCLUDED_SD_SOURCE_FILTER_HTML_HTMLATTR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sd/source/filter/html/htmlex.hxx b/sd/source/filter/html/htmlex.hxx
index 279e59d3f7fe..4ffbf967a830 100644
--- a/sd/source/filter/html/htmlex.hxx
+++ b/sd/source/filter/html/htmlex.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SD_HTMLEX_HXX
-#define _SD_HTMLEX_HXX
+#ifndef INCLUDED_SD_SOURCE_FILTER_HTML_HTMLEX_HXX
+#define INCLUDED_SD_SOURCE_FILTER_HTML_HTMLEX_HXX
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/ucb/XSimpleFileAccess3.hpp>
@@ -217,6 +217,6 @@ class HtmlExport
static OUString StringToHTMLString( const OUString& rString );
};
-#endif // _SD_HTMLEX_HXX
+#endif // INCLUDED_SD_SOURCE_FILTER_HTML_HTMLEX_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sd/source/filter/ppt/ppt97animations.hxx b/sd/source/filter/ppt/ppt97animations.hxx
index dc653895c97b..bf4d438b640f 100644
--- a/sd/source/filter/ppt/ppt97animations.hxx
+++ b/sd/source/filter/ppt/ppt97animations.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SD_PPT_97_ANIMATIONS_HXX
-#define _SD_PPT_97_ANIMATIONS_HXX
+#ifndef INCLUDED_SD_SOURCE_FILTER_PPT_PPT97ANIMATIONS_HXX
+#define INCLUDED_SD_SOURCE_FILTER_PPT_PPT97ANIMATIONS_HXX
// header for class SvStream
#include <tools/stream.hxx>
diff --git a/sd/source/filter/ppt/pptanimations.hxx b/sd/source/filter/ppt/pptanimations.hxx
index eca157f77969..10a51df3c4a4 100644
--- a/sd/source/filter/ppt/pptanimations.hxx
+++ b/sd/source/filter/ppt/pptanimations.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SD_PPT_ANIMATIONS_HXX
-#define _SD_PPT_ANIMATIONS_HXX
+#ifndef INCLUDED_SD_SOURCE_FILTER_PPT_PPTANIMATIONS_HXX
+#define INCLUDED_SD_SOURCE_FILTER_PPT_PPTANIMATIONS_HXX
#include <com/sun/star/uno/Any.h>
#include <com/sun/star/animations/TransitionType.hpp>
diff --git a/sd/source/filter/ppt/pptatom.hxx b/sd/source/filter/ppt/pptatom.hxx
index 153839440f3d..017a88011ea2 100644
--- a/sd/source/filter/ppt/pptatom.hxx
+++ b/sd/source/filter/ppt/pptatom.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _PPTATOM_HXX_
-#define _PPTATOM_HXX_
+#ifndef INCLUDED_SD_SOURCE_FILTER_PPT_PPTATOM_HXX
+#define INCLUDED_SD_SOURCE_FILTER_PPT_PPTATOM_HXX
#include <svx/msdffdef.hxx>
#include <filter/msfilter/msdffimp.hxx>
diff --git a/sd/source/filter/ppt/pptin.hxx b/sd/source/filter/ppt/pptin.hxx
index e5bb8e927936..92c992ee2292 100644
--- a/sd/source/filter/ppt/pptin.hxx
+++ b/sd/source/filter/ppt/pptin.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SD_PPTIN_HXX
-#define _SD_PPTIN_HXX
+#ifndef INCLUDED_SD_SOURCE_FILTER_PPT_PPTIN_HXX
+#define INCLUDED_SD_SOURCE_FILTER_PPT_PPTIN_HXX
#include <filter/msfilter/svdfppt.hxx>
#include <svx/msdffdef.hxx>
@@ -93,6 +93,6 @@ class SdPPTImport
sal_Bool Import();
};
-#endif // _SD_PPTIN_HXX
+#endif // INCLUDED_SD_SOURCE_FILTER_PPT_PPTIN_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sd/source/filter/ppt/pptinanimations.hxx b/sd/source/filter/ppt/pptinanimations.hxx
index 691e41872cdf..1e9319c8219a 100644
--- a/sd/source/filter/ppt/pptinanimations.hxx
+++ b/sd/source/filter/ppt/pptinanimations.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SD_PPT_INANIMATIONS_HXX
-#define _SD_PPT_INANIMATIONS_HXX
+#ifndef INCLUDED_SD_SOURCE_FILTER_PPT_PPTINANIMATIONS_HXX
+#define INCLUDED_SD_SOURCE_FILTER_PPT_PPTINANIMATIONS_HXX
#include <com/sun/star/animations/XTimeContainer.hpp>
#include <com/sun/star/drawing/XDrawPage.hpp>
diff --git a/sd/source/filter/ppt/propread.hxx b/sd/source/filter/ppt/propread.hxx
index c5d600f96383..0325a8f9dcc3 100644
--- a/sd/source/filter/ppt/propread.hxx
+++ b/sd/source/filter/ppt/propread.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _PROPREAD_HXX_
-#define _PROPREAD_HXX_
+#ifndef INCLUDED_SD_SOURCE_FILTER_PPT_PROPREAD_HXX
+#define INCLUDED_SD_SOURCE_FILTER_PPT_PROPREAD_HXX
#include <map>
#include <boost/ptr_container/ptr_vector.hpp>