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

Samuel Mehrbrodt (via logerrit) logerrit at kemper.freedesktop.org
Thu May 20 06:15:42 UTC 2021


 sc/source/filter/oox/stylesbuffer.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 9964531fbe6c5805ef823ca3eeb7080e4d42c333
Author:     Samuel Mehrbrodt <samuel.mehrbrodt at allotropia.de>
AuthorDate: Wed May 19 15:28:45 2021 +0200
Commit:     Samuel Mehrbrodt <samuel.mehrbrodt at allotropia.de>
CommitDate: Thu May 20 08:14:59 2021 +0200

    Add FIXME for dxf import
    
    Change-Id: I57348aef8a9728d73c5b9d2337f41eb2f9310ba8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115809
    Tested-by: Jenkins
    Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt at allotropia.de>

diff --git a/sc/source/filter/oox/stylesbuffer.cxx b/sc/source/filter/oox/stylesbuffer.cxx
index e91cb7e47ba5..b0c574f09378 100644
--- a/sc/source/filter/oox/stylesbuffer.cxx
+++ b/sc/source/filter/oox/stylesbuffer.cxx
@@ -2899,6 +2899,9 @@ OUString StylesBuffer::createDxfStyle( sal_Int32 nDxfId ) const
 
     if (Dxf* pDxf = maDxfs.get(nDxfId).get())
     {
+        // FIXME: How can we know whether this dxf is for conditional formatting,
+        // not for color filter? Currently this style is created for each dxf
+        // (which might only be used by color filter)
         rStyleName = "ConditionalStyle_" + OUString::number(nDxfId + 1);
 
         // Create a cell style. This may overwrite an existing style if


More information about the Libreoffice-commits mailing list