diff options
Diffstat (limited to 'vcl/skia/salbmp.cxx')
-rw-r--r-- | vcl/skia/salbmp.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/skia/salbmp.cxx b/vcl/skia/salbmp.cxx index 1bf0f77bfc2a..0474b4859405 100644 --- a/vcl/skia/salbmp.cxx +++ b/vcl/skia/salbmp.cxx @@ -164,7 +164,6 @@ bool SkiaSalBitmap::Create(const SalBitmap& rSalBmp, sal_uInt16 nNewBitCount) bool SkiaSalBitmap::Create(const css::uno::Reference<css::rendering::XBitmapCanvas>&, Size&, bool) { - // TODO? return false; } @@ -276,7 +275,6 @@ bool SkiaSalBitmap::GetSystemData(BitmapSystemData&) #ifdef DBG_UTIL assert(mWriteAccessCount == 0); #endif - // TODO? return false; } @@ -336,7 +334,6 @@ bool SkiaSalBitmap::Replace(const Color&, const Color&, sal_uInt8) #ifdef DBG_UTIL assert(mWriteAccessCount == 0); #endif - // TODO? return false; } |