summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
Diffstat (limited to 'sot')
-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 423482349ecf..16d1a976b577 100644
--- a/sot/source/sdstor/storage.cxx
+++ b/sot/source/sdstor/storage.cxx
@@ -253,7 +253,7 @@ bool SotStorageStream::SetProperty( const OUString& rName, const css::uno::Any&
/**
* SotStorage::SotStorage()
*
- * A I.. object must be passed to SvObject, because otherwise itself will
+ * A I... object must be passed to SvObject, because otherwise itself will
* create and define an IUnknown, so that all other I... objects would be
* destroyed with delete (Owner() == true).
* But IStorage objects are only used and not implemented by ourselves,