diff options
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/fsstor/fsfactory.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/fsstor/fsfactory.cxx b/svl/source/fsstor/fsfactory.cxx index 1ab8f69f5ac2..9acc68745ddc 100644 --- a/svl/source/fsstor/fsfactory.cxx +++ b/svl/source/fsstor/fsfactory.cxx @@ -114,7 +114,7 @@ uno::Reference< uno::XInterface > SAL_CALL FSStorageFactory::createInstanceWithA " css.embed.ElementModes"), static_cast< OWeakObject * >(this), -1); } - // it's allways possible to read written storage in this implementation + // it's always possible to read written storage in this implementation nStorageMode |= embed::ElementModes::READ; } |