[Libreoffice-commits] core.git: sc/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jul 23 07:39:47 UTC 2019
sc/source/ui/inc/dbfunc.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit dc63d52591da6e8972ad904ebfc9dd62509a1034
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jul 8 13:38:18 2019 +0000
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue Jul 23 09:38:54 2019 +0200
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 at redhat.com>
Tested-by: Jenkins
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 );
More information about the Libreoffice-commits
mailing list