summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/frmtool.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/layout/frmtool.cxx')
-rw-r--r--sw/source/core/layout/frmtool.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/layout/frmtool.cxx b/sw/source/core/layout/frmtool.cxx
index 65041858c291..b1e414d46880 100644
--- a/sw/source/core/layout/frmtool.cxx
+++ b/sw/source/core/layout/frmtool.cxx
@@ -3495,7 +3495,7 @@ public:
void SetFrame( SwFrame* pHold );
SwFrame* GetFrame() { return pFrame; }
void Reset();
- bool IsSet() { return bSet; }
+ bool IsSet() const { return bSet; }
};
void SwFrameHolder::SetFrame( SwFrame* pHold )
@@ -3738,7 +3738,7 @@ SwDeletionChecker::SwDeletionChecker(const SwFrame* pFrame)
}
/// Can be used to check if a frame has been deleted
-bool SwDeletionChecker::HasBeenDeleted()
+bool SwDeletionChecker::HasBeenDeleted() const
{
if ( !mpFrame || !mpRegIn )
return false;