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