summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/tocntntanchoredobjectposition.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/tocntntanchoredobjectposition.hxx')
-rw-r--r--sw/source/core/inc/tocntntanchoredobjectposition.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/core/inc/tocntntanchoredobjectposition.hxx b/sw/source/core/inc/tocntntanchoredobjectposition.hxx
index 66e5d5d24aa5..077d5fbd14c9 100644
--- a/sw/source/core/inc/tocntntanchoredobjectposition.hxx
+++ b/sw/source/core/inc/tocntntanchoredobjectposition.hxx
@@ -21,13 +21,13 @@
#include <anchoredobjectposition.hxx>
class SwFrm;
-class SwTxtFrm;
+class SwTextFrm;
class SwLayoutFrm;
class SwRect;
namespace objectpositioning
{
- class SwToCntntAnchoredObjectPosition : public SwAnchoredObjectPosition
+ class SwToContentAnchoredObjectPosition : public SwAnchoredObjectPosition
{
private:
// calculated data for object position
@@ -51,7 +51,7 @@ namespace objectpositioning
// method to cast <SwAnchoredObjectPosition::GetAnchorFrm()> to
// the needed type
- SwTxtFrm& GetAnchorTxtFrm() const;
+ SwTextFrm& GetAnchorTextFrm() const;
/** determine frame for horizontal position
@@ -71,8 +71,8 @@ namespace objectpositioning
const SwFrm& _GetHoriVirtualAnchor( const SwLayoutFrm& _pProposedFrm ) const;
public:
- SwToCntntAnchoredObjectPosition( SdrObject& _rDrawObj );
- virtual ~SwToCntntAnchoredObjectPosition();
+ SwToContentAnchoredObjectPosition( SdrObject& _rDrawObj );
+ virtual ~SwToContentAnchoredObjectPosition();
/** calculate position of object
*/