summaryrefslogtreecommitdiff
path: root/include/test/bootstrapfixture.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/test/bootstrapfixture.hxx')
-rw-r--r--include/test/bootstrapfixture.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/test/bootstrapfixture.hxx b/include/test/bootstrapfixture.hxx
index 590c9a7f7e93..84cf1ade2728 100644
--- a/include/test/bootstrapfixture.hxx
+++ b/include/test/bootstrapfixture.hxx
@@ -42,8 +42,8 @@ enum ValidationFormat
// run of unit tests ...
class OOO_DLLPUBLIC_TEST BootstrapFixture : public BootstrapFixtureBase
{
- bool const m_bNeedUCB;
- bool const m_bAssertOnDialog;
+ bool m_bNeedUCB;
+ bool m_bAssertOnDialog;
protected:
css::uno::Reference<css::uno::XComponentContext> mxComponentContext;