summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/printer/cupsmgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/generic/printer/cupsmgr.cxx')
-rw-r--r--vcl/unx/generic/printer/cupsmgr.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/unx/generic/printer/cupsmgr.cxx b/vcl/unx/generic/printer/cupsmgr.cxx
index de8a5606be27..d39196e15cf0 100644
--- a/vcl/unx/generic/printer/cupsmgr.cxx
+++ b/vcl/unx/generic/printer/cupsmgr.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <cups/cups.h>
#include <cups/http.h>
#include <cups/ipp.h>
@@ -44,7 +43,6 @@
using namespace psp;
using namespace osl;
-
struct GetPPDAttribs
{
osl::Condition m_aCondition;
@@ -322,7 +320,6 @@ void CUPSManager::initialize()
aPrinter.m_aInfo.m_aLocation=OStringToOUString(pDest->options[k].value, aEncoding);
}
-
OUStringBuffer aBuf( 256 );
aBuf.appendAscii( "CUPS:" );
aBuf.append( aPrinterName );
@@ -686,7 +683,6 @@ bool CUPSManager::endSpool( const OUString& rPrintername, const OUString& rJobTi
return nJobID != 0;
}
-
void CUPSManager::changePrinterInfo( const OUString& rPrinter, const PrinterInfo& rNewInfo )
{
PrinterInfoManager::changePrinterInfo( rPrinter, rNewInfo );