summaryrefslogtreecommitdiff
path: root/sc/source/ui/view
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-03-02 23:54:55 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-03-03 00:58:38 +0100
commit2670516f2d4f385e364cc56855e12b086b1c5a76 (patch)
tree9112c930a09c573cfed7f8aedddab349217b8cca /sc/source/ui/view
parent6e93e78c85e0c4eea174483f1d27ee38fd00ee21 (diff)
remove debug statement
Diffstat (limited to 'sc/source/ui/view')
-rw-r--r--sc/source/ui/view/cellsh1.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx
index 8f76bf6837c0..ec5b8e8107e6 100644
--- a/sc/source/ui/view/cellsh1.cxx
+++ b/sc/source/ui/view/cellsh1.cxx
@@ -115,7 +115,6 @@
#include <com/sun/star/i18n/TransliterationModulesExtra.hpp>
#include <boost/scoped_ptr.hpp>
-#include <iostream>
using namespace ::com::sun::star;
using namespace ::com::sun::star::beans;
@@ -1743,7 +1742,6 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
break;
case FID_ADD_NAME:
{
- std::cout << "temp" << std::endl;
sal_uInt16 nId = ScNameDefDlgWrapper::GetChildWindowId();
SfxViewFrame* pViewFrm = pTabViewShell->GetViewFrame();
SfxChildWindow* pWnd = pViewFrm->GetChildWindow( nId );