1 // This file was automatically generated from .\RtfMessages.msg by ..\msggen.pl.
2 #include "Message.h"
3 
4 #ifdef SP_NAMESPACE
5 namespace SP_NAMESPACE {
6 #endif
7 
8 struct RtfMessages {
9   // 4000
10   static const MessageType0 nestedTable;
11   // 4001
12   static const MessageType1 systemIdNotFilename;
13   // 4002
14   static const MessageType2 cannotEmbedFilename;
15 };
16 const MessageType0 RtfMessages::nestedTable(
17 MessageType::error,
18 #ifdef BUILD_LIBSP
19 MessageFragment::libModule,
20 #else
21 MessageFragment::appModule,
22 #endif
23 4000
24 #ifndef SP_NO_MESSAGE_TEXT
25 ,"nested tables are not allowed in RTF"
26 #endif
27 );
28 const MessageType1 RtfMessages::systemIdNotFilename(
29 MessageType::error,
30 #ifdef BUILD_LIBSP
31 MessageFragment::libModule,
32 #else
33 MessageFragment::appModule,
34 #endif
35 4001
36 #ifndef SP_NO_MESSAGE_TEXT
37 ,"could not convert system identifier %1 to a single filename"
38 #endif
39 );
40 const MessageType2 RtfMessages::cannotEmbedFilename(
41 MessageType::error,
42 #ifdef BUILD_LIBSP
43 MessageFragment::libModule,
44 #else
45 MessageFragment::appModule,
46 #endif
47 4002
48 #ifndef SP_NO_MESSAGE_TEXT
49 ,"could not embed %1 with clsid %2"
50 #endif
51 );
52 #ifdef SP_NAMESPACE
53 }
54 #endif
55