summaryrefslogtreecommitdiff
path: root/sw/source/core/graphic
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/graphic')
-rw-r--r--sw/source/core/graphic/ndgrf.cxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/sw/source/core/graphic/ndgrf.cxx b/sw/source/core/graphic/ndgrf.cxx
index 63a0c43d946c..ead2aadfdac1 100644
--- a/sw/source/core/graphic/ndgrf.cxx
+++ b/sw/source/core/graphic/ndgrf.cxx
@@ -493,11 +493,6 @@ bool SwGrfNode::SwapIn(bool bWaitForData)
return bRet;
}
-bool SwGrfNode::SwapOut()
-{
- return true;
-}
-
bool SwGrfNode::GetFileFilterNms( OUString* pFileNm, OUString* pFilterNm ) const
{
bool bRet = false;
@@ -555,7 +550,7 @@ bool SwGrfNode::SavePersistentData()
// Important note: see also fix for #i40014#
// swap out into temp file
- return SwapOut();
+ return true;
}
bool SwGrfNode::RestorePersistentData()