[Libreoffice-commits] core.git: sw/inc

Miklos Vajna vmiklos at collabora.co.uk
Fri Feb 9 15:56:08 UTC 2018


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

New commits:
commit 3d38a134614c6546cb47119716ee84e4d9b64175
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Fri Feb 9 16:45:27 2018 +0100

    sw: it's called SwAnchoredDrawObject, not SwDrawFrame
    
    It is named like this since its addition in commit
    20db95b763c4e39602337ba35b4f68d49a27e983 (INTEGRATION: CWS
    swdrawpositioning (1.1.2); FILE ADDED, 2004-06-28).
    
    Change-Id: I776bc736e8fe25c103858f33b7e9ad425890616e

diff --git a/sw/inc/anchoredobject.hxx b/sw/inc/anchoredobject.hxx
index 554fc6721902..7cc7a356899e 100644
--- a/sw/inc/anchoredobject.hxx
+++ b/sw/inc/anchoredobject.hxx
@@ -38,7 +38,7 @@ class SwFormatAnchor;
 
     Purpose of this class is to provide a unified interface for the positioning
     of Writer fly frames (derived classes of <SwFlyFrame>) and of drawing objects
-    (derived classes of <SwDrawFrame>).
+    (derived classes of <SwAnchoredDrawObject>).
 
     @author OD
 */


More information about the Libreoffice-commits mailing list