Kevin Hunter
60f1085535
Simplify logic to use std::vector's .empty()
...
No need to muck about with iterators, adding a loop, and 2 function
calls to test for empty: it's a std::vector under the hood, so use
.empty(), and inline it.
2011-10-10 13:58:25 -04:00
Jan Holesovsky
1339a41fb0
Revert "Simplify logic to use std::vector's .empty()"
...
This reverts commit a6a51b6a69
.
The commit broke the build, sorry for the push.
2011-10-06 10:19:42 +02:00
Kevin Hunter
a6a51b6a69
Simplify logic to use std::vector's .empty()
...
No need to muck about with iterators, adding a loop, and 2 function
calls to test for empty: it's a std::vector under the hood, so use
.empty(), and inline it.
2011-10-06 10:04:45 +02:00
Caolán McNamara
8cad7d1947
add modelines to .hxx files as well
2010-10-27 13:05:40 +01:00
Jens-Heiner Rechtien
1296914c84
changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-02-12 15:01:35 +01:00
Rüdiger Timm
1d46e7bfe6
INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED
...
2008/03/28 16:01:29 rt 1.6.22.1: #i87441# Change license header to LPGL v3.
2008-04-10 12:45:44 +00:00
Jens-Heiner Rechtien
300aae82fd
INTEGRATION: CWS adc18 (1.5.24); FILE MERGED
...
2007/10/18 13:10:22 np 1.5.24.1: #i81775#
2007-11-02 14:20:24 +00:00
Oliver Bolte
5a2f5e5187
INTEGRATION: CWS adc15 (1.4.34); FILE MERGED
...
2006/09/12 17:20:05 np 1.4.34.1: #i69082# fix problem with lost text in @see tags
2006-09-15 10:10:40 +00:00
Rüdiger Timm
5f961ec8ba
INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED
...
2005/09/05 13:09:38 rt 1.3.18.1: #i54170# Change license header: remove SISSL
2005-09-07 15:24:35 +00:00
Oliver Bolte
83a412ef5f
INTEGRATION: CWS adc9 (1.2.6); FILE MERGED
...
2004/11/09 17:36:23 np 1.2.6.1: #i31023#
2004-11-15 12:27:13 +00:00
Rüdiger Timm
ac978076ab
INTEGRATION: CWS adc8 (1.1.1.1.98); FILE MERGED
...
2004/07/02 14:44:34 np 1.1.1.1.98.1: #i30967#
2004-07-12 14:12:53 +00:00
Nikolai Pretzell
d566f38f8a
Moving Autodoc to OpenOffice.org, module autodoc: sourcecode repository and documentation generator
2002-03-08 13:45:36 +00:00