summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/workbookhelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/workbookhelper.cxx')
-rw-r--r--sc/source/filter/oox/workbookhelper.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sc/source/filter/oox/workbookhelper.cxx b/sc/source/filter/oox/workbookhelper.cxx
index 8039f7bcbac7..9bb9f3ce3b8c 100644
--- a/sc/source/filter/oox/workbookhelper.cxx
+++ b/sc/source/filter/oox/workbookhelper.cxx
@@ -90,8 +90,6 @@
namespace oox {
namespace xls {
-
-
using namespace ::com::sun::star::awt;
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::document;
@@ -106,8 +104,6 @@ using ::oox::core::FragmentHandler;
using ::oox::core::XmlFilterBase;
using ::oox::drawingml::Theme;
-
-
bool IgnoreCaseCompare::operator()( const OUString& rName1, const OUString& rName2 ) const
{
// there is no wrapper in OUString, TODO: compare with collator
@@ -115,8 +111,6 @@ bool IgnoreCaseCompare::operator()( const OUString& rName1, const OUString& rNam
rName1.getStr(), rName1.getLength(), rName2.getStr(), rName2.getLength() ) < 0;
}
-
-
class WorkbookGlobals : boost::noncopyable
{
public:
@@ -318,8 +312,6 @@ private:
boost::scoped_ptr<ScDocumentImport> mxDocImport;
};
-
-
WorkbookGlobals::WorkbookGlobals( ExcelFilter& rFilter ) :
mrBaseFilter( rFilter ),
mrExcelFilter( rFilter ),
@@ -707,8 +699,6 @@ void WorkbookGlobals::recalcFormulaCells()
rDoc.CalcFormulaTree(false, true, false);
}
-
-
WorkbookHelper::~WorkbookHelper()
{
}
@@ -1034,8 +1024,6 @@ BiffCodecHelper& WorkbookHelper::getCodecHelper() const
return mrBookGlob.getCodecHelper();
}
-
-
} // namespace xls
} // namespace oox