diff options
-rw-r--r-- | svtools/source/misc/imagemgr.cxx | 2 | ||||
-rw-r--r-- | svtools/source/misc/imagemgr.hrc (renamed from include/svtools/imagemgr.hrc) | 0 | ||||
-rw-r--r-- | svtools/source/misc/imagemgr.src | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/misc/imagemgr.cxx b/svtools/source/misc/imagemgr.cxx index 0db8c6fef164..78d674e515c2 100644 --- a/svtools/source/misc/imagemgr.cxx +++ b/svtools/source/misc/imagemgr.cxx @@ -37,10 +37,10 @@ #include <tools/rcid.h> #include <unotools/configmgr.hxx> #include <svtools/svtools.hrc> -#include <svtools/imagemgr.hrc> #include <svtools/svtresid.hxx> #include <osl/mutex.hxx> #include <vcl/lazydelete.hxx> +#include "imagemgr.hrc" // globals ******************************************************************* diff --git a/include/svtools/imagemgr.hrc b/svtools/source/misc/imagemgr.hrc index 4d6f3132dfa9..4d6f3132dfa9 100644 --- a/include/svtools/imagemgr.hrc +++ b/svtools/source/misc/imagemgr.hrc diff --git a/svtools/source/misc/imagemgr.src b/svtools/source/misc/imagemgr.src index a98e59330284..ee442fb90a17 100644 --- a/svtools/source/misc/imagemgr.src +++ b/svtools/source/misc/imagemgr.src @@ -18,7 +18,7 @@ */ #include <svtools/svtools.hrc> -#include <svtools/imagemgr.hrc> +#include "imagemgr.hrc" // images ******************************************************************** |