diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-19 01:30:44 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-19 01:30:44 +0100 |
commit | 506e1efab370626dae5e3122b6876f5a1e0b1029 (patch) | |
tree | c4e72abc875b1e1ea5d6f9b156368a9fe1313571 /sc | |
parent | 3991eaf5569c7039ea20000e70aac775b7899432 (diff) |
trailing whitespaces
Change-Id: I3d0e2015e4c9f0ea6118fd92892022607fe4bde6
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/view/preview.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/preview.cxx b/sc/source/ui/view/preview.cxx index b16bb417518b..8ad3ec4ceff2 100644 --- a/sc/source/ui/view/preview.cxx +++ b/sc/source/ui/view/preview.cxx @@ -847,7 +847,7 @@ void ScPreview::DoInvalidate() { // If the whole GetState of the shell is called // The Invalidate must come behind asynchronously - + if (bInGetState) Application::PostUserEvent( STATIC_LINK( this, ScPreview, InvalidateHdl ) ); else |