sw/source/filter/inc/msfilter.hxx       |   48 --------------------
 sw/source/filter/inc/wwstyles.hxx       |    9 ---
 sw/source/filter/ww8/fields.hxx         |    3 -
 sw/source/filter/ww8/sortedarray.hxx    |    3 -
 sw/source/filter/ww8/writerhelper.hxx   |   75 --------------------------------
 sw/source/filter/ww8/writerwordglue.hxx |    6 --
 6 files changed, 144 deletions(-)

New commits:
commit 3adadbd10501e1baa87a9833ecc84626a625d9a9
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue May 9 13:56:26 2017 +0100

    drop obsolete mailtos
    
    Change-Id: Ice2f3a41c06ffaa58d1f0040d53e24fab89ca438

diff --git a/sw/source/filter/inc/msfilter.hxx 
b/sw/source/filter/inc/msfilter.hxx
index 3a432681343b..95c84bba598b 100644
--- a/sw/source/filter/inc/msfilter.hxx
+++ b/sw/source/filter/inc/msfilter.hxx
@@ -66,9 +66,6 @@ namespace sw
 
             @return
                 a msoffice equivalent charset identifier
-
-            @author
-                <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
         */
         sal_uInt8 rtl_TextEncodingToWinCharset(rtl_TextEncoding eTextEncoding);
 
@@ -91,23 +88,16 @@ namespace sw
 
             @param rXE
                 the arguments of the original word XE field
-
-            @author
-                <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
         */
         void ImportXE(SwDoc &rDoc, SwPaM &rPaM, const OUString &rXE);
 
         /** Convert from DTTM to Writer's DateTime
 
-            @author
-                <a href="mailto:mma...@openoffice.org";>Martin Maher</a
         */
         long DateTime2DTTM( const DateTime& rDT );
 
         /** Convert from Word Date/Time field str to Writer's Date Time str
 
-            @author
-                <a href="mailto:mma...@openoffice.org";>Martin Maher</a
         */
         sal_uLong MSDateTimeFormatToSwFormat(OUString& rParams, 
SvNumberFormatter *pFormatter, LanguageType &rLang, bool bHijri, LanguageType 
nDocLang);
 
@@ -119,15 +109,11 @@ namespace sw
 
         /** Used by MSDateTimeFormatToSwFormat to identify AM time fields
 
-            @author
-                <a href="mailto:mma...@openoffice.org";>Martin Maher</a
         */
         bool IsNotAM(OUString& rParams, sal_Int32 nPos);
 
         /** Another function used by MSDateTimeFormatToSwFormat
 
-            @author
-                <a href="mailto:mma...@openoffice.org";>Martin Maher</a
         */
         void SwapQuotesInField(OUString &rFormat);
 
@@ -149,9 +135,6 @@ namespace sw
             @param nIn
 
             @return nIn clipped to min/max 16bit value
-
-            @author
-                <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
         */
         SwTwips MakeSafePositioningValue(SwTwips nIn);
 
@@ -174,9 +157,6 @@ namespace sw
             was already in existence, for the cut and paste/insert file mode we
             should not modify the returned style if it is already in use as it
             is does not belong to us to change.
-
-            @author
-                <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
         */
         class ParaStyleMapper
         {
@@ -234,9 +214,6 @@ namespace sw
             was already in existence, for the cut and paste/insert file mode we
             should not modify the returned style if it is already in use as it
             is does not belong to us to change.
-
-            @author
-                <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
         */
         class CharStyleMapper
         {
@@ -280,9 +257,6 @@ namespace sw
             Given a fontname description find the best primary and secondary
             fallback font to use from MSWord's persp font
 
-            @author
-            <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
-
             @see #i10242#/#i19164# for examples
         */
         class FontMapExport
@@ -314,9 +288,6 @@ namespace sw
             InsertTable, and before finalization DelAndMakeTableFrames should
             be called.
 
-            @author
-            <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
-
             @see #i25782# for examples
         */
         class InsertedTablesManager
@@ -332,10 +303,6 @@ namespace sw
             TableMap maTables;
         };
 
-        /**
-            @author
-                <a href="mailto:mma...@openoffice.org";>Martin Maher</a>
-         */
         class RedlineStack
         {
         private:
@@ -357,10 +324,6 @@ namespace sw
             ~RedlineStack();
         };
 
-        /**
-            @author
-                <a href="mailto:mma...@openoffice.org";>Martin Maher</a>
-         */
         class SetInDocAndDelete
         {
         private:
@@ -372,10 +335,6 @@ namespace sw
             SetInDocAndDelete& operator=(const SetInDocAndDelete&) = delete;
         };
 
-        /**
-            @author
-                <a href="mailto:mma...@openoffice.org";>Martin Maher</a>
-         */
         class SetEndIfOpen       //Subclass from something ?
         {
         private:
@@ -391,10 +350,6 @@ namespace sw
             SetEndIfOpen& operator=(const SetEndIfOpen&) = delete;
         };
 
-        /**
-            @author
-                <a href="mailto:mma...@openoffice.org";>Martin Maher</a>
-         */
         class CompareRedlines:
             public std::binary_function<const SwFltStackEntry*, const 
SwFltStackEntry*,
             bool>
@@ -454,9 +409,6 @@ namespace sw
             direction, script and optionally script of the contiguous sequences
             of characters
 
-            @author
-            <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
-
             @see #i22537# for example
         */
         CharRuns GetPseudoCharRuns(const SwTextNode& rTextNd);
diff --git a/sw/source/filter/inc/wwstyles.hxx 
b/sw/source/filter/inc/wwstyles.hxx
index c091ec2e7025..3644a8193046 100644
--- a/sw/source/filter/inc/wwstyles.hxx
+++ b/sw/source/filter/inc/wwstyles.hxx
@@ -146,9 +146,6 @@ namespace ww
 
         @return the sti that word would give it. stiUser if word would treat
         it as a user defined style.
-
-        @author
-        <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
     */
     sti GetCanonicalStiFromStc(sal_uInt8 stc) throw();
 
@@ -161,9 +158,6 @@ namespace ww
 
         @return the name word would give it if it's an inbuilt name, otherwise
         NULL
-
-        @author
-        <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
     */
     const sal_Char* GetEnglishNameFromSti(sti eSti) throw();
 
@@ -173,9 +167,6 @@ namespace ww
         sti the Style index
 
         @return true if a known inbuild character style
-
-        @author
-        <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
     */
     bool StandardStiIsCharStyle(sti eSti) throw();
 } // namespace ww
diff --git a/sw/source/filter/ww8/fields.hxx b/sw/source/filter/ww8/fields.hxx
index d6fa40317506..ae0266ca6614 100644
--- a/sw/source/filter/ww8/fields.hxx
+++ b/sw/source/filter/ww8/fields.hxx
@@ -141,9 +141,6 @@ namespace ww
 
         @return 0 if not found, otherwise the fieldname as a C style ASCII
         string
-
-        @author
-        <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
     */
     const char *GetEnglishFieldName(eField eIndex) throw();
 }
diff --git a/sw/source/filter/ww8/sortedarray.hxx 
b/sw/source/filter/ww8/sortedarray.hxx
index 31943868e6e4..8038ad8a5344 100644
--- a/sw/source/filter/ww8/sortedarray.hxx
+++ b/sw/source/filter/ww8/sortedarray.hxx
@@ -30,9 +30,6 @@ namespace ww
     /** simple template that manages a static array
 
         The template sorts the array at construction in place.
-
-        @author
-        <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
     */
     template<class C> class SortedArray
     {
diff --git a/sw/source/filter/ww8/writerhelper.hxx 
b/sw/source/filter/ww8/writerhelper.hxx
index fe873b616b6d..09b0b0459983 100644
--- a/sw/source/filter/ww8/writerhelper.hxx
+++ b/sw/source/filter/ww8/writerhelper.hxx
@@ -87,9 +87,6 @@ namespace ww8
         Provides a readable way to see if we are anchored inline. (as 
character)
         Provides a simple way to flag what type of entity this frame describes.
         Provides the size of the element as drawn by writer.
-
-        @author
-        <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
     */
     class Frame
     {
@@ -229,9 +226,6 @@ namespace sw
             @return A rItem upcasted back to a T
 
             @exception std::bad_cast Thrown if the rItem was not a T
-
-            @author
-            <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
         */
         template<class T> const T & item_cast(const SfxPoolItem &rItem)
         {
@@ -254,9 +248,6 @@ namespace sw
             A SfxPoolItem derived class to cast pItem to
 
             @return A pItem upcasted back to a T or 0 if pItem was not a T
-
-            @author
-            <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
         */
         template<class T> const T * item_cast(const SfxPoolItem *pItem)
         {
@@ -284,9 +275,6 @@ namespace sw
             @exception std::bad_cast Thrown if the property was not a T
 
             @return The T requested
-
-            @author
-            <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
         */
         template<class T> const T & ItemGet(const SwContentNode &rNode,
             sal_uInt16 eType)
@@ -313,9 +301,6 @@ namespace sw
             A SfxPoolItem derived class of the retrieved property
 
             @exception std::bad_cast Thrown if the property was not a T
-
-            @author
-            <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
         */
         template<class T> const T & ItemGet(const SwFormat &rFormat,
             sal_uInt16 eType)
@@ -344,9 +329,6 @@ namespace sw
             @exception std::bad_cast Thrown if the property was not a T
 
             @return The T requested
-
-            @author
-            <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
         */
         template<class T> const T & ItemGet(const SfxItemSet &rSet,
             sal_uInt16 eType)
@@ -379,9 +361,6 @@ namespace sw
             @exception std::bad_cast Thrown if the property was not a T
 
             @return The T requested
-
-            @author
-            <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
         */
         template<class T> const T & DefaultItemGet(const SfxItemPool &rPool,
             sal_uInt16 eType)
@@ -415,9 +394,6 @@ namespace sw
             @exception std::bad_cast Thrown if the property was not a T
 
             @return The T requested
-
-            @author
-            <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
         */
         template<class T> const T & DefaultItemGet(const SwDoc &rDoc,
             sal_uInt16 eType)
@@ -435,9 +411,6 @@ namespace sw
             The SwDoc document to get the styles from
 
             @return A ParaStyles containing the SwDoc's Paragraph Styles
-
-            @author
-            <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
         */
         ww8::ParaStyles GetParaStyles(const SwDoc &rDoc);
 
@@ -453,9 +426,6 @@ namespace sw
             The name of the style to search for
 
             @return A Paragraph Style if one exists which matches the name
-
-            @author
-            <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
         */
         SwTextFormatColl* GetParaStyle(SwDoc &rDoc, const OUString& rName);
 
@@ -471,9 +441,6 @@ namespace sw
             The name of the style to search for
 
             @return A Character Style if one exists which matches the name
-
-            @author
-            <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
         */
         SwCharFormat* GetCharStyle(SwDoc &rDoc, const OUString& rName);
 
@@ -488,9 +455,6 @@ namespace sw
 
             @param rStyles
             The ParaStyles to sort
-
-            @author
-            <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
         */
         void SortByAssignedOutlineStyleListLevel(ww8::ParaStyles &rStyles);
 
@@ -505,9 +469,6 @@ namespace sw
 
             @param rItems
             The sw::PoolItems to put the items into
-
-            @author
-            <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
         */
         void GetPoolItems(const SfxItemSet &rSet, ww8::PoolItems &rItems, bool 
bExportParentItemSet );
 
@@ -535,9 +496,6 @@ namespace sw
             rSet the SfxItemSet from which we want to remove any properties
             which the rFormat would override
 
-            @author
-            <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
-
             @see #i24291# for examples
         */
         void ClearOverridesFromSet(const SwFormatCharFormat &rFormat, 
SfxItemSet &rSet);
@@ -558,9 +516,6 @@ namespace sw
             elements from. 0 means the entire document.
 
             @return A Frames containing the selections Floating elements
-
-            @author
-            <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
         */
         ww8::Frames GetFrames(const SwDoc &rDoc, SwPaM *pPaM);
 
@@ -578,9 +533,6 @@ namespace sw
             The SwNode to check for anchors to
 
             @return the Frames in rFrames anchored to rNode
-
-            @author
-            <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
         */
         ww8::Frames GetFramesInNode(const ww8::Frames &rFrames, const SwNode 
&rNode);
 
@@ -598,9 +550,6 @@ namespace sw
 
             @return A SwNumFormat pointer that describes the numbering level
             on this paragraph, or 0 if there is none.
-
-            @author
-            <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
         */
         const SwNumFormat* GetNumFormatFromTextNode(const SwTextNode 
&rTextNode);
 
@@ -614,9 +563,6 @@ namespace sw
 
             @return A SwNumFormat pointer that describes the numbering level
             or 0 if the nLevel is out of range
-
-            @author
-            <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
         */
         const SwNumFormat* GetNumFormatFromSwNumRuleLevel(const SwNumRule 
&rRule,
             int nLevel);
@@ -638,9 +584,6 @@ namespace sw
 
             @return A SwNoTextNode pointer that describes the graphic of this
             frame if there is one, or 0 if there is none.
-
-            @author
-            <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
         */
         SwNoTextNode *GetNoTextNodeFromSwFrameFormat(const SwFrameFormat 
&rFormat);
 
@@ -653,9 +596,6 @@ namespace sw
             The SwNode to query the page break of
 
             @return true if there is a page break, false otherwise
-
-            @author
-            <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
         */
         bool HasPageBreak(const SwNode &rNode);
 
@@ -669,9 +609,6 @@ namespace sw
             The tools::PolyPolygon to try and turn into a Polygon
 
             @return best fit Polygon from rPolyPoly
-
-            @author
-            <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
         */
         tools::Polygon PolygonFromPolyPolygon(const tools::PolyPolygon 
&rPolyPoly);
 
@@ -687,9 +624,6 @@ namespace sw
             object's layer through this class with either SendObjectToHell for
             the bottom layer and SendObjectToHeaven for the top and we don't
             worry about the odd form layer design wrinkle.
-
-            @author
-            <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
         */
         class SetLayer
         {
@@ -749,9 +683,6 @@ namespace sw
             The Id to transform from source to dest
 
             @return 0 on failure, the correct property Id on success
-
-            @author
-            <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
         */
         sal_uInt16 TransformWhichBetweenPools(const SfxItemPool &rDestPool,
             const SfxItemPool &rSrcPool, sal_uInt16 nWhich);
@@ -779,9 +710,6 @@ namespace sw
             The Id to transform from writer to the SfxItemSet's domain
 
             @return 0 on failure, the correct SfxItemSet Id on success
-
-            @author
-            <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
         */
         sal_uInt16 GetSetWhichFromSwDocWhich(const SfxItemSet &rSet,
             const SwDoc &rDoc, sal_uInt16 nWhich);
@@ -799,9 +727,6 @@ namespace sw
 
             If the object was not transferred into Writer then it is deleted
             during destruction.
-
-            @author
-            <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
         */
         class DrawingOLEAdaptor
         {
diff --git a/sw/source/filter/ww8/writerwordglue.hxx 
b/sw/source/filter/ww8/writerwordglue.hxx
index 0e8ec8558822..362a8e19a342 100644
--- a/sw/source/filter/ww8/writerwordglue.hxx
+++ b/sw/source/filter/ww8/writerwordglue.hxx
@@ -101,9 +101,6 @@ namespace sw
             expressed in word as a single word Section with different title
             page enabled.
 
-            @author
-            <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
-
             @see #i4320#/#i14509#/#i11717# for examples
         */
         bool IsPlausableSingleWordSection(const SwFrameFormat &rTitleFormat,
@@ -114,9 +111,6 @@ namespace sw
             The top and bottom margins in word and writer are expressed in very
             different ways. This class provides the equivalent word values for
             header/footer distances from a given writer attrset of a page
-
-            @author
-            <a href="mailto:c...@openoffice.org";>Caol&aacute;n McNamara</a>
         */
         class HdFtDistanceGlue
         {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to