summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/textchain.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/textchain.cxx')
-rw-r--r--svx/source/svdraw/textchain.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/svx/source/svdraw/textchain.cxx b/svx/source/svdraw/textchain.cxx
index 4160b37e9951..10c033463f3a 100644
--- a/svx/source/svdraw/textchain.cxx
+++ b/svx/source/svdraw/textchain.cxx
@@ -80,17 +80,6 @@ void TextChain::SetIsPartOfLastParaInNextLink(const SdrTextObj *pTarget, bool b)
pLinkProperties->aIsPartOfLastParaInNextLink = b;
}
-bool TextChain::GetPendingOverflowCheck(const SdrTextObj *pTarget)
-{
- ImpChainLinkProperties *pLinkProperties = GetLinkProperties(pTarget);
- return pLinkProperties->aPendingOverflowCheck;
-}
-void TextChain::SetPendingOverflowCheck(const SdrTextObj *pTarget, bool b)
-{
- ImpChainLinkProperties *pLinkProperties = GetLinkProperties(pTarget);
- pLinkProperties->aPendingOverflowCheck = b;
-}
-
bool TextChain::GetSwitchingToNextBox(const SdrTextObj *pTarget)
{
ImpChainLinkProperties *pLinkProperties = GetLinkProperties(pTarget);