summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/funcdesc.hxx2
-rw-r--r--sc/source/ui/docshell/tablink.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/funcdesc.hxx b/sc/inc/funcdesc.hxx
index feabadf9bb82..191c3cd488cc 100644
--- a/sc/inc/funcdesc.hxx
+++ b/sc/inc/funcdesc.hxx
@@ -383,7 +383,7 @@ public:
/**
Maps Etoken to character
- Used for retrieving characters for parantheses and separators.
+ Used for retrieving characters for parentheses and separators.
@param _eToken
token for which, the corresponding character is retrieved
diff --git a/sc/source/ui/docshell/tablink.cxx b/sc/source/ui/docshell/tablink.cxx
index c9cbdba7ec3c..f8dd7e3390ef 100644
--- a/sc/source/ui/docshell/tablink.cxx
+++ b/sc/source/ui/docshell/tablink.cxx
@@ -178,7 +178,7 @@ bool ScTableLink::Refresh(const OUString& rNewFile, const OUString& rNewFilter,
// if new filter has been selected, forget options
if (aFilterName != rNewFilter)
aOptions.clear();
- if ( pNewOptions ) // options hard-specfied?
+ if ( pNewOptions ) // options hard-specified?
aOptions = *pNewOptions;
// always create ItemSet, so that DocShell can set the options