From 6c541cb3168c103f3e13686232fa2e6084570182 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sat, 30 Mar 2013 05:21:08 +0100 Subject: fix build Change-Id: Icb72b18785bb37457f2eaf86e0639cedc119ee92 --- sw/source/ui/utlui/content.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sw/source') diff --git a/sw/source/ui/utlui/content.cxx b/sw/source/ui/utlui/content.cxx index 29dbd7bc4c60..2ba3e048753d 100644 --- a/sw/source/ui/utlui/content.cxx +++ b/sw/source/ui/utlui/content.cxx @@ -2182,7 +2182,6 @@ IMPL_LINK_NOARG(SwContentTree, TimerUpdate) { // No update while drag and drop. // Query view because the Navigator is cleared too late. -Viewabfrage, da der Navigator zu spaet abgeraeumt wird SwView* pView = GetParentWindow()->GetCreateView(); if( (!HasFocus() || bViewHasChanged) && !bIsInDrag && !bIsInternalDrag && pView && -- cgit