diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-09-11 10:32:21 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-09-11 17:11:09 +0200 |
commit | 0e2467a1554faa7b1b73d042539e79de806aafdd (patch) | |
tree | 300b1c4a11d952355beaf96d0b5abbd4a62801f4 /sc/source/ui/view/preview.cxx | |
parent | e2fac98819c00b4fb50f9de9d0f32d20092f3191 (diff) |
-Werror,-Wunused-value
Change-Id: I30a2d1c5ad0611eeb69ee50dadfb847981d0a61d
Diffstat (limited to 'sc/source/ui/view/preview.cxx')
-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 a0205408dbd5..1f0ea75504e7 100644 --- a/sc/source/ui/view/preview.cxx +++ b/sc/source/ui/view/preview.cxx @@ -220,7 +220,7 @@ void ScPreview::TestLastPage() void ScPreview::CalcPages() { - WaitObject( this ); + WaitObject aWait( this ); ScDocument* pDoc = pDocShell->GetDocument(); nTabCount = pDoc->GetTableCount(); |