summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-04-01 11:55:47 +0200
committerDavid Tardon <dtardon@redhat.com>2012-04-01 12:21:00 +0200
commit59c0f8f452a538308a9d4098cdc8319b884c3c81 (patch)
tree6272bb19d30661acdc9995f8a18ce11e9f2fe6b0 /io
parentb3b76d1abb5ab9af33ce559872c2e1c45ecdbbd0 (diff)
parent464a3a271cd4b97573e87d15a38b3f4cad727daf (diff)
merge origin/master
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" );