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

Jochen Nitschke j.nitschke+logerrit at ok.de
Thu Aug 4 15:06:35 UTC 2016


 sc/source/filter/inc/richstring.hxx |    7 -------
 1 file changed, 7 deletions(-)

New commits:
commit 0d8f433144413952ffe1c228289a558fc056094c
Author: Jochen Nitschke <j.nitschke+logerrit at ok.de>
Date:   Thu Aug 4 15:58:13 2016 +0200

    remove unused enum
    
    last user of BiffFontPortionMode was removed with
    commit 18825a4d596f69793ee11e643f6ea34317a880c9
    
    Change-Id: Ia352008ae9ac17966e952dd0ecad53cf7fb4424a
    Reviewed-on: https://gerrit.libreoffice.org/27880
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Jochen Nitschke <j.nitschke+logerrit at ok.de>

diff --git a/sc/source/filter/inc/richstring.hxx b/sc/source/filter/inc/richstring.hxx
index e00aad4..ad5789e 100644
--- a/sc/source/filter/inc/richstring.hxx
+++ b/sc/source/filter/inc/richstring.hxx
@@ -74,13 +74,6 @@ private:
 
 typedef std::shared_ptr< RichStringPortion > RichStringPortionRef;
 
-enum BiffFontPortionMode
-{
-    BIFF_FONTPORTION_8BIT,              /// Font portion with 8-bit values.
-    BIFF_FONTPORTION_16BIT,             /// Font portion with 16-bit values.
-    BIFF_FONTPORTION_OBJ                /// Font portion in OBJ or TXO record.
-};
-
 /** Represents a position in a rich-string containing current font identifier.
 
     This object stores the position of a formatted character in a rich-string


More information about the Libreoffice-commits mailing list