summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-08 13:38:18 +0000
committerStephan Bergmann <sbergman@redhat.com>2019-07-23 09:38:54 +0200
commitdc63d52591da6e8972ad904ebfc9dd62509a1034 (patch)
tree869740a02eda46f4bdc2ab8a7d44b29a208341d2 /sc
parentcb1c937ef6d565d7576ace72e9dfab952d43691d (diff)
Fix typo
Uhm... maybe missed traslantion from German? Anyway, this just to spot it to smarter ones Change-Id: Icba3458d9acf9d123a73973c749c94aebd518881 Reviewed-on: https://gerrit.libreoffice.org/75258 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Jenkins
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/inc/dbfunc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/dbfunc.hxx b/sc/source/ui/inc/dbfunc.hxx
index e4db4d500cb0..2ec848cc473c 100644
--- a/sc/source/ui/inc/dbfunc.hxx
+++ b/sc/source/ui/inc/dbfunc.hxx
@@ -112,7 +112,7 @@ public:
void HideMarkedOutlines( bool bRecord = true );
bool OutlinePossible(bool bHide);
- void UpdateCharts(bool bAllCharts); // Default: am Cursor
+ void UpdateCharts(bool bAllCharts); // Default: at the Cursor
static sal_uInt16 DoUpdateCharts( const ScAddress& rPos, ScDocument* pDoc, bool bAllCharts );