Fixed Coding Idioms Violations
[platform/framework/native/uifw.git] / src / ui / controls / FUiCtrl_GalleryImageReader.cpp
index e304b50..2e3f3a2 100644 (file)
@@ -135,7 +135,7 @@ _GalleryImageReader::LoadPartialImageFromFile(int index, const FloatDimension& i
        __pTmpFileBitmap = new (std::nothrow) Bitmap();
        SysTryCatch(NID_UI_CTRL, __pTmpFileBitmap != null, , E_OUT_OF_MEMORY, "[E_OUT_OF_MEMORY] Memory allocation failed.");
 
-       // TODO : need Bitmap::ConstructF(ByteBuffer, )
+       // TODO : need Bitmap::ConstructF(ByteBuffer,)
        //FloatDimension bitmapSizeF(bitmapSize.width, bitmapSize.height);
        r = __pTmpFileBitmap->Construct(*pBuffer, bitmapSize, pItem->GetGalleryItemImage()->GetInternalBitmap()->GetPixelColorFormat());
        SysTryCatch(NID_UI_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));