diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2011-03-24 18:01:51 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2011-03-24 18:02:49 +0100 |
commit | 2cfe83f932d90c4fcce3f9f6e5d76ff72fc835fb (patch) | |
tree | f429a4e340d1be6d86eeedc3152bce44aefa3ac5 /vcl/unx/headless | |
parent | e7f7c836d753da21ada4586aab996a43dbea5139 (diff) |
why not just write abort() here? fix recursive self-call
Diffstat (limited to 'vcl/unx/headless')
-rw-r--r-- | vcl/unx/headless/svpprn.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/vcl/unx/headless/svpprn.hxx b/vcl/unx/headless/svpprn.hxx index 52e8fbad4f54..3a143443a599 100644 --- a/vcl/unx/headless/svpprn.hxx +++ b/vcl/unx/headless/svpprn.hxx @@ -47,13 +47,6 @@ class SvpSalPrinter : public PspSalPrinter { public: SvpSalPrinter( SalInfoPrinter* pInfoPrinter ) : PspSalPrinter(pInfoPrinter) {} - - virtual sal_Bool StartJob( const XubString* pFileName, const XubString& rJobName, - const XubString& rAppName, sal_uLong nCopies, bool bCollate, - bool /*bDirect*/, ImplJobSetup* pSetupData ) - { - return SvpSalPrinter::StartJob( pFileName, rJobName, rAppName, nCopies, bCollate, false, pSetupData ); - } }; #endif // _SVP_SVPPRN_HXX |