summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/oldprintadaptor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/oldprintadaptor.cxx')
-rw-r--r--vcl/source/gdi/oldprintadaptor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/oldprintadaptor.cxx b/vcl/source/gdi/oldprintadaptor.cxx
index b71d9dd15654..46485b9ebde1 100644
--- a/vcl/source/gdi/oldprintadaptor.cxx
+++ b/vcl/source/gdi/oldprintadaptor.cxx
@@ -74,7 +74,7 @@ void OldStylePrintAdaptor::StartPage()
void OldStylePrintAdaptor::EndPage()
{
- getPrinter()->SetConnectMetaFile( NULL );
+ getPrinter()->SetConnectMetaFile( nullptr );
mpData->maPages.back().maPage.WindStart();
}