diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-30 05:21:08 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-30 05:21:08 +0100 |
commit | 6c541cb3168c103f3e13686232fa2e6084570182 (patch) | |
tree | 4b0dfb111ec6f6fb30b25779ff5a94a1587915a8 /sw/source | |
parent | 775a27799fc245c5db9eadb28aa58e7f291253f2 (diff) |
fix build
Change-Id: Icb72b18785bb37457f2eaf86e0639cedc119ee92
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/ui/utlui/content.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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 && |