summaryrefslogtreecommitdiff
path: root/starmath/source/dialog.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-09-11 10:32:21 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-09-11 17:11:09 +0200
commit0e2467a1554faa7b1b73d042539e79de806aafdd (patch)
tree300b1c4a11d952355beaf96d0b5abbd4a62801f4 /starmath/source/dialog.cxx
parente2fac98819c00b4fb50f9de9d0f32d20092f3191 (diff)
-Werror,-Wunused-value
Change-Id: I30a2d1c5ad0611eeb69ee50dadfb847981d0a61d
Diffstat (limited to 'starmath/source/dialog.cxx')
-rw-r--r--starmath/source/dialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx
index 7edd2e163b8b..a94a4b9d2b01 100644
--- a/starmath/source/dialog.cxx
+++ b/starmath/source/dialog.cxx
@@ -343,7 +343,7 @@ SmFontDialog::SmFontDialog(Window * pParent,
aHelpButton1.SetClickHdl(LINK(this, SmFontDialog, HelpButtonClickHdl));
{
- WaitObject( this );
+ WaitObject aWait( this );
FontList aFontList( pFntListDevice );