summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-02-09 16:45:27 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-02-09 16:53:09 +0100
commit3d38a134614c6546cb47119716ee84e4d9b64175 (patch)
treee0483807e2d2851fe07a001dad4f88f52feeb147 /sw/inc
parent91d798c51d64ac9a4b5eec7c5d84d756f7e9c4f1 (diff)
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
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/anchoredobject.hxx2
1 files changed, 1 insertions, 1 deletions
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
*/