diff options
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 |