summaryrefslogtreecommitdiffstats
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-04-02 09:36:29 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-02 14:53:49 +0100
commit02b2c38acc2374abd0b38d56cd8d92b19b644105 (patch)
tree5f161fe7e2e408d4a5d4536868fcdcb7818b826d /sc
parentrefactor the Rewriter rules using enums (diff)
downloadcore-02b2c38acc2374abd0b38d56cd8d92b19b644105.tar.gz
core-02b2c38acc2374abd0b38d56cd8d92b19b644105.zip
only include iostream if you need to
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/tool/address.cxx2
-rw-r--r--sc/source/core/tool/rangeutl.cxx2
-rw-r--r--sc/source/ui/view/editsh.cxx3
-rw-r--r--sc/source/ui/view/tabvwshc.cxx2
4 files changed, 0 insertions, 9 deletions
diff --git a/sc/source/core/tool/address.cxx b/sc/source/core/tool/address.cxx
index 69ab8553b002..30558bd63a2d 100644
--- a/sc/source/core/tool/address.cxx
+++ b/sc/source/core/tool/address.cxx
@@ -59,8 +59,6 @@ ScAddress::Details::Details ( const ScDocument* pDoc,
////////////////////////////////////////////////////////////////////////////
-#include <iostream>
-
/**
* Parse from the opening single quote to the closing single quote. Inside
* the quotes, a single quote character is encoded by double single-quote
diff --git a/sc/source/core/tool/rangeutl.cxx b/sc/source/core/tool/rangeutl.cxx
index edb85aa0922f..f76e59c805cd 100644
--- a/sc/source/core/tool/rangeutl.cxx
+++ b/sc/source/core/tool/rangeutl.cxx
@@ -42,8 +42,6 @@
#include "externalrefmgr.hxx"
#include "compiler.hxx"
-#include <iostream>
-
using ::rtl::OUString;
using ::rtl::OUStringBuffer;
using ::formula::FormulaGrammar;
diff --git a/sc/source/ui/view/editsh.cxx b/sc/source/ui/view/editsh.cxx
index e339b2c15d44..9f3dfe120497 100644
--- a/sc/source/ui/view/editsh.cxx
+++ b/sc/source/ui/view/editsh.cxx
@@ -92,9 +92,6 @@
#include "scui_def.hxx"
#include "scabstdlg.hxx"
-#include <iostream>
-
-
using namespace ::com::sun::star;
diff --git a/sc/source/ui/view/tabvwshc.cxx b/sc/source/ui/view/tabvwshc.cxx
index 24302258bbb4..64fc9b5d780d 100644
--- a/sc/source/ui/view/tabvwshc.cxx
+++ b/sc/source/ui/view/tabvwshc.cxx
@@ -71,8 +71,6 @@
#include "markdata.hxx"
#include "reffact.hxx"
-#include <iostream>
-
//------------------------------------------------------------------
void ScTabViewShell::SetCurRefDlgId( sal_uInt16 nNew )