summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/usercontrol.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-07-26 07:01:57 +0000
committerRüdiger Timm <rt@openoffice.org>2006-07-26 07:01:57 +0000
commit251c2f5a8745ca58e6eed53107189a241f60010a (patch)
tree20ea5d0da89feb7575a3e3684fbf92616e3ce74d /extensions/source/propctrlr/usercontrol.cxx
parent8f39d8ee751f4d7c9f030238558707d80bf90bce (diff)
INTEGRATION: CWS dba204b (1.7.68); FILE MERGED
2006/07/06 14:52:31 fs 1.7.68.1: #i65159# describePropertyLine now returning a LineDescriptor, instead of taking an out parameter / some less warnings
Diffstat (limited to 'extensions/source/propctrlr/usercontrol.cxx')
-rw-r--r--extensions/source/propctrlr/usercontrol.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/usercontrol.cxx b/extensions/source/propctrlr/usercontrol.cxx
index acea905c152e..755827114837 100644
--- a/extensions/source/propctrlr/usercontrol.cxx
+++ b/extensions/source/propctrlr/usercontrol.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: usercontrol.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: vg $ $Date: 2006-03-14 11:34:25 $
+ * last change: $Author: rt $ $Date: 2006-07-26 08:01:57 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -303,7 +303,7 @@ namespace pcr
}
//------------------------------------------------------------------
- IMPL_LINK( OTimeDurationControl, OnCustomConvert, MetricField*, pField )
+ IMPL_LINK( OTimeDurationControl, OnCustomConvert, MetricField*, /*pField*/ )
{
long nMultiplier = 1;
if ( getTypedControlWindow()->GetCurUnitText().EqualsIgnoreCaseAscii( "ms" ) )