summaryrefslogtreecommitdiff
path: root/toolkit/source
diff options
context:
space:
mode:
authorPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-06-04 15:22:01 +0200
committerPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-06-04 15:22:01 +0200
commit02baa49c4817741d9761b6140fdee5d5dfbfe1d1 (patch)
tree481b3c0bca1d73e714a193fdbc7c289054af1ab3 /toolkit/source
parent0a5ab4320969089fdc7979b70bb0f43bc2c0af06 (diff)
fix warning
Diffstat (limited to 'toolkit/source')
-rw-r--r--toolkit/source/awt/vclxdialog.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolkit/source/awt/vclxdialog.cxx b/toolkit/source/awt/vclxdialog.cxx
index dd4b4e740ab1..129f3b2132ab 100644
--- a/toolkit/source/awt/vclxdialog.cxx
+++ b/toolkit/source/awt/vclxdialog.cxx
@@ -215,6 +215,8 @@ void VCLXDialog::setHelpId( sal_Int32 id ) throw(::com::sun::star::uno::RuntimeE
Window* pWindow = GetWindow();
if ( pWindow )
pWindow->SetHelpId( id );
+ #else
+ (void)id;
#endif
}