diff options
author | Radu Ioan <ioan.radu.g@gmail.com> | 2013-06-29 17:38:04 +0300 |
---|---|---|
committer | Bosdonnat Cedric <cedric.bosdonnat@free.fr> | 2013-07-03 07:59:33 +0000 |
commit | 61db96daa87754af24355d7ac94ee0305f22ff87 (patch) | |
tree | 6c15e7b896c62f42a1dfb02695418f9770fc3b46 /cppcanvas/source | |
parent | 54aac00e51652deec3d71524eec97f171c5cd40e (diff) |
fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
- replaced RTL_CONTEXT_ with SAL_INFO
- replace OSL_* with SAL_*
Change-Id: I26761cf1d4c1cfe21dec7d8ede6df6f177bf2c3e
Reviewed-on: https://gerrit.libreoffice.org/4620
Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
Diffstat (limited to 'cppcanvas/source')
-rw-r--r-- | cppcanvas/source/mtfrenderer/bitmapaction.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cppcanvas/source/mtfrenderer/bitmapaction.cxx b/cppcanvas/source/mtfrenderer/bitmapaction.cxx index 9c2b8da2124c..d3b61fa1d4a4 100644 --- a/cppcanvas/source/mtfrenderer/bitmapaction.cxx +++ b/cppcanvas/source/mtfrenderer/bitmapaction.cxx @@ -18,7 +18,6 @@ */ -#include <rtl/logfile.hxx> #include <com/sun/star/rendering/XBitmap.hpp> #include <com/sun/star/rendering/RepaintResult.hpp> #include <com/sun/star/rendering/XCachedPrimitive.hpp> |