diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-08 10:13:12 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-13 20:29:59 +0200 |
commit | 3cd3ba0e127005cfd1de65f2e3cfc7dc6ad4e623 (patch) | |
tree | 47d106f5314486623bbc1dc71fe6f0a662114cfb /desktop | |
parent | 87fed4d9ce4259ed2a0a9172b13bf416cd9301c4 (diff) |
Fix typo
Change-Id: Ie7861296de4d70dc03889212a359537d45a0c7bd
Reviewed-on: https://gerrit.libreoffice.org/72250
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/deployment/misc/dp_descriptioninfoset.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/misc/dp_descriptioninfoset.cxx b/desktop/source/deployment/misc/dp_descriptioninfoset.cxx index ecd14d1b1755..3e10663ef8db 100644 --- a/desktop/source/deployment/misc/dp_descriptioninfoset.cxx +++ b/desktop/source/deployment/misc/dp_descriptioninfoset.cxx @@ -174,7 +174,7 @@ ExtensionDescription::ExtensionDescription( Reference<css::ucb::XCommandEnvironment> xFilter = new FileDoesNotExistFilter(xCmdEnv); ::ucbhelper::Content descContent(sDescriptionUri, xFilter, xContext); - //throws an css::uno::Exception if the file is not available + //throws a css::uno::Exception if the file is not available Reference<css::io::XInputStream> xIn; try { //throws com.sun.star.ucb.InteractiveIOException |