summaryrefslogtreecommitdiff
path: root/desktop/source/pkgchk
diff options
context:
space:
mode:
authorHuzaifa Iftikhar <huzaifa3196@gmail.com>2016-12-21 01:54:00 +0530
committerjan iversen <jani@documentfoundation.org>2016-12-21 08:53:21 +0000
commitfe18f5d51fcbdf1f331440265ba1b8866d03e459 (patch)
treee88b35528f90a0d8009a4af74e1c25b169c2b1c3 /desktop/source/pkgchk
parenta631e0fe94830fff5b81b4e852d37a666a9f3b9e (diff)
tdf#95416 Fix an include for 2 files in unopkg
Change-Id: Id1fa09b6db6c90cd727182133e5f9f39383aa5e5 Reviewed-on: https://gerrit.libreoffice.org/32255 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'desktop/source/pkgchk')
-rw-r--r--desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx4
-rw-r--r--desktop/source/pkgchk/unopkg/unopkg_misc.cxx2
2 files changed, 3 insertions, 3 deletions
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>