summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/helper/documentsignaturehelper.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-19 11:57:34 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-19 20:04:27 +0200
commit4671e7b8a40fd296d907248f7dcecbc6d29315fa (patch)
treed8efe95f1177a785d6752a81cbaa52d6f78185bb /xmlsecurity/source/helper/documentsignaturehelper.cxx
parentbd8b38be3d0c54085875a8b28a3fec33291bb018 (diff)
fix-includes.pl: xmlsecurity
Change-Id: Ie3dd8674e1fa927d15eeb6a64a0cad24b8825262
Diffstat (limited to 'xmlsecurity/source/helper/documentsignaturehelper.cxx')
-rw-r--r--xmlsecurity/source/helper/documentsignaturehelper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlsecurity/source/helper/documentsignaturehelper.cxx b/xmlsecurity/source/helper/documentsignaturehelper.cxx
index 41d0babf1a2f..46fe20b59e56 100644
--- a/xmlsecurity/source/helper/documentsignaturehelper.cxx
+++ b/xmlsecurity/source/helper/documentsignaturehelper.cxx
@@ -25,11 +25,11 @@
#include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/embed/XStorage.hpp>
#include <com/sun/star/embed/ElementModes.hpp>
-#include "com/sun/star/beans/XPropertySet.hpp"
+#include <com/sun/star/beans/XPropertySet.hpp>
-#include "comphelper/documentconstants.hxx"
+#include <comphelper/documentconstants.hxx>
#include <tools/debug.hxx>
-#include "rtl/uri.hxx"
+#include <rtl/uri.hxx>
using namespace ::com::sun::star::uno;