remove some @author tags from suspiciously unidiomatic code
Change-Id: I3930420fe502978f8e14a688f2eb99c74d185f7b
This commit is contained in:
@@ -187,7 +187,7 @@ void FrameListAnalyzer::impl_analyze()
|
||||
// b) Or is includes this task the special backing component?
|
||||
// Return it separated from any return list.
|
||||
// But check if the reference task itself is the backing frame.
|
||||
// Our user mst know it to decide right.
|
||||
// Our user must know it to decide right.
|
||||
if ((m_eDetectMode & E_BACKINGCOMPONENT) == E_BACKINGCOMPONENT)
|
||||
{
|
||||
try
|
||||
|
@@ -231,7 +231,7 @@ public:
|
||||
/** timer must be started with special short time intervall,
|
||||
to poll for an user idle period */
|
||||
E_POLL_FOR_USER_IDLE,
|
||||
/** timer mst be started with a very(!) short time intervall,
|
||||
/** timer must be started with a very(!) short time interval,
|
||||
to poll for the end of an user action, which does not allow saving documents in general */
|
||||
E_POLL_TILL_AUTOSAVE_IS_ALLOWED,
|
||||
/** dont start the timer - but calls the same action then before immediately again! */
|
||||
|
@@ -41,8 +41,6 @@
|
||||
from the document, and i do not like defining an API for that.
|
||||
Also, the implementation does _no_ locking, so make sure access is
|
||||
protected externally.
|
||||
|
||||
@author mst
|
||||
*/
|
||||
|
||||
namespace com { namespace sun { namespace star { namespace embed {
|
||||
|
@@ -68,7 +68,7 @@ public class _XTableCharts extends MultiMethodTest {
|
||||
* <code>false</code>. <p>
|
||||
* The following method tests are to be completed successfully before :
|
||||
* <ul>
|
||||
* <li> <code> addNewByName() </code> : chart mst be added first </li>
|
||||
* <li> <code> addNewByName() </code> : chart must be added first </li>
|
||||
* </ul>
|
||||
*/
|
||||
public void _removeByName() {
|
||||
|
@@ -100,7 +100,6 @@
|
||||
<type>MetadatableUndo<type> instance, which can be used to undo the action
|
||||
by passing it to <method>Metadatable::RestoreMetadata</method>.
|
||||
|
||||
@author mst
|
||||
*/
|
||||
|
||||
|
||||
|
@@ -106,7 +106,6 @@
|
||||
* and update the DOM tree only when storing the document (in
|
||||
* <method>updateUserDefinedAndAttributes</method>).
|
||||
*
|
||||
* @author mst
|
||||
*/
|
||||
|
||||
/// anonymous implementation namespace
|
||||
|
@@ -76,7 +76,6 @@
|
||||
librdf_GraphResult: an XEnumeration<Statement>
|
||||
librdf_QuerySelectResult: an XEnumeration<sequence<XNode>>
|
||||
|
||||
@author mst
|
||||
*/
|
||||
|
||||
/// anonymous implementation namespace
|
||||
|
Reference in New Issue
Block a user