diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 22:38:46 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 23:22:33 +0200 |
commit | 3b58ababc566adef48d8ab600489e554c4585b1d (patch) | |
tree | b1abea7e58d2f9daa28903896d87e3b6284eed43 /sd/workben | |
parent | 3a6148e8114a5b980dbedadacce2074390d81555 (diff) |
fixincludeguards.sh: sd
Change-Id: Ic831838b377656015d645eec9d439424378e08af
Diffstat (limited to 'sd/workben')
-rw-r--r-- | sd/workben/custompanel/ctp_panel.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/workben/custompanel/ctp_panel.hxx b/sd/workben/custompanel/ctp_panel.hxx index f3fa1718f415..b067ddc6bddc 100644 --- a/sd/workben/custompanel/ctp_panel.hxx +++ b/sd/workben/custompanel/ctp_panel.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SD_WORKBENCH_CTP_PANEL_HXX -#define SD_WORKBENCH_CTP_PANEL_HXX +#ifndef INCLUDED_SD_WORKBEN_CUSTOMPANEL_CTP_PANEL_HXX +#define INCLUDED_SD_WORKBEN_CUSTOMPANEL_CTP_PANEL_HXX #include <com/sun/star/drawing/framework/XView.hpp> #include <com/sun/star/ui/XToolPanel.hpp> @@ -87,6 +87,6 @@ namespace sd { namespace colortoolpanel } } // namespace sd::colortoolpanel //...................................................................................................................... -#endif // SD_WORKBENCH_CTP_PANEL_HXX +#endif // INCLUDED_SD_WORKBEN_CUSTOMPANEL_CTP_PANEL_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |