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

Eike Rathke erack at redhat.com
Tue Feb 10 15:05:45 PST 2015


 sc/source/ui/docshell/externalrefmgr.cxx |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 40b1e8266e47792d354cd457c652bfb0f0a21e69
Author: Eike Rathke <erack at redhat.com>
Date:   Tue Feb 10 23:56:08 2015 +0100

    eliminate false failure warning
    
    Change-Id: I86a1110c50ace958a68a6971aec34ec632b91c93

diff --git a/sc/source/ui/docshell/externalrefmgr.cxx b/sc/source/ui/docshell/externalrefmgr.cxx
index 8db6364..b91ab287 100644
--- a/sc/source/ui/docshell/externalrefmgr.cxx
+++ b/sc/source/ui/docshell/externalrefmgr.cxx
@@ -1540,6 +1540,11 @@ static ScTokenArray* convertToTokenArray(
                         }
                     }
                     break;
+                    // These are handled in batch:
+                    case CELLTYPE_VALUE:
+                    case CELLTYPE_STRING:
+                    case CELLTYPE_EDIT:
+                    break;
                     default:
                         OSL_FAIL("attempted to convert an unknown cell type.");
                 }


More information about the Libreoffice-commits mailing list