Kaydet (Commit) 1e41e0f1 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

slideshow.opengl -> chart2.opengl in SAL_WARN

Change-Id: I95aa9d709110208bb3463c162ceb1fd03df20bdc
üst d7bd0d01
...@@ -1312,7 +1312,7 @@ int OpenGLRender::CreateTextTexture(const BitmapEx& rBitmapEx, awt::Point aPos, ...@@ -1312,7 +1312,7 @@ int OpenGLRender::CreateTextTexture(const BitmapEx& rBitmapEx, awt::Point aPos,
aWriter.Write( sOutput ); aWriter.Write( sOutput );
sOutput.Close(); sOutput.Close();
} catch (...) { } catch (...) {
SAL_WARN("slideshow.opengl", "Error writing png to " << aName); SAL_WARN("chart2.opengl", "Error writing png to " << aName);
} }
#endif #endif
......
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