diff options
Diffstat (limited to 'sw/qa/extras/swmodeltestbase.hxx')
-rw-r--r-- | sw/qa/extras/swmodeltestbase.hxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sw/qa/extras/swmodeltestbase.hxx b/sw/qa/extras/swmodeltestbase.hxx index e4e2a9b7cb0d..2a7f4d68c7b2 100644 --- a/sw/qa/extras/swmodeltestbase.hxx +++ b/sw/qa/extras/swmodeltestbase.hxx @@ -226,6 +226,13 @@ protected: uno::Reference<lang::XComponent> mxComponent; xmlBufferPtr mpXmlBuffer; + + template< typename T > + struct MethodEntry + { + const char* pName; + void (T::*pMethod)(); + }; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |