summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-06-29 15:50:40 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-06-29 15:59:53 +0200
commit8e1bffe7ffb0a091e06e83a453aec7ce666e8df0 (patch)
treea68fba5f15f673afac96bf8fcc7947ec4ff918d2 /chart2
parentb63027f0992cf5c368faeb807c69110997dd00ea (diff)
Remove include guards
Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/dialogs/DataBrowser.cxx3
-rw-r--r--chart2/source/controller/dialogs/dlg_ObjectProperties.cxx3
-rw-r--r--chart2/source/controller/dialogs/res_Titles.cxx5
-rw-r--r--chart2/source/controller/dialogs/tp_AxisPositions.cxx2
-rw-r--r--chart2/source/controller/dialogs/tp_Scale.cxx2
5 files changed, 1 insertions, 14 deletions
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 <svl/zformat.hxx>
-#endif
// header for SvNumberFormatter
#include <svl/zforlist.hxx>
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 <svl/zforlist.hxx>
-#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 <svtools/controldims.hrc>
- #endif
+#include <svtools/controldims.hrc>
//.............................................................................
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 <vcl/msgbox.hxx>
// header for class SvNumberformat
-#ifndef _ZFORMAT_HXX
#include <svl/zformat.hxx>
-#endif
#include <svtools/controldims.hrc>
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 <vcl/msgbox.hxx>
// header for class SvNumberformat
-#ifndef _ZFORMAT_HXX
#include <svl/zformat.hxx>
-#endif
#include <svtools/controldims.hrc>