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.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/workben/testsot.cxx b/sot/workben/testsot.cxx
index a674b4ee2ef6..1d6185bbe867 100644
--- a/sot/workben/testsot.cxx
+++ b/sot/workben/testsot.cxx
@@ -31,7 +31,7 @@ int main (int argc, sal_Char **argv)
SotStorageRef xStor = new SotStorage( "c:\\temp\\video.sdb" );
SotStorageRef x2Stor = xStor->OpenSotStorage( "1117" );
- SotStorageStreamRef xStm = x2Stor->OpenSotStream( "Genres", STREAM_STD_READWRITE | STREAM_TRUNC);
+ SotStorageStreamRef xStm = x2Stor->OpenSotStream( "Genres", STREAM_STD_READWRITE | StreamMode::TRUNC);
//BYTE szData[100];
//xStm->Write( szData, 100 );
UINT32 nSize = xStm->GetSize();