sc/source/ui/inc/dbfunc.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit dc63d52591da6e8972ad904ebfc9dd62509a1034 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Jul 8 13:38:18 2019 +0000 Commit: Stephan Bergmann <[email protected]> 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 <[email protected]> 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 ); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
