summaryrefslogtreecommitdiff
path: root/sot/workben/testsot.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/workben/testsot.cxx')
-rw-r--r--sot/workben/testsot.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sot/workben/testsot.cxx b/sot/workben/testsot.cxx
index 1d6185bbe867..19a42b12907c 100644
--- a/sot/workben/testsot.cxx
+++ b/sot/workben/testsot.cxx
@@ -25,11 +25,11 @@
*/
int main (int argc, sal_Char **argv)
{
- SotStorageRef xStor = new SotStorage( "c:\\temp\\65254.ppt" );
+ tools::SvRef<SotStorage> xStor = new SotStorage( "c:\\temp\\65254.ppt" );
/*
- SotStorageRef xStor = new SotStorage( "c:\\temp\\video.sdb" );
- SotStorageRef xStor = new SotStorage( "c:\\temp\\video.sdb" );
- SotStorageRef x2Stor = xStor->OpenSotStorage( "1117" );
+ tools::SvRef<SotStorage> xStor = new SotStorage( "c:\\temp\\video.sdb" );
+ tools::SvRef<SotStorage> xStor = new SotStorage( "c:\\temp\\video.sdb" );
+ tools::SvRef<SotStorage> x2Stor = xStor->OpenSotStorage( "1117" );
SotStorageStreamRef xStm = x2Stor->OpenSotStream( "Genres", STREAM_STD_READWRITE | StreamMode::TRUNC);
//BYTE szData[100];