summaryrefslogtreecommitdiffstats
path: root/idl
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2011-01-06 14:57:12 +0100
committerMikhail Voytenko <mav@openoffice.org>2011-01-06 14:57:12 +0100
commit8ff51afa0dcd4e5e644e923131ee72435c80b57b (patch)
treed63f6b6e298485b5f29f60c7af25baca46f59375 /idl
parent removetooltypes01: #i112600# resync to DEV300_m92; remove tooltypes from xml... (diff)
parent#i10000# replace obsolete define (diff)
downloadcore-8ff51afa0dcd4e5e644e923131ee72435c80b57b.tar.gz
core-8ff51afa0dcd4e5e644e923131ee72435c80b57b.zip
removetooltypes01: rebase to DEV300_m96
Diffstat (limited to 'idl')
-rwxr-xr-xidl/source/prj/command.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/idl/source/prj/command.cxx b/idl/source/prj/command.cxx
index 8dc2bc3993b6..67a532531855 100755
--- a/idl/source/prj/command.cxx
+++ b/idl/source/prj/command.cxx
@@ -202,7 +202,11 @@ sal_Bool ReadIdl( SvIdlWorkingBase * pDataBase, const SvCommand & rCommand )
}
}
else
+ {
+ const ByteString aStr( aFileName, RTL_TEXTENCODING_UTF8 );
+ fprintf( stderr, "unable to read input file: %s\n", aStr.GetBuffer() );
return sal_False;
+ }
}
return sal_True;
}