summaryrefslogtreecommitdiff
path: root/store/workben/t_page.cxx
diff options
context:
space:
mode:
authorRelease Engineers <releng@openoffice.org>2009-03-20 15:07:51 +0000
committerRelease Engineers <releng@openoffice.org>2009-03-20 15:07:51 +0000
commitad6387ed0a69b85fb6b49beb5c572c1bbf6ced74 (patch)
treeeac44246e90d034f3c5e10ff9b966bf4956f5bef /store/workben/t_page.cxx
parentb0bc9610a01cbfc79fe38ebff8b4ca59235d441d (diff)
#i10000# additional files for mhu17
Diffstat (limited to 'store/workben/t_page.cxx')
-rw-r--r--store/workben/t_page.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/store/workben/t_page.cxx b/store/workben/t_page.cxx
index b488e1ac997b..a0645f00bc58 100644
--- a/store/workben/t_page.cxx
+++ b/store/workben/t_page.cxx
@@ -17,7 +17,7 @@
*
*======================================================================*/
-template< class T > inline void swap (T & lhs, T & rhs)
+template< class T > void swap (T & lhs, T & rhs)
{
T tmp = rhs; rhs = lhs; lhs = tmp;
}
@@ -694,7 +694,7 @@ public:
{
TestObject aObj;
- rBIOS.loadPageAt(aObj.get(), &aObj.verify);
+ rBIOS.loadPageAt(aObj.get(), aObj.verify);
rBIOS.loadPageAt(aObj.get(), TestObject::verify);
rBIOS.loadPageAt(aObj.get(), PageHolderObject<TestData>::verify);