diff options
author | Philipp Lohmann [pl] <Philipp.Lohmann@Sun.COM> | 2010-01-14 22:27:44 +0100 |
---|---|---|
committer | Philipp Lohmann [pl] <Philipp.Lohmann@Sun.COM> | 2010-01-14 22:27:44 +0100 |
commit | c0835b075cbd5bd943c303545c4af94c1e9660e6 (patch) | |
tree | 0279587edbc320c4139dbf8ce65a6594a5e2ec49 /svx/inc | |
parent | edc27277193bf52dbbb8be32f30377bb5a14a4f0 (diff) |
undo previous erroneous change, solar.hrc belongs to svl instead vcl now
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/fmhelp.hrc | 2 | ||||
-rw-r--r-- | svx/inc/helpid.hrc | 2 | ||||
-rw-r--r-- | svx/inc/svx/svdattr.hxx | 2 | ||||
-rw-r--r-- | svx/inc/svx/svdhdl.hxx | 2 | ||||
-rw-r--r-- | svx/inc/svx/svdundo.hxx | 2 | ||||
-rw-r--r-- | svx/inc/svx/svxids.hrc | 2 | ||||
-rw-r--r-- | svx/inc/svx/svxitems.hrc | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/svx/inc/fmhelp.hrc b/svx/inc/fmhelp.hrc index 86b24d35e452..ef445ab11f82 100644 --- a/svx/inc/fmhelp.hrc +++ b/svx/inc/fmhelp.hrc @@ -31,7 +31,7 @@ #define _SVX_FMHELP_HRC // include ----------------------------------------------------------- -#include <vcl/solar.hrc> +#include <svl/solar.hrc> // in solar.hrc //#define HID_FORMS_START (HID_LIB_START+4000) diff --git a/svx/inc/helpid.hrc b/svx/inc/helpid.hrc index 899e12a10048..bc36634e24c3 100644 --- a/svx/inc/helpid.hrc +++ b/svx/inc/helpid.hrc @@ -31,7 +31,7 @@ #define _SVX_HELPID_HRC // include --------------------------------------------------------------- -#include <vcl/solar.hrc> +#include <svl/solar.hrc> #include <svx/exthelpid.hrc> diff --git a/svx/inc/svx/svdattr.hxx b/svx/inc/svx/svdattr.hxx index ab3980b049ef..6149916f0d6c 100644 --- a/svx/inc/svx/svdattr.hxx +++ b/svx/inc/svx/svdattr.hxx @@ -32,7 +32,7 @@ #define _SVDATTR_HXX #ifndef _SOLAR_HRC -#include <vcl/solar.hrc> +#include <svl/solar.hrc> #endif #include <tools/solar.h> #include <svx/sdangitm.hxx> diff --git a/svx/inc/svx/svdhdl.hxx b/svx/inc/svx/svdhdl.hxx index 402b7c77d9c7..8d7d4552ea6c 100644 --- a/svx/inc/svx/svdhdl.hxx +++ b/svx/inc/svx/svdhdl.hxx @@ -39,7 +39,7 @@ #include <tools/contnr.hxx> #ifndef _SOLAR_HRC -#include <vcl/solar.hrc> +#include <svl/solar.hrc> #endif #include <svx/xpoly.hxx> diff --git a/svx/inc/svx/svdundo.hxx b/svx/inc/svx/svdundo.hxx index db7ab0191465..803b454a6f0c 100644 --- a/svx/inc/svx/svdundo.hxx +++ b/svx/inc/svx/svdundo.hxx @@ -32,7 +32,7 @@ #define _SVDUNDO_HXX #ifndef _SOLAR_HRC -#include <vcl/solar.hrc> +#include <svl/solar.hrc> #endif #include <svl/undo.hxx> #include <tools/contnr.hxx> diff --git a/svx/inc/svx/svxids.hrc b/svx/inc/svx/svxids.hrc index f4985c76ea0f..5c541b3b24dd 100644 --- a/svx/inc/svx/svxids.hrc +++ b/svx/inc/svx/svxids.hrc @@ -32,7 +32,7 @@ // include ------------------------------------------------------------------ #include <svl/memberid.hrc> -#include <vcl/solar.hrc> +#include <svl/solar.hrc> #include <sfx2/sfx.hrc> #include <sfx2/sfxsids.hrc> diff --git a/svx/inc/svx/svxitems.hrc b/svx/inc/svx/svxitems.hrc index b9850ee3fc2f..5d554cf67ebf 100644 --- a/svx/inc/svx/svxitems.hrc +++ b/svx/inc/svx/svxitems.hrc @@ -33,7 +33,7 @@ // include ------------------------------------------------------------------ #ifndef _SOLAR_HRC -#include <vcl/solar.hrc> +#include <svl/solar.hrc> #endif // BOOL --------------------------------------------------------------------- |