summaryrefslogtreecommitdiffstats
path: root/stoc/test
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/test')
-rw-r--r--stoc/test/testloader.cxx2
-rw-r--r--stoc/test/testregistry.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/stoc/test/testloader.cxx b/stoc/test/testloader.cxx
index ff9ff57ea670..3f216df29c4f 100644
--- a/stoc/test/testloader.cxx
+++ b/stoc/test/testloader.cxx
@@ -113,7 +113,7 @@ SAL_IMPLEMENT_MAIN()
printf("Test Dll ComponentLoader, OK!\n");
- return(0);
+ return 0;
}
diff --git a/stoc/test/testregistry.cxx b/stoc/test/testregistry.cxx
index bf8b0fe4ef3f..763619ae33a4 100644
--- a/stoc/test/testregistry.cxx
+++ b/stoc/test/testregistry.cxx
@@ -668,7 +668,7 @@ SAL_IMPLEMENT_MAIN()
xSimReg->destroy();
xSimReg->open( areg2, sal_False, sal_True );
xSimReg->destroy();
- return(0);
+ return 0;
}