summaryrefslogtreecommitdiff
path: root/include/vcl/pdfextoutdevdata.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-06 11:11:48 +0200
committerNoel Grandin <noel@peralex.com>2013-08-12 11:56:41 +0200
commit624e0c4937c7bed307eddd53bf4a67ee346b742b (patch)
tree93bbc552a93391c69443dbc85a9f0ac5caa745f1 /include/vcl/pdfextoutdevdata.hxx
parent556fe4ec7339892d63cb98bc9bfd09718944bf03 (diff)
convert vcl/pdfextoutdevdata.hxx from String to OUString
Change-Id: I65a04c9bf2d1b9f456e6cf8a430c280f7b15e67c
Diffstat (limited to 'include/vcl/pdfextoutdevdata.hxx')
-rw-r--r--include/vcl/pdfextoutdevdata.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/pdfextoutdevdata.hxx b/include/vcl/pdfextoutdevdata.hxx
index 59a118945cd4..6257dd5ce1f9 100644
--- a/include/vcl/pdfextoutdevdata.hxx
+++ b/include/vcl/pdfextoutdevdata.hxx
@@ -202,7 +202,7 @@ public :
the destination id (to be used in SetLinkDest) or
-1 if page id does not exist
*/
- sal_Int32 CreateNamedDest( const String& sDestName, const Rectangle& rRect, sal_Int32 nPageNr = -1, PDFWriter::DestAreaType eType = PDFWriter::XYZ );
+ sal_Int32 CreateNamedDest( const OUString& sDestName, const Rectangle& rRect, sal_Int32 nPageNr = -1, PDFWriter::DestAreaType eType = PDFWriter::XYZ );
/** registers a destination for which a destinatin ID needs to be known immediately, instead of later on setting it via
SetLinkDest.
@@ -445,7 +445,7 @@ public :
@param rText
contains the complete logical text the structural element displays.
*/
- void SetActualText( const String& rText );
+ void SetActualText( const OUString& rText );
/** set the Alt attribute of a strutural element
@@ -456,7 +456,7 @@ public :
@param rText
contains the replacement text for the structural element
*/
- void SetAlternateText( const String& rText );
+ void SetAlternateText( const OUString& rText );
/** Sets the transitional effect to be applied when the current page gets shown.