diff options
Diffstat (limited to 'xmlsecurity/source/dialogs/macrosecurity.cxx')
-rw-r--r-- | xmlsecurity/source/dialogs/macrosecurity.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/xmlsecurity/source/dialogs/macrosecurity.cxx b/xmlsecurity/source/dialogs/macrosecurity.cxx index e77a5815c045..0e01b505a644 100644 --- a/xmlsecurity/source/dialogs/macrosecurity.cxx +++ b/xmlsecurity/source/dialogs/macrosecurity.cxx @@ -25,9 +25,6 @@ #include <osl/file.hxx> #include <sal/log.hxx> -#include <vcl/help.hxx> -#include <vcl/layout.hxx> - #include <com/sun/star/xml/crypto/XSecurityEnvironment.hpp> #include <comphelper/sequence.hxx> @@ -40,7 +37,8 @@ #include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp> #include <tools/urlobj.hxx> #include <unotools/datetime.hxx> -#include <vcl/treelistentry.hxx> + +#include <vcl/svapp.hxx> #include <strings.hrc> |