summaryrefslogtreecommitdiffstats
path: root/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-03-26 15:30:49 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-03-26 15:33:35 +0100
commitf474984cd7b8a29f410a686d540859226039bfe0 (patch)
tree2f2458f82692860849d1d4f122a28982d7857272 /sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
parentconst_cast: convert some C-style casts and remove some redundant ones (diff)
downloadcore-f474984cd7b8a29f410a686d540859226039bfe0.tar.gz
core-f474984cd7b8a29f410a686d540859226039bfe0.zip
const_cast: convert some C-style casts and remove some redundant ones
Change-Id: I207f23b084013f9ce2fcf087a7f335bd8a194f50
Diffstat (limited to 'sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx')
-rw-r--r--sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
index cf19b30834a7..987ae3c494cb 100644
--- a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
+++ b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
@@ -532,7 +532,7 @@ void PDFOutDev::printPath( GfxPath* pPath ) const
PDFOutDev::PDFOutDev( PDFDoc* pDoc ) :
m_pDoc( pDoc ),
m_aFontMap(),
- m_pUtf8Map( new UnicodeMap((char*)"UTF-8", gTrue, &mapUTF8) ),
+ m_pUtf8Map( new UnicodeMap("UTF-8", gTrue, &mapUTF8) ),
m_bSkipImages(false)
{
}