summaryrefslogtreecommitdiff
path: root/basic/source/app/printer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/app/printer.cxx')
-rw-r--r--basic/source/app/printer.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/app/printer.cxx b/basic/source/app/printer.cxx
index 84cddf422759..a1e8347b7088 100644
--- a/basic/source/app/printer.cxx
+++ b/basic/source/app/printer.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -36,7 +36,7 @@
#include <basic/ttstrhlp.hxx>
#include <algorithm>
-
+
#include "app.hxx"
#include "printer.hxx"
#include "basic.hrc"
@@ -104,7 +104,7 @@ void BasicPrinter::Print( const String& rFile, const String& rText, BasicFrame *
nLine++;
}
mpListener->EndPage();
-
+
Printer::PrintJob( mpListener, mpPrinter->GetJobSetup() );
nPage = 1;
pFileMenu->EnableItem( RID_FILEPRINT, TRUE );