summaryrefslogtreecommitdiffstats
path: root/vcl/headless/svpprn.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/headless/svpprn.cxx')
-rw-r--r--vcl/headless/svpprn.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/headless/svpprn.cxx b/vcl/headless/svpprn.cxx
index ff779f2662d1..533499e13919 100644
--- a/vcl/headless/svpprn.cxx
+++ b/vcl/headless/svpprn.cxx
@@ -39,7 +39,6 @@
#include "saldatabasic.hxx"
#include "headless/svpprn.hxx"
-#include "headless/svppspgraphics.hxx"
#include "headless/svpinst.hxx"
using namespace psp;
@@ -292,7 +291,7 @@ void SvpSalInstance::PostPrintersChanged()
GenPspGraphics *SvpSalInstance::CreatePrintGraphics()
{
- return new SvpPspGraphics();
+ return new GenPspGraphics();
}
sal_Bool SvpSalInfoPrinter::Setup( SalFrame*, ImplJobSetup* )