Kaydet (Commit) 13bc763a authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Jens Carl

Fix typo

Change-Id: I3de19930394846273294e1574baf522ae1c1c3c9
Reviewed-on: https://gerrit.libreoffice.org/71776
Tested-by: Jenkins
Reviewed-by: 's avatarJens Carl <j.carl43@gmx.de>
üst 331a8ef2
......@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment