diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2011-01-06 12:12:27 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2011-01-06 12:12:27 +0100 |
commit | a7417580c63270351601a7aef27c11247a831206 (patch) | |
tree | 270a67fb0ddddf13f280df00c4e422a51601a455 /chart2 | |
parent | 0658973c1612c54af9bbb9e9ae67e9b5493978eb (diff) | |
parent | fa663ff3fef9992ea327a571cdc123d23cf4b9da (diff) |
CWS-TOOLING: integrate CWS vcl117
Notes
Notes:
split repo tag: calc_ooo/DEV300_m97
Diffstat (limited to 'chart2')
-rwxr-xr-x[-rw-r--r--] | chart2/inc/pch/precompiled_chart2.hxx | 2 | ||||
-rw-r--r-- | chart2/source/controller/inc/ConfigurationAccess.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chart2/inc/pch/precompiled_chart2.hxx b/chart2/inc/pch/precompiled_chart2.hxx index 199564a9f024..fed813c55c76 100644..100755 --- a/chart2/inc/pch/precompiled_chart2.hxx +++ b/chart2/inc/pch/precompiled_chart2.hxx @@ -268,7 +268,7 @@ #include "unotools/configitem.hxx" #include "unotools/eventlisteneradapter.hxx" -#include "vcl/fldunit.hxx" +#include "tools/fldunit.hxx" #include "vos/mutex.hxx" //---MARKER--- diff --git a/chart2/source/controller/inc/ConfigurationAccess.hxx b/chart2/source/controller/inc/ConfigurationAccess.hxx index 0cc8180b3dd2..4b5196e7f902 100644 --- a/chart2/source/controller/inc/ConfigurationAccess.hxx +++ b/chart2/source/controller/inc/ConfigurationAccess.hxx @@ -29,7 +29,7 @@ #define _CHART2_CONFIGURATIONACCESS_HXX // header for enum FieldUnit -#include <vcl/fldunit.hxx> +#include <tools/fldunit.hxx> //............................................................................. namespace chart |