summaryrefslogtreecommitdiff
path: root/postprocess/qa
diff options
context:
space:
mode:
Diffstat (limited to 'postprocess/qa')
-rw-r--r--postprocess/qa/services.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/qa/services.cxx b/postprocess/qa/services.cxx
index 680ad637686f..c9d30f4f1031 100644
--- a/postprocess/qa/services.cxx
+++ b/postprocess/qa/services.cxx
@@ -57,7 +57,7 @@ void ServicesTest::test()
try
{
OString message = OUStringToOString(s[i], RTL_TEXTENCODING_UTF8);
- sal_Bool bDefConstructor = xseq[c]->isDefaultConstructor();
+ bool bDefConstructor = xseq[c]->isDefaultConstructor();
Reference< css::lang::XMultiComponentFactory > serviceManager = m_xContext->getServiceManager();
Reference< XInterface > instance;