summaryrefslogtreecommitdiff
path: root/autodoc/source/exes
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-24 09:44:48 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-24 09:44:48 +0000
commit343b718c5a47d6abeed568d33904f36f16bd3678 (patch)
treee8990fc5c2d7cd6bb4777e4690e7f1c03bda1a1e /autodoc/source/exes
parentf0b4f91f708f6b82ca8fb0b281fc4b24a74b3d7f (diff)
INTEGRATION: CWS sb56 (1.9.2); FILE MERGED
2006/07/07 08:57:33 sb 1.9.2.1: #i67105# Made code compile (warning-free) with debug=x.
Diffstat (limited to 'autodoc/source/exes')
-rw-r--r--autodoc/source/exes/adc_uni/adc_cl.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/autodoc/source/exes/adc_uni/adc_cl.cxx b/autodoc/source/exes/adc_uni/adc_cl.cxx
index 398c5b38e51d..bb43da89e798 100644
--- a/autodoc/source/exes/adc_uni/adc_cl.cxx
+++ b/autodoc/source/exes/adc_uni/adc_cl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: adc_cl.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 12:01:37 $
+ * last change: $Author: ihi $ $Date: 2006-08-24 10:44:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -568,10 +568,9 @@ struct Less_RunningRank
void
CommandLine::sort_Commands()
{
- Less_RunningRank aCommandCompare;
std::sort( aCommands.begin(),
aCommands.end(),
- aCommandCompare );
+ Less_RunningRank() );
}
} // namespace autodoc