From 8e1bffe7ffb0a091e06e83a453aec7ce666e8df0 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Fri, 29 Jun 2012 15:50:40 +0200 Subject: Remove include guards Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f --- chart2/source/controller/dialogs/DataBrowser.cxx | 3 --- chart2/source/controller/dialogs/dlg_ObjectProperties.cxx | 3 --- chart2/source/controller/dialogs/res_Titles.cxx | 5 +---- chart2/source/controller/dialogs/tp_AxisPositions.cxx | 2 -- chart2/source/controller/dialogs/tp_Scale.cxx | 2 -- 5 files changed, 1 insertion(+), 14 deletions(-) (limited to 'chart2/source') diff --git a/chart2/source/controller/dialogs/DataBrowser.cxx b/chart2/source/controller/dialogs/DataBrowser.cxx index 0c38dc020f05..ddba9b1f8cfa 100644 --- a/chart2/source/controller/dialogs/DataBrowser.cxx +++ b/chart2/source/controller/dialogs/DataBrowser.cxx @@ -26,11 +26,8 @@ * ************************************************************************/ - // header for class SvNumberformat -#ifndef _ZFORMAT_HXX #include -#endif // header for SvNumberFormatter #include diff --git a/chart2/source/controller/dialogs/dlg_ObjectProperties.cxx b/chart2/source/controller/dialogs/dlg_ObjectProperties.cxx index b4f5906ac4b0..44e7348aeb37 100644 --- a/chart2/source/controller/dialogs/dlg_ObjectProperties.cxx +++ b/chart2/source/controller/dialogs/dlg_ObjectProperties.cxx @@ -26,10 +26,7 @@ * ************************************************************************/ -#ifndef _ZFORLIST_HXX #include -#endif - #include "dlg_ObjectProperties.hxx" #include "ResourceIds.hrc" #include "Strings.hrc" diff --git a/chart2/source/controller/dialogs/res_Titles.cxx b/chart2/source/controller/dialogs/res_Titles.cxx index 0fc7f39c366a..e2845b7566ab 100644 --- a/chart2/source/controller/dialogs/res_Titles.cxx +++ b/chart2/source/controller/dialogs/res_Titles.cxx @@ -22,10 +22,7 @@ #include "res_Titles.hrc" #include "ResId.hxx" #include "TitleDialogData.hxx" - - #ifndef _SVT_CONTROLDIMS_HRC_ - #include - #endif +#include //............................................................................. namespace chart diff --git a/chart2/source/controller/dialogs/tp_AxisPositions.cxx b/chart2/source/controller/dialogs/tp_AxisPositions.cxx index 41fb85f3fea5..59d06f635e14 100644 --- a/chart2/source/controller/dialogs/tp_AxisPositions.cxx +++ b/chart2/source/controller/dialogs/tp_AxisPositions.cxx @@ -48,9 +48,7 @@ #include // header for class SvNumberformat -#ifndef _ZFORMAT_HXX #include -#endif #include diff --git a/chart2/source/controller/dialogs/tp_Scale.cxx b/chart2/source/controller/dialogs/tp_Scale.cxx index 7bcdb925f2ed..e198a68678d4 100644 --- a/chart2/source/controller/dialogs/tp_Scale.cxx +++ b/chart2/source/controller/dialogs/tp_Scale.cxx @@ -48,9 +48,7 @@ #include // header for class SvNumberformat -#ifndef _ZFORMAT_HXX #include -#endif #include -- cgit