summaryrefslogtreecommitdiff
path: root/extensions/source
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-01-14 14:00:44 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-01-14 14:00:44 +0000
commit8395fdee33b1744759ca3c1273d31c0010fd18ce (patch)
treea6854a15fae0152a7c82f549511b472e4e5d1a05 /extensions/source
parent9c52b799a451885f9ee323d67d542795c985ad21 (diff)
INTEGRATION: CWS wae4extensions (1.8.78); FILE MERGED
2007/09/27 07:18:25 fs 1.8.78.1: #i81612# warning-free code
Diffstat (limited to 'extensions/source')
-rw-r--r--extensions/source/propctrlr/selectlabeldialog.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/selectlabeldialog.cxx b/extensions/source/propctrlr/selectlabeldialog.cxx
index 07e1c99dd461..27ea6f99d730 100644
--- a/extensions/source/propctrlr/selectlabeldialog.cxx
+++ b/extensions/source/propctrlr/selectlabeldialog.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: selectlabeldialog.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2007-04-26 08:08:29 $
+ * last change: $Author: ihi $ $Date: 2008-01-14 15:00:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -284,6 +284,7 @@ namespace pcr
IMPL_LINK(OSelectLabelDialog, OnEntrySelected, SvTreeListBox*, pLB)
{
DBG_ASSERT(pLB == &m_aControlTree, "OSelectLabelDialog::OnEntrySelected : where did this come from ?");
+ (void)pLB;
SvLBoxEntry* pSelected = m_aControlTree.FirstSelected();
void* pData = pSelected ? pSelected->GetUserData() : NULL;
@@ -301,6 +302,7 @@ namespace pcr
IMPL_LINK(OSelectLabelDialog, OnNoAssignmentClicked, Button*, pButton)
{
DBG_ASSERT(pButton == &m_aNoAssignment, "OSelectLabelDialog::OnNoAssignmentClicked : where did this come from ?");
+ (void)pButton;
if (m_aNoAssignment.IsChecked())
m_pLastSelected = m_aControlTree.FirstSelected();