diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-18 18:54:04 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-19 11:10:09 +0200 |
commit | 436f9d16c4b2535ebf927e4fb56c3b7bfee9e509 (patch) | |
tree | 9e3f08f270bca9540c78063e8fd28a98910c56b9 /reportdesign/source/ui/inc/propbrw.hxx | |
parent | 55c70634b891c7da7a0e1606cc0b498b7cbc9d71 (diff) |
fixincludeguards.sh: reportdesign
Diffstat (limited to 'reportdesign/source/ui/inc/propbrw.hxx')
-rw-r--r-- | reportdesign/source/ui/inc/propbrw.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/reportdesign/source/ui/inc/propbrw.hxx b/reportdesign/source/ui/inc/propbrw.hxx index cf22ed751ac3..051fc9a98c3b 100644 --- a/reportdesign/source/ui/inc/propbrw.hxx +++ b/reportdesign/source/ui/inc/propbrw.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _REPORT_PROPBRW_HXX -#define _REPORT_PROPBRW_HXX +#ifndef INCLUDED_REPORTDESIGN_SOURCE_UI_INC_PROPBRW_HXX +#define INCLUDED_REPORTDESIGN_SOURCE_UI_INC_PROPBRW_HXX #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/awt/XControlContainer.hpp> @@ -106,6 +106,6 @@ private: } // rptui -#endif // _REPORT_PROPBRW_HXX +#endif // INCLUDED_REPORTDESIGN_SOURCE_UI_INC_PROPBRW_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |