summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/frmtool.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/frmtool.hxx')
-rw-r--r--sw/source/core/inc/frmtool.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/inc/frmtool.hxx b/sw/source/core/inc/frmtool.hxx
index d2e276a598f6..687bda2fe686 100644
--- a/sw/source/core/inc/frmtool.hxx
+++ b/sw/source/core/inc/frmtool.hxx
@@ -187,7 +187,7 @@ public:
SwFrameNotify( SwFrame *pFrame );
~SwFrameNotify() COVERITY_NOEXCEPT_FALSE;
- const SwRect &getSwFrame() const { return maFrame; }
+ const SwRect &getFrameArea() const { return maFrame; }
void SetInvaKeep() { mbInvaKeep = true; }
};