sw/inc/unoframe.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 151d997365f7bf271d63af535d29a9c3439c6d46
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Jun 20 19:18:03 2024 +0200
Commit:     Andrea Gelmini <andrea.gelm...@gelma.net>
CommitDate: Thu Jun 20 23:50:41 2024 +0200

    Fix translation
    
    Change-Id: I9a3fd130260b2db4a19830465035a51c25ace041
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169219
    Tested-by: Jenkins
    Reviewed-by: Andrea Gelmini <andrea.gelm...@gelma.net>

diff --git a/sw/inc/unoframe.hxx b/sw/inc/unoframe.hxx
index e94d99434bc2..46963a85c425 100644
--- a/sw/inc/unoframe.hxx
+++ b/sw/inc/unoframe.hxx
@@ -203,7 +203,7 @@ public:
     virtual rtl::Reference< SwXTextCursor > createXTextCursorByRange(
             const ::css::uno::Reference< ::css::text::XTextRange >& 
aTextPosition ) override;
 
-    //XEnumerationAccess - frueher XParagraphEnumerationAccess
+    //XEnumerationAccess - was: XParagraphEnumerationAccess
     virtual css::uno::Reference< css::container::XEnumeration >  SAL_CALL 
createEnumeration() override;
 
     //XElementAccess

Reply via email to