Kaydet (Commit) 35cbe720 authored tarafından Radek Doulik's avatar Radek Doulik

fixed typo

Change-Id: I483ff930b99d04cbd1514d7f541e57e223b04bab
üst 764215c9
...@@ -753,9 +753,9 @@ namespace cppcanvas ...@@ -753,9 +753,9 @@ namespace cppcanvas
// debug code - write the stream to debug file /tmp/emf-stream.emf // debug code - write the stream to debug file /tmp/emf-stream.emf
EMFP_DEBUG( EMFP_DEBUG(
mfStream.Seek(0); mfStream.Seek(0);
static int emfp_debug_stream_numnber = 0; static int emfp_debug_stream_number = 0;
rtl::OUString emfp_debug_filename("/tmp/emf-embedded-stream"); rtl::OUString emfp_debug_filename("/tmp/emf-embedded-stream");
emfp_debug_filename += rtl::OUString::valueOf(emfp_debug_stream_numnber++); emfp_debug_filename += rtl::OUString::valueOf(emfp_debug_stream_number++);
emfp_debug_filename += rtl::OUString(".emf"); emfp_debug_filename += rtl::OUString(".emf");
SvFileStream file( emfp_debug_filename, STREAM_WRITE | STREAM_TRUNC ); SvFileStream file( emfp_debug_filename, STREAM_WRITE | STREAM_TRUNC );
......
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