diff options
Diffstat (limited to 'xmlsecurity/source/helper/documentsignaturehelper.cxx')
-rw-r--r-- | xmlsecurity/source/helper/documentsignaturehelper.cxx | 6 |
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; |