diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-04-02 09:36:29 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-04-02 14:53:49 +0100 |
commit | 02b2c38acc2374abd0b38d56cd8d92b19b644105 (patch) | |
tree | 5f161fe7e2e408d4a5d4536868fcdcb7818b826d /sc | |
parent | cf98d30de84e8ca8b45a83ac2319a09f9e70a2f7 (diff) |
only include iostream if you need to
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/tool/address.cxx | 2 | ||||
-rw-r--r-- | sc/source/core/tool/rangeutl.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/view/editsh.cxx | 3 | ||||
-rw-r--r-- | sc/source/ui/view/tabvwshc.cxx | 2 |
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 ) |