sc/source/filter/oox/workbookhelper.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d0930b170d11cd834b34b95202ebdc3e4a96182d
Author: Markus Mohrhard <markus.mohrh...@googlemail.com>
Date:   Sat Jun 7 07:16:46 2014 +0200

    fxi build error

diff --git a/sc/source/filter/oox/workbookhelper.cxx 
b/sc/source/filter/oox/workbookhelper.cxx
index c3556c1..15b676a 100644
--- a/sc/source/filter/oox/workbookhelper.cxx
+++ b/sc/source/filter/oox/workbookhelper.cxx
@@ -434,7 +434,7 @@ ScRangeData* WorkbookGlobals::createLocalNamedRangeObject(
         ScDocument& rDoc =  getScDocument();
         ScRangeName* pNames = rDoc.GetRangeName( nTab );
         if(!pNames)
-            throw RuntimeException("invalid sheet index used");
+            throw RuntimeException();
         // find an unused name
         orName = findUnusedName( pNames, orName );
         // create the named range
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to