summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/formulaparserpool.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/formulaparserpool.cxx')
-rw-r--r--sc/source/core/tool/formulaparserpool.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sc/source/core/tool/formulaparserpool.cxx b/sc/source/core/tool/formulaparserpool.cxx
index 94259a56d6e2..75d1c874eba8 100644
--- a/sc/source/core/tool/formulaparserpool.cxx
+++ b/sc/source/core/tool/formulaparserpool.cxx
@@ -2,13 +2,10 @@
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * Copyright 2008 by Sun Microsystems, Inc.
+ * Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
- * $RCSfile: formulaparserpool.cxx,v $
- * $Revision: 1.1 $
- *
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -161,7 +158,7 @@ Reference< XFormulaParser > ScFormulaParserPool::getFormulaParser( const OUStrin
ScParserFactoryMap& rFactoryMap = ScParserFactorySingleton::get();
rxParser = rFactoryMap.createFormulaParser( xComponent, rNamespace );
}
- catch( Exception& )
+ catch( Exception& )
{
}
return rxParser;