summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/print.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/print.cxx')
-rw-r--r--vcl/source/gdi/print.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/gdi/print.cxx b/vcl/source/gdi/print.cxx
index 3b0c145f617c..b971e1c28b4b 100644
--- a/vcl/source/gdi/print.cxx
+++ b/vcl/source/gdi/print.cxx
@@ -1851,13 +1851,13 @@ void Printer::SetFontOrientation( ImplFontEntry* const pFontEntry ) const
pFontEntry->mnOrientation = pFontEntry->maMetric.mnOrientation;
}
-void Printer::DrawImage( const Point&, const Image&, sal_uInt16 )
+void Printer::DrawImage( const Point&, const Image&, DrawImageFlags )
{
SAL_WARN ("vcl.gdi", "DrawImage(): Images can't be drawn on any Printer instance");
assert(false);
}
-void Printer::DrawImage( const Point&, const Size&, const Image&, sal_uInt16 )
+void Printer::DrawImage( const Point&, const Size&, const Image&, DrawImageFlags )
{
SAL_WARN ("vcl.gdi", "DrawImage(): Images can't be drawn on any Printer instance");
assert(false);