diff options
Diffstat (limited to 'io/test/stm')
-rw-r--r-- | io/test/stm/pipetest.cxx | 2 | ||||
-rw-r--r-- | io/test/stm/testfactreg.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/io/test/stm/pipetest.cxx b/io/test/stm/pipetest.cxx index 44f6244a0915..1dbfc312ee75 100644 --- a/io/test/stm/pipetest.cxx +++ b/io/test/stm/pipetest.cxx @@ -28,7 +28,7 @@ #include <cppuhelper/factory.hxx> -#include <cppuhelper/implbase1.hxx> // OWeakObject +#include <cppuhelper/implbase1.hxx> #include <osl/conditn.hxx> #include <osl/mutex.hxx> diff --git a/io/test/stm/testfactreg.cxx b/io/test/stm/testfactreg.cxx index 99f9a1404826..bec6821bee00 100644 --- a/io/test/stm/testfactreg.cxx +++ b/io/test/stm/testfactreg.cxx @@ -22,7 +22,7 @@ #include <osl/diagnose.h> -#include <cppuhelper/factory.hxx> // for EXTERN_SERVICE_CALLTYPE +#include <cppuhelper/factory.hxx> using namespace ::rtl; using namespace ::cppu; |