summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
Diffstat (limited to 'io')
-rw-r--r--io/README3
-rw-r--r--io/test/stm/datatest.cxx4
-rw-r--r--io/test/stm/pumptest.cxx2
3 files changed, 6 insertions, 3 deletions
diff --git a/io/README b/io/README
new file mode 100644
index 000000000000..229153f04c1c
--- /dev/null
+++ b/io/README
@@ -0,0 +1,3 @@
+Simple IO wrapper UNO components
+
+
diff --git a/io/test/stm/datatest.cxx b/io/test/stm/datatest.cxx
index 47b77697500e..4504403a4231 100644
--- a/io/test/stm/datatest.cxx
+++ b/io/test/stm/datatest.cxx
@@ -668,8 +668,8 @@ public:
private:
- void OObjectStreamTest::testObject( const Reference <XObjectOutputStream > &rOut,
- const Reference <XObjectInputStream> &rIn );
+ void testObject( const Reference <XObjectOutputStream > &rOut,
+ const Reference <XObjectInputStream> &rIn );
private:
};
diff --git a/io/test/stm/pumptest.cxx b/io/test/stm/pumptest.cxx
index c1bb3a37972f..3f60c4c91597 100644
--- a/io/test/stm/pumptest.cxx
+++ b/io/test/stm/pumptest.cxx
@@ -380,7 +380,7 @@ void OPumpTest::testTerminate( const Reference< XInterface > &r )
ERROR_ASSERT( t.m_pTestListener->m_bStarted , "should have been started already" );
ERROR_ASSERT( t.m_pTestListener->m_bTerminated , "should be terminiated already" );
// terminte leads to an error, that is no surprise, in fact
- // one can't tell wether the error occurs because of the terminate
+ // one can't tell whether the error occurs because of the terminate
// call or for some other reason !
// ERROR_ASSERT( ! t.m_pTestListener->m_bError, "unexpected error" );
ERROR_ASSERT( t.m_pTestListener->m_bClosed, "should be closed already" );