desktop/source/deployment/misc/dp_descriptioninfoset.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3cd3ba0e127005cfd1de65f2e3cfc7dc6ad4e623 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed May 8 10:13:12 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Mon May 13 20:29:59 2019 +0200 Fix typo Change-Id: Ie7861296de4d70dc03889212a359537d45a0c7bd Reviewed-on: https://gerrit.libreoffice.org/72250 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
