summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pdfwriter_impl.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-17 12:57:17 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-17 12:57:17 +0000
commit6f58e731332c35bbcb087babdea1774494f75722 (patch)
tree538f6f577614721fcf06402c49dade0067e98cb6 /vcl/source/gdi/pdfwriter_impl.hxx
parent9514dbe600c6902d9d7c7e0aeaed6b219b75abb1 (diff)
INTEGRATION: CWS vcl73 (1.42.54); FILE MERGED
2007/01/18 17:26:55 pl 1.42.54.1: #i55736# transform URLs (thanks cmc)
Diffstat (limited to 'vcl/source/gdi/pdfwriter_impl.hxx')
-rw-r--r--vcl/source/gdi/pdfwriter_impl.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/vcl/source/gdi/pdfwriter_impl.hxx b/vcl/source/gdi/pdfwriter_impl.hxx
index 793fd881c0ce..a5c1b8c5ae1d 100644
--- a/vcl/source/gdi/pdfwriter_impl.hxx
+++ b/vcl/source/gdi/pdfwriter_impl.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: pdfwriter_impl.hxx,v $
*
- * $Revision: 1.45 $
+ * $Revision: 1.46 $
*
- * last change: $Author: ihi $ $Date: 2007-04-16 14:21:42 $
+ * last change: $Author: rt $ $Date: 2007-04-17 13:57:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -78,6 +78,9 @@
#ifndef _RTL_DIGEST_H_
#include <rtl/digest.h>
#endif
+#ifndef _COM_SUN_STAR_UTIL_XURLTRANSFORMER_HPP_
+#include <com/sun/star/util/XURLTransformer.hpp>
+#endif
#include "pdffontcache.hxx"
@@ -584,6 +587,9 @@ private:
link id is always the link's position in this vector
*/
std::vector<PDFLink> m_aLinks;
+ /* makes correctly encoded for export to PDF URLS
+ */
+ com::sun::star::uno::Reference< com::sun::star::util::XURLTransformer > m_xTrans;
/* maps arbitrary link ids for structure attributes to real link ids
(for setLinkPropertyId)
*/