summaryrefslogtreecommitdiff
path: root/reportdesign/inc/RptPage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/inc/RptPage.hxx')
-rw-r--r--reportdesign/inc/RptPage.hxx6
1 files changed, 3 insertions, 3 deletions
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: */