summaryrefslogtreecommitdiff
path: root/reportdesign/source/core/inc/ReportComponent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/core/inc/ReportComponent.hxx')
-rw-r--r--reportdesign/source/core/inc/ReportComponent.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/reportdesign/source/core/inc/ReportComponent.hxx b/reportdesign/source/core/inc/ReportComponent.hxx
index 11c12d3df665..0c7f96142afd 100644
--- a/reportdesign/source/core/inc/ReportComponent.hxx
+++ b/reportdesign/source/core/inc/ReportComponent.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef RPT_REPORTCOMPONENT_HXX
-#define RPT_REPORTCOMPONENT_HXX
+#ifndef INCLUDED_REPORTDESIGN_SOURCE_CORE_INC_REPORTCOMPONENT_HXX
+#define INCLUDED_REPORTDESIGN_SOURCE_CORE_INC_REPORTCOMPONENT_HXX
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/container/XChild.hpp>
@@ -76,6 +76,6 @@ namespace reportdesign
,oslInterlockedCount& _rRefCount);
};
}
-#endif // RPT_REPORTCOMPONENT_HXX
+#endif // INCLUDED_REPORTDESIGN_SOURCE_CORE_INC_REPORTCOMPONENT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */