summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-07-27 15:49:14 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-07-27 16:00:14 +0200
commit3c39dd893afec4f00039d0e0d4e97328fe848f0f (patch)
treee115c6d841950a69e4dd733e2909ad904025adc2 /svtools
parent7c661189f4ed77b691ef3d36dc47eec8dab9b804 (diff)
add RtfAttributeOutput::FlyFrameOLEReplacement
This extracts ole replacement code from FlyFrameOLEMath() and makes FlyFrameOLE() use it as well, as the later didn't write png replacement, just wmf one. Also remove FlyFrameOLEData(), which is now unused (it was only used by math, but math export returns earlier). Change-Id: I5e88708cdad1468ccbc5c3c8bb77521785822832
Diffstat (limited to 'svtools')
-rw-r--r--svtools/inc/svtools/rtfkeywd.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/svtools/inc/svtools/rtfkeywd.hxx b/svtools/inc/svtools/rtfkeywd.hxx
index ba26d76592ce..6a4b73fa9e06 100644
--- a/svtools/inc/svtools/rtfkeywd.hxx
+++ b/svtools/inc/svtools/rtfkeywd.hxx
@@ -1201,6 +1201,8 @@
#define LO_STRING_SVTOOLS_RTF_MSUP "\\msup"
#define LO_STRING_SVTOOLS_RTF_MTYPE "\\mtype"
#define LO_STRING_SVTOOLS_RTF_MVERTJC "\\mvertJc"
+#define LO_STRING_SVTOOLS_RTF_MMATH "\\mmath"
+#define LO_STRING_SVTOOLS_RTF_MMATHPICT "\\mmathPict"
#endif // _RTFKEYWD_HXX