diff options
-rw-r--r-- | chart2/source/controller/dialogs/Bitmaps.hrc | 2 | ||||
-rw-r--r-- | chart2/source/controller/dialogs/Bitmaps_HC.hrc | 2 | ||||
-rw-r--r-- | chart2/source/controller/inc/HelpIds.hrc | 2 | ||||
-rw-r--r-- | chart2/source/inc/Strings.hrc | 2 | ||||
-rw-r--r-- | sc/inc/pch/precompiled_sc.hxx | 2 | ||||
-rw-r--r-- | sc/source/core/inc/core_pch.hxx | 2 | ||||
-rw-r--r-- | sc/source/filter/inc/filt_pch.hxx | 2 | ||||
-rw-r--r-- | sc/source/ui/inc/ui_pch.hxx | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/chart2/source/controller/dialogs/Bitmaps.hrc b/chart2/source/controller/dialogs/Bitmaps.hrc index 00172de6bf82..d3aa3ebbff2f 100644 --- a/chart2/source/controller/dialogs/Bitmaps.hrc +++ b/chart2/source/controller/dialogs/Bitmaps.hrc @@ -31,7 +31,7 @@ #define CHART_BITMAPS_HRC #ifndef _SOLAR_HRC -#include <vcl/solar.hrc> +#include <svl/solar.hrc> #endif #ifndef STD_MASKCOLOR diff --git a/chart2/source/controller/dialogs/Bitmaps_HC.hrc b/chart2/source/controller/dialogs/Bitmaps_HC.hrc index 57ef14a76f3a..71a181b92559 100644 --- a/chart2/source/controller/dialogs/Bitmaps_HC.hrc +++ b/chart2/source/controller/dialogs/Bitmaps_HC.hrc @@ -28,7 +28,7 @@ * ************************************************************************/ #ifndef _SOLAR_HRC -#include <vcl/solar.hrc> +#include <svl/solar.hrc> #endif // RID_SCH_START is 30512 (see svl/solar.hrc) diff --git a/chart2/source/controller/inc/HelpIds.hrc b/chart2/source/controller/inc/HelpIds.hrc index ffa221e03410..89010d2bc8b5 100644 --- a/chart2/source/controller/inc/HelpIds.hrc +++ b/chart2/source/controller/inc/HelpIds.hrc @@ -30,7 +30,7 @@ #ifndef CHART_HELPIDS_HRC #define CHART_HELPIDS_HRC -#include <vcl/solar.hrc> +#include <svl/solar.hrc> //next is 120 //see old chart: schhids.h diff --git a/chart2/source/inc/Strings.hrc b/chart2/source/inc/Strings.hrc index bfb2c37f7896..3353e48e9238 100644 --- a/chart2/source/inc/Strings.hrc +++ b/chart2/source/inc/Strings.hrc @@ -31,7 +31,7 @@ #define CHART_STRINGS_HRC // this includes no link dependency -#include <vcl/solar.hrc> +#include <svl/solar.hrc> //next free is 290 //single free is: 134 diff --git a/sc/inc/pch/precompiled_sc.hxx b/sc/inc/pch/precompiled_sc.hxx index d766c152e921..dbb86fdf7484 100644 --- a/sc/inc/pch/precompiled_sc.hxx +++ b/sc/inc/pch/precompiled_sc.hxx @@ -160,7 +160,7 @@ #include <svl/listener.hxx> #include <svl/lstner.hxx> #include <unotools/pathoptions.hxx> -#include <vcl/solar.hrc> +#include <svl/solar.hrc> #include <unotools/useroptions.hxx> #include <svx/editobj.hxx> #include <svx/eeitem.hxx> diff --git a/sc/source/core/inc/core_pch.hxx b/sc/source/core/inc/core_pch.hxx index 33892091708a..19d0463e7871 100644 --- a/sc/source/core/inc/core_pch.hxx +++ b/sc/source/core/inc/core_pch.hxx @@ -71,7 +71,7 @@ #include <svl/lstner.hxx> #include <svl/poolitem.hxx> #include <tools/time.hxx> -#include <vcl/solar.hrc> +#include <svl/solar.hrc> #include <tools/date.hxx> #include <svl/brdcst.hxx> #include <svx/svxids.hrc> diff --git a/sc/source/filter/inc/filt_pch.hxx b/sc/source/filter/inc/filt_pch.hxx index 053d3dec6afc..606cc2c98482 100644 --- a/sc/source/filter/inc/filt_pch.hxx +++ b/sc/source/filter/inc/filt_pch.hxx @@ -108,7 +108,7 @@ #include <markarr.hxx> #include <root.hxx> #include <flttypes.hxx> -#include <vcl/solar.hrc> +#include <svl/solar.hrc> #include <sfx2/sfxsids.hrc> #include <svl/cntwids.hrc> #include <sfx2/cntids.hrc> diff --git a/sc/source/ui/inc/ui_pch.hxx b/sc/source/ui/inc/ui_pch.hxx index 1a13b18753a1..d9b21fd2f0d4 100644 --- a/sc/source/ui/inc/ui_pch.hxx +++ b/sc/source/ui/inc/ui_pch.hxx @@ -43,7 +43,7 @@ #include <tools/solar.h> #include <tools/string.hxx> -#include <vcl/solar.hrc> +#include <svl/solar.hrc> #include <tools/rtti.hxx> #include <string.h> #include <tools/contnr.hxx> |