diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-28 21:11:15 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2019-05-04 03:37:29 +0200 |
commit | 13bc763aec574e12f17180b02b2f2367e057e49b (patch) | |
tree | 6ea74933101784df7a6fa0638e5e0488f6b78e9e /dbaccess | |
parent | 331a8ef25629dc55330080458da05d5b3f6c2aac (diff) |
Fix typo
Change-Id: I3de19930394846273294e1574baf522ae1c1c3c9
Reviewed-on: https://gerrit.libreoffice.org/71776
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/filter/xml/dbloader2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |