summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inc/ViewsWindow.hxx
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/source/ui/inc/ViewsWindow.hxx
parent55c70634b891c7da7a0e1606cc0b498b7cbc9d71 (diff)
fixincludeguards.sh: reportdesign
Diffstat (limited to 'reportdesign/source/ui/inc/ViewsWindow.hxx')
-rw-r--r--reportdesign/source/ui/inc/ViewsWindow.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/reportdesign/source/ui/inc/ViewsWindow.hxx b/reportdesign/source/ui/inc/ViewsWindow.hxx
index a4741d84ea86..e074cadeb146 100644
--- a/reportdesign/source/ui/inc/ViewsWindow.hxx
+++ b/reportdesign/source/ui/inc/ViewsWindow.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_VIEWSWINDOW_HXX
-#define RPTUI_VIEWSWINDOW_HXX
+#ifndef INCLUDED_REPORTDESIGN_SOURCE_UI_INC_VIEWSWINDOW_HXX
+#define INCLUDED_REPORTDESIGN_SOURCE_UI_INC_VIEWSWINDOW_HXX
#include <com/sun/star/report/XSection.hpp>
#include <vcl/window.hxx>
@@ -343,6 +343,6 @@ namespace rptui
} // rptui
-#endif // RPTUI_VIEWSWINDOW_HXX
+#endif // INCLUDED_REPORTDESIGN_SOURCE_UI_INC_VIEWSWINDOW_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */