summaryrefslogtreecommitdiff
path: root/framework/source/accelerators
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-04 21:39:39 +0100
committerMichael Stahl <mstahl@redhat.com>2018-01-05 11:03:10 +0100
commitdbe0201d3aede56e2bda475dd308a891841b98a4 (patch)
treea94c25e6f89e23eb18618f9e92d87245b2cd1f14 /framework/source/accelerators
parentadf0738d2dbfa742d0e9ef130954fb4638a8e90d (diff)
Fix typos
Change-Id: I766862d255ac285329ae423629c7445837ddd55f Reviewed-on: https://gerrit.libreoffice.org/47280 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'framework/source/accelerators')
-rw-r--r--framework/source/accelerators/storageholder.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/accelerators/storageholder.cxx b/framework/source/accelerators/storageholder.cxx
index 49e0ca821c87..7ea3d2f76ce2 100644
--- a/framework/source/accelerators/storageholder.cxx
+++ b/framework/source/accelerators/storageholder.cxx
@@ -129,7 +129,7 @@ css::uno::Reference< css::embed::XStorage > StorageHolder::openPath(const OUStri
try
{
- xChild = StorageHolder::openSubStorageWithFallback(xParent, sChild, nOpenMode, true); // TODO think about delegating fallback decision to our own calli!
+ xChild = StorageHolder::openSubStorageWithFallback(xParent, sChild, nOpenMode, true); // TODO think about delegating fallback decision to our own caller!
}
catch(const css::uno::RuntimeException&)
{ throw; }