summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-11-09 22:28:54 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-11-10 09:28:39 +0000
commit180dcdecac80e87f4984024c24f4beeef9dbf766 (patch)
treeea6a5a36026740e93a3b79d0831261e0a95e93e4
parent8e482e60c52ba427199a29045711b3f9cc870ac0 (diff)
Hey Joe, let's ditch the itembrowser
-rw-r--r--svx/source/svdraw/svdedxv.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/svx/source/svdraw/svdedxv.cxx b/svx/source/svdraw/svdedxv.cxx
index d4464b6ccdbb..a6d2db04e25e 100644
--- a/svx/source/svdraw/svdedxv.cxx
+++ b/svx/source/svdraw/svdedxv.cxx
@@ -1124,18 +1124,6 @@ sal_Bool SdrObjEditView::KeyInput(const KeyEvent& rKEvt, Window* pWin)
{
if(pTextEditOutlinerView)
{
-#ifdef DBG_UTIL
- if(rKEvt.GetKeyCode().GetCode() == KEY_RETURN && pTextEditOutliner->GetParagraphCount() == 1)
- {
- ByteString aLine(
- pTextEditOutliner->GetText(pTextEditOutliner->GetParagraph( 0 ), 1),
- gsl_getSystemTextEncoding());
- aLine = aLine.ToUpperAscii();
-
- if(aLine == "HELLO JOE, PLEASE SHOW THE ITEMBROWSER")
- ShowItemBrowser();
- }
-#endif
if (pTextEditOutlinerView->PostKeyEvent(rKEvt, pWin))
{
if( pMod /* && !pMod->IsChanged() */ )