mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
365 B

  1. --- ./abi/src/wp/impexp/xp/ie_mailmerge.h.orig 2006-07-23 19:50:50.000000000 +0100
  2. +++ ./abi/src/wp/impexp/xp/ie_mailmerge.h 2006-07-23 19:56:30.000000000 +0200
  3. @@ -28,6 +28,8 @@
  4. typedef UT_sint32 IEMergeType;
  5. #define IEMT_Unknown ((IEMergeType)-1)
  6. +class IE_MailMerge;
  7. +
  8. class ABI_EXPORT IE_MergeSniffer : public UT_AbiObject
  9. {
  10. friend class IE_MailMerge;