[Libreoffice-commits] core.git: desktop/inc desktop/source
Huzaifa Iftikhar
huzaifa3196 at gmail.com
Tue Dec 20 17:00:08 UTC 2016
desktop/inc/dp_misc.h | 164 ++++++++++++++++++++++++++++++++
desktop/source/app/check_ext_deps.cxx | 2
desktop/source/deployment/inc/dp_misc.h | 164 --------------------------------
3 files changed, 165 insertions(+), 165 deletions(-)
New commits:
commit 9abac96518125dddd29ef1e2b4b84429f8ca88a5
Author: Huzaifa Iftikhar <huzaifa3196 at gmail.com>
Date: Tue Dec 20 03:03:35 2016 +0530
tdf#95416 Fix an include for desktop directory
Change-Id: I04a2181b05f2b15a55db306f49b47855db7753db
Reviewed-on: https://gerrit.libreoffice.org/32204
Reviewed-by: Jan-Marek Glogowski <glogow at fbihome.de>
Tested-by: Jan-Marek Glogowski <glogow at fbihome.de>
diff --git a/desktop/source/deployment/inc/dp_misc.h b/desktop/inc/dp_misc.h
similarity index 100%
rename from desktop/source/deployment/inc/dp_misc.h
rename to desktop/inc/dp_misc.h
diff --git a/desktop/source/app/check_ext_deps.cxx b/desktop/source/app/check_ext_deps.cxx
index f22a3e1..af195b2 100644
--- a/desktop/source/app/check_ext_deps.cxx
+++ b/desktop/source/app/check_ext_deps.cxx
@@ -56,7 +56,7 @@
#include "app.hxx"
-#include "../deployment/inc/dp_misc.h"
+#include "dp_misc.h"
using namespace desktop;
using namespace com::sun::star;
More information about the Libreoffice-commits
mailing list