diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-08-01 10:05:05 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-08-01 10:57:10 +0200 |
commit | f5a98e08e7f12453c469b277554b0e45f0c2310f (patch) | |
tree | 5df66f0f9754a182d77212f07ebe26974938a787 /test/inc | |
parent | 12a35ec8905559a5f2e0e00f792489bbcf0095db (diff) |
test::BootstrapFixture: make GraphicConverter work
Change-Id: I566448db441eaa324cf619630a2e87cb8cbaeb99
Diffstat (limited to 'test/inc')
-rw-r--r-- | test/inc/test/bootstrapfixture.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/inc/test/bootstrapfixture.hxx b/test/inc/test/bootstrapfixture.hxx index feabafb2ea4c..4896d8a3dec1 100644 --- a/test/inc/test/bootstrapfixture.hxx +++ b/test/inc/test/bootstrapfixture.hxx @@ -31,6 +31,8 @@ #include <sal/config.h> #include <rtl/string.hxx> +#include <tools/link.hxx> +#include <vcl/salctype.hxx> #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XMultiComponentFactory.hpp> @@ -55,6 +57,7 @@ class OOO_DLLPUBLIC_TEST BootstrapFixture : public BootstrapFixtureBase { bool m_bNeedUCB; bool m_bAssertOnDialog; + DECL_LINK( ImplInitFilterHdl, ConvertData* ); public: BootstrapFixture( bool bAssertOnDialog = true, bool bNeedUCB = true ); |