diff options
author | Chr. Rossmanith <ChrRossmanith@gmx.de> | 2014-06-03 22:33:25 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-06-06 11:13:07 +0200 |
commit | 8b46d5c849a24e67fb2807a80164caf9001d9544 (patch) | |
tree | 50c98b15074dfdfd65e7ce225315f46348f07ffb /include/tools/urlobj.hxx | |
parent | 44f422048754c5fe3540750eec996c8a63bf6da4 (diff) |
new method INetURLObject::getData() for data urls
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
Conflicts:
tools/source/fsys/urlobj.cxx
Change-Id: I59b5b95cf9b65920ec04922fdb25e4228fd22995
Diffstat (limited to 'include/tools/urlobj.hxx')
-rw-r--r-- | include/tools/urlobj.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
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 <rtl/textenc.h> #include <sal/types.h> +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, |