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 | 819fc49e69d19c9d71c64b580e877969d45268a5 (patch) | |
tree | 95c617ce1a4c1ef05eee5f435b7a787ef2704b60 /basctl/source | |
parent | 2955bfb26cafe6c421b8a40e0d7d0c975d2162b8 (diff) |
undo previous erroneous change, solar.hrc belongs to svl instead vcl now
Diffstat (limited to 'basctl/source')
-rw-r--r-- | basctl/source/basicide/brkdlg.hrc | 2 | ||||
-rw-r--r-- | basctl/source/basicide/iderdll.cxx | 2 | ||||
-rw-r--r-- | basctl/source/basicide/macrodlg.hrc | 2 | ||||
-rw-r--r-- | basctl/source/basicide/moduldlg.hrc | 2 | ||||
-rw-r--r-- | basctl/source/basicide/moptions.hrc | 2 | ||||
-rw-r--r-- | basctl/source/basicide/objdlg.hrc | 2 | ||||
-rw-r--r-- | basctl/source/basicide/tbxctl.hrc | 2 | ||||
-rw-r--r-- | basctl/source/inc/dlgresid.hrc | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/basctl/source/basicide/brkdlg.hrc b/basctl/source/basicide/brkdlg.hrc index eb7c02476..718dac03b 100644 --- a/basctl/source/basicide/brkdlg.hrc +++ b/basctl/source/basicide/brkdlg.hrc @@ -30,7 +30,7 @@ #ifndef _BRKDLG_HRC #define _BRKDLG_HRC -#include <vcl/solar.hrc> +#include <svl/solar.hrc> #define RID_BASICIDE_BREAKPOINTDLG ( RID_BASICIDE_START + 80 ) diff --git a/basctl/source/basicide/iderdll.cxx b/basctl/source/basicide/iderdll.cxx index bd8e37ddb..8a905b477 100644 --- a/basctl/source/basicide/iderdll.cxx +++ b/basctl/source/basicide/iderdll.cxx @@ -41,7 +41,7 @@ #include <sfx2/genlink.hxx> -#include <vcl/solar.hrc> +#include <svl/solar.hrc> #include <iderdll.hxx> #include <iderdll2.hxx> #include <iderid.hxx> diff --git a/basctl/source/basicide/macrodlg.hrc b/basctl/source/basicide/macrodlg.hrc index 9e97d8c73..e46865bee 100644 --- a/basctl/source/basicide/macrodlg.hrc +++ b/basctl/source/basicide/macrodlg.hrc @@ -30,7 +30,7 @@ #ifndef _MACRODLG_HRC #define _MACRODLG_HRC -#include <vcl/solar.hrc> +#include <svl/solar.hrc> #define RID_MACROCHOOSER ( RID_BASICIDE_START + 50 ) #define RID_STR_BTNDEL ( RID_BASICIDE_START + 51 ) diff --git a/basctl/source/basicide/moduldlg.hrc b/basctl/source/basicide/moduldlg.hrc index 9368651f2..c5a85041f 100644 --- a/basctl/source/basicide/moduldlg.hrc +++ b/basctl/source/basicide/moduldlg.hrc @@ -30,7 +30,7 @@ #ifndef _MODULDLG_HRC #define _MODULDLG_HRC -#include <vcl/solar.hrc> +#include <svl/solar.hrc> #define RID_STR_LIB 1 #define RID_TRLBOX 2 diff --git a/basctl/source/basicide/moptions.hrc b/basctl/source/basicide/moptions.hrc index 49bd8b71c..f225b2e07 100644 --- a/basctl/source/basicide/moptions.hrc +++ b/basctl/source/basicide/moptions.hrc @@ -30,7 +30,7 @@ #ifndef _MOPTIONS_HRC #define _MOPTIONS_HRC -#include <vcl/solar.hrc> +#include <svl/solar.hrc> #define RID_MACROOPTIONS ( RID_BASICIDE_START + 55 ) diff --git a/basctl/source/basicide/objdlg.hrc b/basctl/source/basicide/objdlg.hrc index 8ddfffc20..8a89c840c 100644 --- a/basctl/source/basicide/objdlg.hrc +++ b/basctl/source/basicide/objdlg.hrc @@ -30,7 +30,7 @@ #ifndef _OBJDLG_HRC #define _OBJDLG_HRC -#include <vcl/solar.hrc> +#include <svl/solar.hrc> #define RID_BASICIDE_OBJCAT ( RID_BASICIDE_START + 70 ) #define RID_FT_MACRODESCR 8 diff --git a/basctl/source/basicide/tbxctl.hrc b/basctl/source/basicide/tbxctl.hrc index 53e8b07af..8e84d0ec0 100644 --- a/basctl/source/basicide/tbxctl.hrc +++ b/basctl/source/basicide/tbxctl.hrc @@ -27,7 +27,7 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ -#include <vcl/solar.hrc> +#include <svl/solar.hrc> #define RID_TBXCONTROLS ( RID_BASICIDE_START + 65 ) #define RID_TOOLBOX ( RID_BASICIDE_START + 66 ) diff --git a/basctl/source/inc/dlgresid.hrc b/basctl/source/inc/dlgresid.hrc index 1a633b5d0..4b69d2930 100644 --- a/basctl/source/inc/dlgresid.hrc +++ b/basctl/source/inc/dlgresid.hrc @@ -33,7 +33,7 @@ // include ----------------------------------------------------------- -#include <vcl/solar.hrc> +#include <svl/solar.hrc> // Dialog Control Id's ----------------------------------------------------------- |