summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inc/RptUndo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/inc/RptUndo.hxx')
-rw-r--r--reportdesign/source/ui/inc/RptUndo.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/reportdesign/source/ui/inc/RptUndo.hxx b/reportdesign/source/ui/inc/RptUndo.hxx
index ec1d37ad31e6..1fd0ea9aa58d 100644
--- a/reportdesign/source/ui/inc/RptUndo.hxx
+++ b/reportdesign/source/ui/inc/RptUndo.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_UNDO_HXX
-#define RPTUI_UNDO_HXX
+#ifndef INCLUDED_REPORTDESIGN_SOURCE_UI_INC_RPTUNDO_HXX
+#define INCLUDED_REPORTDESIGN_SOURCE_UI_INC_RPTUNDO_HXX
#include "UndoActions.hxx"
#include <functional>
@@ -138,6 +138,6 @@ namespace rptui
virtual void Redo() SAL_OVERRIDE;
};
}
-#endif // RPTUI_UNDO_HXX
+#endif // INCLUDED_REPORTDESIGN_SOURCE_UI_INC_RPTUNDO_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */