[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - sc/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Fri Jun 6 22:19:22 PDT 2014
sc/source/filter/oox/workbookhelper.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d0930b170d11cd834b34b95202ebdc3e4a96182d
Author: Markus Mohrhard <markus.mohrhard at 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
More information about the Libreoffice-commits
mailing list