summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/storage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/source/sdstor/storage.cxx')
-rw-r--r--sot/source/sdstor/storage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/sdstor/storage.cxx b/sot/source/sdstor/storage.cxx
index 0bd242585578..adce130e11f3 100644
--- a/sot/source/sdstor/storage.cxx
+++ b/sot/source/sdstor/storage.cxx
@@ -472,7 +472,7 @@ SvMemoryStream * SotStorage::CreateMemoryStream()
}
else
{
- aStg.Clear(); // Storage vorher freigeben
+ aStg.clear(); // Storage vorher freigeben
delete pStm;
pStm = nullptr;
}