diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-08-15 17:09:51 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-08-16 09:47:00 +0200 |
commit | f7dfe57060294da05c092f8389a8841140de22c8 (patch) | |
tree | 17400f4fbb635c8ded3c116cd50b7f53a7ff9695 /sfx2 | |
parent | 0d32a7be7fb1926a477497d14b87f9eb87324f89 (diff) |
-Werror,-Wunused-value (Clang towards 3.2)
Change-Id: I048b0d4f28a92c23523e8f53993632238ebfa622
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/newhelp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/newhelp.cxx b/sfx2/source/appl/newhelp.cxx index 40937582f7b1..69424dbe6516 100644 --- a/sfx2/source/appl/newhelp.cxx +++ b/sfx2/source/appl/newhelp.cxx @@ -615,7 +615,7 @@ namespace sfx2 { void IndexTabPage_Impl::InitializeIndex() { - WaitObject( this ); + WaitObject aWaitCursor( this ); // By now more than 256 equal entries are not allowed sal_Unicode append[256]; |