summaryrefslogtreecommitdiff
path: root/sot/workben
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-06 16:38:01 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-07 11:05:04 +0200
commit0241519f323b2b29db747467b8c3d9590c33f0df (patch)
treede5e98992f8db0ed8d23f1ff8d972113700295fd /sot/workben
parentdc47b2e5136f0f767273dc5fdba5c822575e194b (diff)
Unwind SotStorageStreamRef typedef
Change-Id: If7652a7c0251b741660365848a717c06954ca419
Diffstat (limited to 'sot/workben')
-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 19a42b12907c..9e7c14670bfc 100644
--- a/sot/workben/testsot.cxx
+++ b/sot/workben/testsot.cxx
@@ -31,7 +31,7 @@ int main (int argc, sal_Char **argv)
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);
+ tools::SvRef<SotStorageStream> xStm = x2Stor->OpenSotStream( "Genres", STREAM_STD_READWRITE | StreamMode::TRUNC);
//BYTE szData[100];
//xStm->Write( szData, 100 );
UINT32 nSize = xStm->GetSize();