[Libreoffice-commits] .: sw/source

Thomas Arnhold tarnhold at kemper.freedesktop.org
Mon Mar 14 13:16:56 PDT 2011


 sw/source/core/bastyp/swrect.cxx   |    2 +-
 sw/source/core/doc/doclay.cxx      |    2 +-
 sw/source/core/layout/calcmove.cxx |    2 +-
 sw/source/core/text/itrform2.cxx   |    2 +-
 sw/source/core/unocore/unoobj2.cxx |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 340420edf4a40d16e2ff8e94de7abd7cbe99ffe0
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Mon Mar 14 21:17:00 2011 +0100

    Remove dates from comments

diff --git a/sw/source/core/bastyp/swrect.cxx b/sw/source/core/bastyp/swrect.cxx
index 4ce8a99..cc61d82 100644
--- a/sw/source/core/bastyp/swrect.cxx
+++ b/sw/source/core/bastyp/swrect.cxx
@@ -168,7 +168,7 @@ BOOL SwRect::IsInside( const Point& rPoint ) const
            && (Right() >= rPoint.X())
            && (Bottom()>= rPoint.Y());
 }
-/* -----------------------------11.04.00 15:46--------------------------------
+/* ---------------------------------------------------------------------------
     mouse moving of table borders
  ---------------------------------------------------------------------------*/
 BOOL SwRect::IsNear( const Point& rPoint, long nTolerance ) const
diff --git a/sw/source/core/doc/doclay.cxx b/sw/source/core/doc/doclay.cxx
index b25b7ef..088bbff 100644
--- a/sw/source/core/doc/doclay.cxx
+++ b/sw/source/core/doc/doclay.cxx
@@ -985,7 +985,7 @@ SwDrawFrmFmt* SwDoc::Insert( const SwPaM &rRg,
     return pFmt;
 }
 
-/* -----------------------------04.04.00 10:55--------------------------------
+/* ---------------------------------------------------------------------------
     paragraph frames - o.k. if the PaM includes the paragraph from the beginning
                        to the beginning of the next paragraph at least
     frames at character - o.k. if the pam start at least at the same position
diff --git a/sw/source/core/layout/calcmove.cxx b/sw/source/core/layout/calcmove.cxx
index 0e2f0e3..0387c99 100644
--- a/sw/source/core/layout/calcmove.cxx
+++ b/sw/source/core/layout/calcmove.cxx
@@ -1680,7 +1680,7 @@ void SwCntntFrm::MakeAll()
                     bFitPromise = TRUE;
                     continue;
                 }
-                /* -----------------19.02.99 12:58-------------------
+                /* --------------------------------------------------
                  * Frueher wurde in Rahmen und Bereichen niemals versucht,
                  * durch bMoveOrFit den TxtFrm unter Verzicht auf seine
                  * Attribute (Widows,Keep) doch noch passend zu bekommen.
diff --git a/sw/source/core/text/itrform2.cxx b/sw/source/core/text/itrform2.cxx
index d2409c3..b90e600 100644
--- a/sw/source/core/text/itrform2.cxx
+++ b/sw/source/core/text/itrform2.cxx
@@ -257,7 +257,7 @@ SwLinePortion *SwTxtFormatter::UnderFlow( SwTxtFormatInfo &rInf )
 //        }
 //    }
 
-    /*-----------------14.12.94 09:45-------------------
+    /*--------------------------------------------------
      * 9849: Schnellschuss
      * --------------------------------------------------*/
     if ( pPor==rInf.GetLast() )
diff --git a/sw/source/core/unocore/unoobj2.cxx b/sw/source/core/unocore/unoobj2.cxx
index c917e7f..20da0d6 100644
--- a/sw/source/core/unocore/unoobj2.cxx
+++ b/sw/source/core/unocore/unoobj2.cxx
@@ -1833,7 +1833,7 @@ lcl_CreateNextObject(SwUnoCrsr& i_rUnoCrsr,
     return o_rNextObject.is();
 }
 
-/* -----------------------------03.04.00 10:15--------------------------------
+/* ---------------------------------------------------------------------------
     Description: Search for a FLYCNT text attribute at the cursor point
                 and fill the frame into the array
  ---------------------------------------------------------------------------*/


More information about the Libreoffice-commits mailing list