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

New commits:
commit d486d675ead6a4b4c08ac0e6b9977d280f1606e0
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Jan 7 19:24:41 2020 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Jan 8 14:09:28 2020 +0100

    Fix typo
    
    Change-Id: I76be5d73d9acfe0c3f5525b251bb3feffb1e4c1f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86380
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sw/source/core/objectpositioning/anchoredobjectposition.cxx 
b/sw/source/core/objectpositioning/anchoredobjectposition.cxx
index 42ec72d3221a..6a9e02a499bf 100644
--- a/sw/source/core/objectpositioning/anchoredobjectposition.cxx
+++ b/sw/source/core/objectpositioning/anchoredobjectposition.cxx
@@ -53,7 +53,7 @@ SwAnchoredObjectPosition::SwAnchoredObjectPosition( 
SdrObject& _rDrawObj )
       mbDoNotCaptureAnchoredObj( false )
 {
 #if OSL_DEBUG_LEVEL > 0
-    // assert, if object isn't of excepted type
+    // assert, if object isn't of expected type
     const bool bObjOfExceptedType =
             dynamic_cast<const SwVirtFlyDrawObj*>( &mrDrawObj) !=  nullptr || 
// object representing fly frame
             dynamic_cast<const SwDrawVirtObj*>( &mrDrawObj) !=  nullptr    || 
// 'virtual' drawing object
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to