xmlsecurity/inc/resourcemanager.hxx | 56 +++++++++++++ xmlsecurity/source/component/documentdigitalsignatures.cxx | 4 xmlsecurity/source/dialogs/resourcemanager.hxx | 56 ------------- 3 files changed, 58 insertions(+), 58 deletions(-)
New commits: commit 13cba3505f3af25b640e9d3fa8e24ccdf1378c68 Author: Adam Kasztenny <[email protected]> Date: Sun Dec 11 19:53:01 2016 -0500 tdf#95416 Fix an include for xmlsecurity Move one header file to inc/ Change-Id: If8f4bfcf29464011fe68573e7d4e67900aacc2cd Reviewed-on: https://gerrit.libreoffice.org/31891 Tested-by: Jenkins <[email protected]> Reviewed-by: Miklos Vajna <[email protected]> diff --git a/xmlsecurity/source/dialogs/resourcemanager.hxx b/xmlsecurity/inc/resourcemanager.hxx similarity index 100% rename from xmlsecurity/source/dialogs/resourcemanager.hxx rename to xmlsecurity/inc/resourcemanager.hxx diff --git a/xmlsecurity/source/component/documentdigitalsignatures.cxx b/xmlsecurity/source/component/documentdigitalsignatures.cxx index 92eca28..56bfb55 100644 --- a/xmlsecurity/source/component/documentdigitalsignatures.cxx +++ b/xmlsecurity/source/component/documentdigitalsignatures.cxx @@ -18,6 +18,8 @@ */ #include "documentdigitalsignatures.hxx" +#include "resourcemanager.hxx" + #include <digitalsignaturesdialog.hxx> #include <certificatechooser.hxx> #include <certificateviewer.hxx> @@ -25,10 +27,8 @@ #include <biginteger.hxx> #include <global.hrc> #include <pdfsignaturehelper.hxx> - #include <sax/tools/converter.hxx> -#include <../dialogs/resourcemanager.hxx> #include <com/sun/star/embed/XStorage.hpp> #include <com/sun/star/embed/StorageFormats.hpp> #include <com/sun/star/embed/XTransactedObject.hpp> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
