summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-12-07 20:48:31 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-12-07 22:35:59 +0100
commitd135cb9328cf87e17a961e93d85d2e3dc629adc3 (patch)
treeaec51c473bc4df49d1e6d30a3c2df7426847463c /inc
parent39b7288692e154003d96def9bbe56e7257ae3449 (diff)
switch to librevenge
Diffstat (limited to 'inc')
-rw-r--r--inc/libpict/PictImage.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/inc/libpict/PictImage.h b/inc/libpict/PictImage.h
index 4c46723..132073f 100644
--- a/inc/libpict/PictImage.h
+++ b/inc/libpict/PictImage.h
@@ -26,9 +26,8 @@
#ifndef __PICTRAPHICS_H__
#define __PICTRAPHICS_H__
-#include <libwpd/libwpd.h>
-#include <libwpd-stream/libwpd-stream.h>
-#include <libwpg/libwpg.h>
+#include <librevenge/librevenge.h>
+#include <librevenge-stream/librevenge-stream.h>
namespace libpict
@@ -37,11 +36,9 @@ class PictImage
{
public:
- static bool isSupported(WPXInputStream *input);
+ static bool isSupported(librevenge::RVNGInputStream *input);
- static bool parse(WPXInputStream *input, libwpg::WPGPaintInterface *painter);
-
- static bool generateSVG(WPXInputStream *input, WPXString &output);
+ static bool parse(librevenge::RVNGInputStream *input, librevenge::RVNGDrawingInterface *painter);
};
} // namespace libpict