sw/source/core/unocore/unostyle.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a1dafed34690e76b0d6c1b45ce1a5f3d26f63344
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Jul 19 18:15:40 2018 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Jul 20 09:22:52 2018 +0200

    Fix typo
    
    Change-Id: Ieea98a4e02096fcc28b7dff32fd2cbaedc7483cd
    Reviewed-on: https://gerrit.libreoffice.org/57740
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Jenkins

diff --git a/sw/source/core/unocore/unostyle.cxx 
b/sw/source/core/unocore/unostyle.cxx
index 1f341cad9b35..769de1c04af6 100644
--- a/sw/source/core/unocore/unostyle.cxx
+++ b/sw/source/core/unocore/unostyle.cxx
@@ -5364,7 +5364,7 @@ css::uno::Sequence<css::beans::PropertyState> SAL_CALL 
SwXTextCellStyle::getProp
                     pStates[i] = aAny1 == aAny2 ? 
beans::PropertyState_DEFAULT_VALUE : beans::PropertyState_DIRECT_VALUE;
                     break;
                 default:
-                    // falltrough to DIRECT_VALUE, to export properties for 
which getPropertyStates is not implemented
+                    // fallthrough to DIRECT_VALUE, to export properties for 
which getPropertyStates is not implemented
                     pStates[i] = beans::PropertyState_DIRECT_VALUE;
                     SAL_WARN("sw.uno", "SwXTextCellStyle getPropertyStates 
unknown nWID");
             }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to