summaryrefslogtreecommitdiff
path: root/extensions/source/scanner
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-02-20 21:03:23 -0800
committerJoseph Powers <jpowers27@cox.net>2011-02-20 21:03:23 -0800
commit768a646d7cc98d43be27c02db5b2f83b364a7438 (patch)
tree2ec76e00f571634bf703e81140e6188761d900ce /extensions/source/scanner
parent3e39bb8d56c5f3e0fd1d83a0c445f060a11a21c8 (diff)
Cleanup some #include <tools/list.hxx>
Diffstat (limited to 'extensions/source/scanner')
-rw-r--r--extensions/source/scanner/scanunx.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/extensions/source/scanner/scanunx.cxx b/extensions/source/scanner/scanunx.cxx
index dfae6eb49..ee4636f0f 100644
--- a/extensions/source/scanner/scanunx.cxx
+++ b/extensions/source/scanner/scanunx.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
@@ -31,7 +31,6 @@
#include <scanner.hxx>
#include <sanedlg.hxx>
#include <osl/thread.hxx>
-#include <tools/list.hxx>
#include <boost/shared_ptr.hpp>
#if OSL_DEBUG_LEVEL > 1
@@ -306,7 +305,7 @@ BOOL ScannerManager::configureScanner( ScannerContext& scanner_context ) throw(
SaneDlg aDlg( NULL, pHolder->m_aSane );
BOOL bRet = (BOOL)aDlg.Execute();
pHolder->m_bBusy = false;
-
+
return bRet;
}