summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-11-22 09:28:07 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-11-22 09:28:07 +0100
commit129551cbd39c8d5c2908bd18750ef5d917d8dfca (patch)
treef0b9f31a9e31a3419335b9754fb4efbd0c71d850 /framework
parentd6f918f52ef80ef1b9c78b93c9041f596ad6c9b3 (diff)
undoapi: unxsols4 WaE
Diffstat (limited to 'framework')
-rwxr-xr-xframework/source/helper/undomanagerhelper.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/framework/source/helper/undomanagerhelper.cxx b/framework/source/helper/undomanagerhelper.cxx
index 5988d617878c..e2cfd13c5bb7 100755
--- a/framework/source/helper/undomanagerhelper.cxx
+++ b/framework/source/helper/undomanagerhelper.cxx
@@ -539,10 +539,6 @@ namespace framework
}
}
while ( true );
-
- OSL_ENSURE( false, "UndoManagerHelper_Impl::impl_processRequest: unreachable!" );
- // there's only two exits from the above loop: a direct return, and a throw ...
- m_bProcessingEvents = false;
}
//------------------------------------------------------------------------------------------------------------------