diff options
author | Philipp Lohmann <pl@openoffice.org> | 2009-08-15 16:27:42 +0000 |
---|---|---|
committer | Philipp Lohmann <pl@openoffice.org> | 2009-08-15 16:27:42 +0000 |
commit | e1fca8328d16595d794755f0a20b36704acf0a31 (patch) | |
tree | 7aa08c6ae5be34f560676457fca5d38b3c7a3a3f /basic/source/runtime | |
parent | f6bec933de9a41ade03bd9fbd23607bc01e0fe50 (diff) |
#i92516# move solar.hrc to vcl
Diffstat (limited to 'basic/source/runtime')
-rw-r--r-- | basic/source/runtime/basrdll.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/basic/source/runtime/basrdll.cxx b/basic/source/runtime/basrdll.cxx index e4c9ad1fe307..69d4530885d0 100644 --- a/basic/source/runtime/basrdll.cxx +++ b/basic/source/runtime/basrdll.cxx @@ -32,9 +32,7 @@ #include "precompiled_basic.hxx" #include <tools/shl.hxx> #include <vcl/svapp.hxx> -#ifndef _SOLAR_HRC -#include <svtools/solar.hrc> -#endif +#include <vcl/solar.hrc> #include <tools/debug.hxx> #include <vcl/msgbox.hxx> |