[Libreoffice-commits] core.git: dbaccess/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sat May 4 01:38:08 UTC 2019
dbaccess/source/filter/xml/dbloader2.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 13bc763aec574e12f17180b02b2f2367e057e49b
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Apr 28 21:11:15 2019 +0000
Commit: Jens Carl <j.carl43 at gmx.de>
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 <j.carl43 at gmx.de>
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 )
More information about the Libreoffice-commits
mailing list