diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-05-05 15:29:21 +0200 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-05-07 14:37:42 +0200 |
commit | 5aa54f17441afee8c2001d73f4b590eeeafd7414 (patch) | |
tree | c9cc7b8833abafa5f63e6c003bc2ab892b6959eb /chart2 | |
parent | fbd414741157b969924318462ebfcfb5ccf4d3dc (diff) |
break circular include
of include/vcl/window.hxx and include/vcl/vclevent.hxx
Change-Id: Iacb3cc942693a732de5899af26e08e0977a83102
Reviewed-on: https://gerrit.libreoffice.org/37338
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/dialogs/ObjectNameProvider.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/source/controller/dialogs/ObjectNameProvider.cxx b/chart2/source/controller/dialogs/ObjectNameProvider.cxx index 574de211aff5..66a7fa3637bf 100644 --- a/chart2/source/controller/dialogs/ObjectNameProvider.cxx +++ b/chart2/source/controller/dialogs/ObjectNameProvider.cxx @@ -33,6 +33,7 @@ #include "RegressionCurveHelper.hxx" #include <rtl/math.hxx> #include <rtl/ustring.hxx> +#include <vcl/settings.hxx> #include <vcl/svapp.hxx> #include <com/sun/star/chart2/XTitle.hpp> |