summaryrefslogtreecommitdiff
path: root/sw/source/ui/uiview/viewling.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/uiview/viewling.cxx')
-rw-r--r--sw/source/ui/uiview/viewling.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/ui/uiview/viewling.cxx b/sw/source/ui/uiview/viewling.cxx
index da993813e2d4..45b2f12d5fb9 100644
--- a/sw/source/ui/uiview/viewling.cxx
+++ b/sw/source/ui/uiview/viewling.cxx
@@ -447,7 +447,6 @@ void SwView::HyphenateDocument()
Reference< XLinguProperties > xProp( ::GetLinguPropertySet() );
-
m_pWrtShell->StartUndo(UNDO_INSATTR); // valid later
sal_Bool bHyphSpecial = xProp.is() ? xProp->getIsHyphSpecial() : sal_False;
@@ -735,7 +734,6 @@ sal_Bool SwView::ExecSpellPopup(const Point& rPt)
uno::Sequence< beans::PropertyValue > aArgs;
xDispatch = xDispatchProvider->queryDispatch( aURL, OUString(), 0 );
-
if (xDispatch.is())
{
// Execute dispatch asynchronously
@@ -777,7 +775,6 @@ sal_Bool SwView::ExecSmartTagPopup( const Point& rPt )
m_pWrtShell->LockView( sal_True );
m_pWrtShell->Push();
-
// get word that was clicked on
// This data structure maps a smart tag type string to the property bag
SwRect aToFill;