summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/inc/dp_gui.hrc (renamed from desktop/source/deployment/gui/dp_gui.hrc)0
-rw-r--r--desktop/inc/dp_gui_shared.hxx (renamed from desktop/source/deployment/gui/dp_gui_shared.hxx)0
-rw-r--r--desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx4
-rw-r--r--desktop/source/pkgchk/unopkg/unopkg_misc.cxx2
4 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/deployment/gui/dp_gui.hrc b/desktop/inc/dp_gui.hrc
index b970d44865f5..b970d44865f5 100644
--- a/desktop/source/deployment/gui/dp_gui.hrc
+++ b/desktop/inc/dp_gui.hrc
diff --git a/desktop/source/deployment/gui/dp_gui_shared.hxx b/desktop/inc/dp_gui_shared.hxx
index bd175cb3bfa5..bd175cb3bfa5 100644
--- a/desktop/source/deployment/gui/dp_gui_shared.hxx
+++ b/desktop/inc/dp_gui_shared.hxx
diff --git a/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx b/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx
index afd58d754a77..db83877a5ed7 100644
--- a/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx
+++ b/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx
@@ -18,8 +18,8 @@
*/
-#include "../../deployment/gui/dp_gui.hrc"
-#include "../../deployment/gui/dp_gui_shared.hxx"
+#include "dp_gui.hrc"
+#include "dp_gui_shared.hxx"
#include "unopkg_shared.h"
#include <osl/thread.h>
#include <tools/resmgr.hxx>
diff --git a/desktop/source/pkgchk/unopkg/unopkg_misc.cxx b/desktop/source/pkgchk/unopkg/unopkg_misc.cxx
index c36a90b21c73..eaab73088c24 100644
--- a/desktop/source/pkgchk/unopkg/unopkg_misc.cxx
+++ b/desktop/source/pkgchk/unopkg/unopkg_misc.cxx
@@ -22,7 +22,7 @@
#include "deployment.hrc"
#include "unopkg_shared.h"
#include "dp_identifier.hxx"
-#include "../../deployment/gui/dp_gui.hrc"
+#include "dp_gui.hrc"
#include "lockfile.hxx"
#include <vcl/svapp.hxx>
#include <vcl/msgbox.hxx>