From 8b46d5c849a24e67fb2807a80164caf9001d9544 Mon Sep 17 00:00:00 2001 From: "Chr. Rossmanith" Date: Tue, 3 Jun 2014 22:33:25 +0200 Subject: new method INetURLObject::getData() for data urls Signed-off-by: Stephan Bergmann Conflicts: tools/source/fsys/urlobj.cxx Change-Id: I59b5b95cf9b65920ec04922fdb25e4228fd22995 --- include/tools/urlobj.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/tools/urlobj.hxx') diff --git a/include/tools/urlobj.hxx b/include/tools/urlobj.hxx index ace1d76ba562..cd10405bf4b0 100644 --- a/include/tools/urlobj.hxx +++ b/include/tools/urlobj.hxx @@ -26,6 +26,8 @@ #include #include +class SvMemoryStream; + namespace com { namespace sun { namespace star { namespace util { class XStringWidth; } } } } @@ -851,6 +853,9 @@ public: OUString getFSysPath(FSysStyle eStyle, sal_Unicode * pDelimiter = 0) const; + // Data URLs: + SvMemoryStream* getData(); + // POP3 and URLs: OUString GetMsgId(DecodeMechanism eMechanism = DECODE_TO_IURI, -- cgit v1.2.3