diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-19 11:57:34 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-19 20:04:27 +0200 |
commit | 4671e7b8a40fd296d907248f7dcecbc6d29315fa (patch) | |
tree | d8efe95f1177a785d6752a81cbaa52d6f78185bb /xmlsecurity/source/dialogs | |
parent | bd8b38be3d0c54085875a8b28a3fec33291bb018 (diff) |
fix-includes.pl: xmlsecurity
Change-Id: Ie3dd8674e1fa927d15eeb6a64a0cad24b8825262
Diffstat (limited to 'xmlsecurity/source/dialogs')
4 files changed, 5 insertions, 5 deletions
diff --git a/xmlsecurity/source/dialogs/certificatechooser.cxx b/xmlsecurity/source/dialogs/certificatechooser.cxx index d8fb708eaa34..a3c1676f5b1b 100644 --- a/xmlsecurity/source/dialogs/certificatechooser.cxx +++ b/xmlsecurity/source/dialogs/certificatechooser.cxx @@ -29,9 +29,9 @@ #include <com/sun/star/security/CertificateCharacters.hpp> #include <com/sun/star/security/SerialNumberAdapter.hpp> -#include <resourcemanager.hxx> +#include "resourcemanager.hxx" #include <vcl/msgbox.hxx> -#include "svtools/treelistentry.hxx" +#include <svtools/treelistentry.hxx> using namespace ::com::sun::star; diff --git a/xmlsecurity/source/dialogs/certificateviewer.cxx b/xmlsecurity/source/dialogs/certificateviewer.cxx index 296ac47c06e2..99177dc1c2c5 100644 --- a/xmlsecurity/source/dialogs/certificateviewer.cxx +++ b/xmlsecurity/source/dialogs/certificateviewer.cxx @@ -26,7 +26,7 @@ #include <unotools/localedatawrapper.hxx> #include <unotools/datetime.hxx> -#include "svtools/treelistentry.hxx" +#include <svtools/treelistentry.hxx> #include "dialogs.hrc" #include "resourcemanager.hxx" diff --git a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx index 94a9ba8f0c23..590a2f2c70a1 100644 --- a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx +++ b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx @@ -47,7 +47,7 @@ #include <tools/date.hxx> #include <tools/time.hxx> -#include "svtools/treelistentry.hxx" +#include <svtools/treelistentry.hxx> #include "dialogs.hrc" #include "digitalsignaturesdialog.hrc" diff --git a/xmlsecurity/source/dialogs/macrosecurity.cxx b/xmlsecurity/source/dialogs/macrosecurity.cxx index 7433517230a2..28fa791d5c81 100644 --- a/xmlsecurity/source/dialogs/macrosecurity.cxx +++ b/xmlsecurity/source/dialogs/macrosecurity.cxx @@ -38,7 +38,7 @@ #include <com/sun/star/ui/dialogs/FolderPicker.hpp> #include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp> #include <tools/urlobj.hxx> -#include "svtools/treelistentry.hxx" +#include <svtools/treelistentry.hxx> #include <vcl/msgbox.hxx> |