diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-01-07 00:14:35 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-01-07 00:15:19 -0500 |
commit | d74c77428deba9619c678a59d6442ec281385264 (patch) | |
tree | 3bd52ef3d91fec9a7c66104ba48e82ae9b7454fb /sc | |
parent | f0c9362d9dca4bda4f3d87e181a2b59fcc08d7d2 (diff) |
Removing debug statements.
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/data/document.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sc/source/core/data/document.cxx b/sc/source/core/data/document.cxx index 15d529576f6d..61fdbe5e848c 100644 --- a/sc/source/core/data/document.cxx +++ b/sc/source/core/data/document.cxx @@ -100,9 +100,6 @@ #include <map> #include <limits> -#include <rtl/oustringostreaminserter.hxx> -#include <iostream> - using ::editeng::SvxBorderLine; using namespace ::com::sun::star; @@ -1729,11 +1726,7 @@ void ScDocument::InitUndo( ScDocument* pSrcDoc, SCTAB nTab1, SCTAB nTab2, xPoolHelper = pSrcDoc->xPoolHelper; if (pSrcDoc->pShell->GetMedium()) - { maFileURL = pSrcDoc->pShell->GetMedium()->GetURLObject().GetMainURL(INetURLObject::DECODE_TO_IURI); - std::cout << "SfxMedium: " << maFileURL << std::endl; - std::cout << "GetName: " << rtl::OUString(pSrcDoc->pShell->GetName()) << std::endl; - } rtl::OUString aString; if ( nTab2 >= static_cast<SCTAB>(maTabs.size())) |