summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/undoflystrattr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/undoflystrattr.hxx')
-rw-r--r--sw/source/core/inc/undoflystrattr.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/inc/undoflystrattr.hxx b/sw/source/core/inc/undoflystrattr.hxx
index 93611f173f35..66440e8696eb 100644
--- a/sw/source/core/inc/undoflystrattr.hxx
+++ b/sw/source/core/inc/undoflystrattr.hxx
@@ -22,12 +22,12 @@
#include <undobj.hxx>
#include <swundo.hxx>
-class SwFlyFrmFmt;
+class SwFlyFrameFormat;
class SwUndoFlyStrAttr : public SwUndo
{
public:
- SwUndoFlyStrAttr( SwFlyFrmFmt& rFlyFrmFmt,
+ SwUndoFlyStrAttr( SwFlyFrameFormat& rFlyFrameFormat,
const SwUndoId eUndoId,
const OUString& sOldStr,
const OUString& sNewStr );
@@ -39,7 +39,7 @@ class SwUndoFlyStrAttr : public SwUndo
virtual SwRewriter GetRewriter() const SAL_OVERRIDE;
private:
- SwFlyFrmFmt& mrFlyFrmFmt;
+ SwFlyFrameFormat& mrFlyFrameFormat;
const OUString msOldStr;
const OUString msNewStr;
};