summaryrefslogtreecommitdiff
path: root/cui/source/factory
diff options
context:
space:
mode:
authorPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-06-05 13:58:32 +0200
committerPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-06-05 13:58:32 +0200
commitda2c9e0f833dd1caccd0a0881cdb3f410cb0577a (patch)
treefc80114a5c00c1379c524c2e6d33a6ed8eb1b926 /cui/source/factory
parent3b1416e6d35dea58daaa93a7b14477f6e0c15eed (diff)
fix warnings
Diffstat (limited to 'cui/source/factory')
-rw-r--r--cui/source/factory/dlgfact.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx
index ba22a2cdf615..91ec831ab5dc 100644
--- a/cui/source/factory/dlgfact.cxx
+++ b/cui/source/factory/dlgfact.cxx
@@ -731,6 +731,7 @@ void AbstractSvxNameDialog_Impl::SetHelpId( ULONG nHelpId )
{
// FIXME: HELPID
pDlg->SetHelpId( ""/*nHelpId*/ );
+ (void)nHelpId;
}
void AbstractSvxNameDialog_Impl::SetText( const XubString& rStr )
{
@@ -846,6 +847,7 @@ void AbstractSvxMultiFileDialog_Impl::SetHelpId( ULONG nHelpId )
{
// FIXME: HELPID
pDlg->SetHelpId( ""/*nHelpId*/ );
+ (void)nHelpId;
}
Window * AbstractSvxHpLinkDlg_Impl::GetWindow()