sc/source/ui/inc/dbdocfun.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1382f14a823edd31c0ffce184997240dfe4fe30b Author: Simon Chenery <[email protected]> AuthorDate: Sun Jun 8 10:02:32 2025 +0200 Commit: Adolfo Jayme Barrientos <[email protected]> CommitDate: Tue Jun 10 05:37:15 2025 +0200 tdf#164954 translate "unveraendert" to English in dbdocfun.hxx comment Change-Id: I5482ddc6bfe48b3827e28c0a8ef2127b10e86b43 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186253 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <[email protected]> diff --git a/sc/source/ui/inc/dbdocfun.hxx b/sc/source/ui/inc/dbdocfun.hxx index cabfab1526dc..8fdd5f7f1002 100644 --- a/sc/source/ui/inc/dbdocfun.hxx +++ b/sc/source/ui/inc/dbdocfun.hxx @@ -72,7 +72,7 @@ public: SC_DLLPUBLIC bool AddDBRange( const OUString& rName, const ScRange& rRange ); bool DeleteDBRange( const OUString& rName ); bool RenameDBRange( const OUString& rOld, const OUString& rNew ); - void ModifyDBData( const ScDBData& rNewData ); // Name unveraendert + void ModifyDBData( const ScDBData& rNewData ); // Name unchanged void ModifyAllDBData( const ScDBCollection& rNewColl, const std::vector<ScRange>& rDelAreaList );
