[Libreoffice-commits] core.git: sw/source

Miklos Vajna vmiklos at collabora.co.uk
Fri Nov 15 02:54:01 PST 2013


 sw/source/core/doc/poolfmt.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 66bd352d3a5516404cfc16f9a760655744a39949
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Fri Nov 15 11:42:24 2013 +0100

    SwDoc::GetTxtCollFromPool: fix Footnote paragraph style
    
    Commit 5cf62a6ab450c25eb07a1ec08c857f17f674ef67 (First modification on
    the default template for the Writer, 2013-11-04) probably wanted to
    ensure that the footnote field (which is usually just a number) is
    superscript, but instead it modified the footnote itself. Having the
    footnote text itself as superscript doesn't make sense by default.
    
    Change-Id: Ic990d0afca356c2723eee0764b86b9c8c57c14b7

diff --git a/sw/source/core/doc/poolfmt.cxx b/sw/source/core/doc/poolfmt.cxx
index 925aa21..4c9f982 100644
--- a/sw/source/core/doc/poolfmt.cxx
+++ b/sw/source/core/doc/poolfmt.cxx
@@ -555,7 +555,6 @@ SwTxtFmtColl* SwDoc::GetTxtCollFromPool( sal_uInt16 nId, bool bRegardLanguage )
             break;
 
         case RES_POOLCOLL_FOOTNOTE:             // paragraph style Footnote
-            aSet.Put( SvxEscapementItem( DFLT_ESC_AUTO_SUPER, 58, RES_CHRATR_ESCAPEMENT ) );
         case RES_POOLCOLL_ENDNOTE:              // paragraph style Endnote
             {
                 SvxLRSpaceItem aLR( RES_LR_SPACE );


More information about the Libreoffice-commits mailing list