dbaccess/source/filter/xml/dbloader2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 13bc763aec574e12f17180b02b2f2367e057e49b Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Apr 28 21:11:15 2019 +0000 Commit: Jens Carl <[email protected]> CommitDate: Sat May 4 03:37:29 2019 +0200 Fix typo Change-Id: I3de19930394846273294e1574baf522ae1c1c3c9 Reviewed-on: https://gerrit.libreoffice.org/71776 Tested-by: Jenkins Reviewed-by: Jens Carl <[email protected]> diff --git a/dbaccess/source/filter/xml/dbloader2.cxx b/dbaccess/source/filter/xml/dbloader2.cxx index d4de893a6b76..6a95a246b9fb 100644 --- a/dbaccess/source/filter/xml/dbloader2.cxx +++ b/dbaccess/source/filter/xml/dbloader2.cxx @@ -360,7 +360,7 @@ void SAL_CALL DBContentLoader::load(const Reference< XFrame > & rFrame, const OU const Sequence< PropertyValue >& rArgs, const Reference< XLoadEventListener > & rListener) { - // first check if preview is true, if so return with out creating a controller. Preview is not supported + // first check if preview is true, if so return without creating a controller. Preview is not supported ::comphelper::NamedValueCollection aMediaDesc( rArgs ); bool bPreview = aMediaDesc.getOrDefault( "Preview", false ); if ( bPreview ) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
