summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pdfwriter_impl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/pdfwriter_impl.cxx')
-rw-r--r--vcl/source/gdi/pdfwriter_impl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx
index 677987d81d97..65437464de72 100644
--- a/vcl/source/gdi/pdfwriter_impl.cxx
+++ b/vcl/source/gdi/pdfwriter_impl.cxx
@@ -5808,7 +5808,7 @@ void PDFWriterImpl::drawShadow( SalLayout& rLayout, const OUString& rText, bool
}
void PDFWriterImpl::drawVerticalGlyphs(
- const std::vector<PDFWriterImpl::PDFGlyph>& rGlyphs,
+ const std::vector<PDFGlyph>& rGlyphs,
OStringBuffer& rLine,
const Point& rAlignOffset,
const Matrix3& rRotScale,
@@ -5877,7 +5877,7 @@ void PDFWriterImpl::drawVerticalGlyphs(
}
void PDFWriterImpl::drawHorizontalGlyphs(
- const std::vector<PDFWriterImpl::PDFGlyph>& rGlyphs,
+ const std::vector<PDFGlyph>& rGlyphs,
OStringBuffer& rLine,
const Point& rAlignOffset,
bool bFirst,