summaryrefslogtreecommitdiff
path: root/reportdesign/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-18 18:54:04 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-19 11:10:09 +0200
commit436f9d16c4b2535ebf927e4fb56c3b7bfee9e509 (patch)
tree9e3f08f270bca9540c78063e8fd28a98910c56b9 /reportdesign/inc
parent55c70634b891c7da7a0e1606cc0b498b7cbc9d71 (diff)
fixincludeguards.sh: reportdesign
Diffstat (limited to 'reportdesign/inc')
-rw-r--r--reportdesign/inc/ModuleHelper.hxx6
-rw-r--r--reportdesign/inc/PropertyForward.hxx6
-rw-r--r--reportdesign/inc/ReportDefinition.hxx6
-rw-r--r--reportdesign/inc/ReportHelperDefines.hxx6
-rw-r--r--reportdesign/inc/ReportVisitor.hxx6
-rw-r--r--reportdesign/inc/RptDef.hxx6
-rw-r--r--reportdesign/inc/RptModel.hxx4
-rw-r--r--reportdesign/inc/RptObject.hxx6
-rw-r--r--reportdesign/inc/RptPage.hxx6
-rw-r--r--reportdesign/inc/UndoActions.hxx6
-rw-r--r--reportdesign/inc/UndoEnv.hxx4
-rw-r--r--reportdesign/inc/conditionalexpression.hxx6
-rw-r--r--reportdesign/inc/dllapi.h6
-rw-r--r--reportdesign/inc/reportformula.hxx6
14 files changed, 40 insertions, 40 deletions
diff --git a/reportdesign/inc/ModuleHelper.hxx b/reportdesign/inc/ModuleHelper.hxx
index 91242cb48f09..e1fb2f7bf0a5 100644
--- a/reportdesign/inc/ModuleHelper.hxx
+++ b/reportdesign/inc/ModuleHelper.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _RPTUI_MODULE_HELPER_RPT_HXX_
-#define _RPTUI_MODULE_HELPER_RPT_HXX_
+#ifndef INCLUDED_REPORTDESIGN_INC_MODULEHELPER_HXX
+#define INCLUDED_REPORTDESIGN_INC_MODULEHELPER_HXX
#include "dllapi.h"
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
@@ -86,7 +86,7 @@ namespace rptui
} // namespace rptui
-#endif // _RPTUI_MODULE_HELPER_RPT_HXX_
+#endif // INCLUDED_REPORTDESIGN_INC_MODULEHELPER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/reportdesign/inc/PropertyForward.hxx b/reportdesign/inc/PropertyForward.hxx
index e0bd925ddfc6..6ff443b74bc3 100644
--- a/reportdesign/inc/PropertyForward.hxx
+++ b/reportdesign/inc/PropertyForward.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 RPTUI_PROPERTYSETFORWARD_HXX
-#define RPTUI_PROPERTYSETFORWARD_HXX
+#ifndef INCLUDED_REPORTDESIGN_INC_PROPERTYFORWARD_HXX
+#define INCLUDED_REPORTDESIGN_INC_PROPERTYFORWARD_HXX
#include "dllapi.h"
#include <com/sun/star/beans/XPropertyChangeListener.hpp>
@@ -80,6 +80,6 @@ namespace rptui
} // namespace rptui
-#endif // RPTUI_PROPERTYSETFORWARD_HXX
+#endif // INCLUDED_REPORTDESIGN_INC_PROPERTYFORWARD_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/reportdesign/inc/ReportDefinition.hxx b/reportdesign/inc/ReportDefinition.hxx
index f88440b5f168..236d5c91457f 100644
--- a/reportdesign/inc/ReportDefinition.hxx
+++ b/reportdesign/inc/ReportDefinition.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef REPORTDESIGN_API_REPORTDEFINITION_HXX
-#define REPORTDESIGN_API_REPORTDEFINITION_HXX
+#ifndef INCLUDED_REPORTDESIGN_INC_REPORTDEFINITION_HXX
+#define INCLUDED_REPORTDESIGN_INC_REPORTDEFINITION_HXX
#include "dllapi.h"
@@ -402,6 +402,6 @@ namespace reportdesign
} // namespace reportdesign
-#endif // REPORTDESIGN_API_REPORTDEFINITION_HXX
+#endif // INCLUDED_REPORTDESIGN_INC_REPORTDEFINITION_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/reportdesign/inc/ReportHelperDefines.hxx b/reportdesign/inc/ReportHelperDefines.hxx
index 30ded582e982..7a1d47199c0c 100644
--- a/reportdesign/inc/ReportHelperDefines.hxx
+++ b/reportdesign/inc/ReportHelperDefines.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_REPORTHELPERDEFINES_HXX
-#define INCLUDED_REPORTHELPERDEFINES_HXX
+#ifndef INCLUDED_REPORTDESIGN_INC_REPORTHELPERDEFINES_HXX
+#define INCLUDED_REPORTDESIGN_INC_REPORTHELPERDEFINES_HXX
#define REPORTCONTROLMODEL_HEADER() \
virtual OUString SAL_CALL getDataField() throw (::com::sun::star::uno::RuntimeException, ::com::sun::star::beans::UnknownPropertyException, std::exception) SAL_OVERRIDE; \
@@ -183,6 +183,6 @@
-#endif // INCLUDED_REPORTHELPERDEFINES_HXX
+#endif // INCLUDED_REPORTDESIGN_INC_REPORTHELPERDEFINES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/reportdesign/inc/ReportVisitor.hxx b/reportdesign/inc/ReportVisitor.hxx
index 4383116c0e74..117eff296dc3 100644
--- a/reportdesign/inc/ReportVisitor.hxx
+++ b/reportdesign/inc/ReportVisitor.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_REPORT_VISTITOR_HXX
-#define INCLUDED_REPORT_VISTITOR_HXX
+#ifndef INCLUDED_REPORTDESIGN_INC_REPORTVISITOR_HXX
+#define INCLUDED_REPORTDESIGN_INC_REPORTVISITOR_HXX
#include "dllapi.h"
#include <com/sun/star/report/XReportDefinition.hpp>
@@ -58,6 +58,6 @@ namespace reportdesign
} // namespace reportdesign
-#endif // INCLUDED_REPORT_VISTITOR_HXX
+#endif // INCLUDED_REPORTDESIGN_INC_REPORTVISITOR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/reportdesign/inc/RptDef.hxx b/reportdesign/inc/RptDef.hxx
index 918412f9770b..900111105f8f 100644
--- a/reportdesign/inc/RptDef.hxx
+++ b/reportdesign/inc/RptDef.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _REPORT_RPTUIDEF_HXX
-#define _REPORT_RPTUIDEF_HXX
+#ifndef INCLUDED_REPORTDESIGN_INC_RPTDEF_HXX
+#define INCLUDED_REPORTDESIGN_INC_RPTDEF_HXX
#include <sal/config.h>
@@ -117,6 +117,6 @@ template<typename T> void setStyleProperty(const ::com::sun::star::uno::Referenc
}
}
-#endif // _REPORT_RPTUIDEF_HXX
+#endif // INCLUDED_REPORTDESIGN_INC_RPTDEF_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/reportdesign/inc/RptModel.hxx b/reportdesign/inc/RptModel.hxx
index 964867d92310..40c48c06de9b 100644
--- a/reportdesign/inc/RptModel.hxx
+++ b/reportdesign/inc/RptModel.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef REPORT_RPTMODEL_HXX
-#define REPORT_RPTMODEL_HXX
+#ifndef INCLUDED_REPORTDESIGN_INC_RPTMODEL_HXX
+#define INCLUDED_REPORTDESIGN_INC_RPTMODEL_HXX
#include "dllapi.h"
#include <svx/svdmodel.hxx>
diff --git a/reportdesign/inc/RptObject.hxx b/reportdesign/inc/RptObject.hxx
index 8223041b280f..057dfb76d102 100644
--- a/reportdesign/inc/RptObject.hxx
+++ b/reportdesign/inc/RptObject.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 _REPORT_RPTUIOBJ_HXX
-#define _REPORT_RPTUIOBJ_HXX
+#ifndef INCLUDED_REPORTDESIGN_INC_RPTOBJECT_HXX
+#define INCLUDED_REPORTDESIGN_INC_RPTOBJECT_HXX
#include "dllapi.h"
#include <svx/svdoole2.hxx>
@@ -283,6 +283,6 @@ private:
} // rptui
-#endif // _REPORT_RPTUIOBJ_HXX
+#endif // INCLUDED_REPORTDESIGN_INC_RPTOBJECT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/reportdesign/inc/RptPage.hxx b/reportdesign/inc/RptPage.hxx
index 5c1f22cd0223..466b1ef06d8e 100644
--- a/reportdesign/inc/RptPage.hxx
+++ b/reportdesign/inc/RptPage.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 _REPORT_RPTUIPAGE_HXX
-#define _REPORT_RPTUIPAGE_HXX
+#ifndef INCLUDED_REPORTDESIGN_INC_RPTPAGE_HXX
+#define INCLUDED_REPORTDESIGN_INC_RPTPAGE_HXX
#include "dllapi.h"
#include "svx/svdpage.hxx"
@@ -86,6 +86,6 @@ public:
::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > getSection() const;
};
}
-#endif //_REPORT_RPTUIPAGE_HXX
+#endif // INCLUDED_REPORTDESIGN_INC_RPTPAGE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/reportdesign/inc/UndoActions.hxx b/reportdesign/inc/UndoActions.hxx
index d4810cb1250f..a2cf40252017 100644
--- a/reportdesign/inc/UndoActions.hxx
+++ b/reportdesign/inc/UndoActions.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 RPTUI_UNDOACTIONS_HXX
-#define RPTUI_UNDOACTIONS_HXX
+#ifndef INCLUDED_REPORTDESIGN_INC_UNDOACTIONS_HXX
+#define INCLUDED_REPORTDESIGN_INC_UNDOACTIONS_HXX
#include "dllapi.h"
@@ -307,6 +307,6 @@ namespace rptui
};
}
-#endif //RPTUI_UNDOACTIONS_HXX
+#endif // INCLUDED_REPORTDESIGN_INC_UNDOACTIONS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/reportdesign/inc/UndoEnv.hxx b/reportdesign/inc/UndoEnv.hxx
index caa2fdc5e50a..d087b303899f 100644
--- a/reportdesign/inc/UndoEnv.hxx
+++ b/reportdesign/inc/UndoEnv.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_UNDOENV_HXX
-#define INCLUDED_UNDOENV_HXX
+#ifndef INCLUDED_REPORTDESIGN_INC_UNDOENV_HXX
+#define INCLUDED_REPORTDESIGN_INC_UNDOENV_HXX
#include <com/sun/star/beans/XPropertyChangeListener.hpp>
#include <com/sun/star/beans/PropertyChangeEvent.hpp>
diff --git a/reportdesign/inc/conditionalexpression.hxx b/reportdesign/inc/conditionalexpression.hxx
index 765ba84846d1..ae65306d68b7 100644
--- a/reportdesign/inc/conditionalexpression.hxx
+++ b/reportdesign/inc/conditionalexpression.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef CONDITIONALEXPRESSION_HXX
-#define CONDITIONALEXPRESSION_HXX
+#ifndef INCLUDED_REPORTDESIGN_INC_CONDITIONALEXPRESSION_HXX
+#define INCLUDED_REPORTDESIGN_INC_CONDITIONALEXPRESSION_HXX
#include "dllapi.h"
@@ -108,6 +108,6 @@ namespace rptui
} // namespace rptui
-#endif // CONDITIONALEXPRESSION_HXX
+#endif // INCLUDED_REPORTDESIGN_INC_CONDITIONALEXPRESSION_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/reportdesign/inc/dllapi.h b/reportdesign/inc/dllapi.h
index ae1b5020f318..ce41a483e0fa 100644
--- a/reportdesign/inc/dllapi.h
+++ b/reportdesign/inc/dllapi.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_REPORTDESIGNDLLAPI_H
-#define INCLUDED_REPORTDESIGNDLLAPI_H
+#ifndef INCLUDED_REPORTDESIGN_INC_DLLAPI_H
+#define INCLUDED_REPORTDESIGN_INC_DLLAPI_H
#include "sal/types.h"
@@ -28,6 +28,6 @@
#define REPORTDESIGN_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
#endif
-#endif /* INCLUDED_REPORTDESIGNDLLAPI_H */
+#endif // INCLUDED_REPORTDESIGN_INC_DLLAPI_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/reportdesign/inc/reportformula.hxx b/reportdesign/inc/reportformula.hxx
index 44dfed532018..6550b0c50600 100644
--- a/reportdesign/inc/reportformula.hxx
+++ b/reportdesign/inc/reportformula.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef REPORTFORMULA_HXX
-#define REPORTFORMULA_HXX
+#ifndef INCLUDED_REPORTDESIGN_INC_REPORTFORMULA_HXX
+#define INCLUDED_REPORTDESIGN_INC_REPORTFORMULA_HXX
#include "dllapi.h"
@@ -121,6 +121,6 @@ namespace rptui
} // namespace rptui
-#endif // REPORTFORMULA_HXX
+#endif // INCLUDED_REPORTDESIGN_INC_REPORTFORMULA_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */