diff options
author | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2012-07-30 17:54:17 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-08-06 10:23:07 +0100 |
commit | a0a31723eb5187a579f76ec358e2b320bbda7e92 (patch) | |
tree | 1b8dd12d28e7f8ad82347a164bfb81b5bbe3307c /sd/source/ui/remotecontrol/ImagePreparer.hxx | |
parent | 292bc25e49a1797ef07736c227d74aa105822e6a (diff) |
Attempt to use the XHTML export filter for note export (not functional yet).
Change-Id: Iaf88b879d679a9dabc31468c51fe9b943c2053e5
Diffstat (limited to 'sd/source/ui/remotecontrol/ImagePreparer.hxx')
-rw-r--r-- | sd/source/ui/remotecontrol/ImagePreparer.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/remotecontrol/ImagePreparer.hxx b/sd/source/ui/remotecontrol/ImagePreparer.hxx index 130eeb699041..2adf22863900 100644 --- a/sd/source/ui/remotecontrol/ImagePreparer.hxx +++ b/sd/source/ui/remotecontrol/ImagePreparer.hxx @@ -45,6 +45,7 @@ private: void sendNotes( sal_uInt32 aSlideNumber ); rtl::OString prepareNotes( sal_uInt32 aSlideNumber ); + rtl::OString notesToHtml( sal_uInt32 aSlideNumber ); }; } |