summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-04-26 00:43:01 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-04-26 09:58:07 -0400
commit937a8682dbe07034d0fc423287c06ed2a8e78278 (patch)
treeb0aad0e9ecb6699ab068303c0d2a7c46d8b1eff6 /sc
parent9220cf55396795cb710633aedb63f10e9edcaf9f (diff)
Fixed API Test for ScHeaderFooterTextCursor.
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/unoobj/textuno.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/textuno.cxx b/sc/source/ui/unoobj/textuno.cxx
index 53de44fc0acf..87f241e9ae64 100644
--- a/sc/source/ui/unoobj/textuno.cxx
+++ b/sc/source/ui/unoobj/textuno.cxx
@@ -265,7 +265,6 @@ void ScHeaderFooterTextData::UpdateData()
{
delete mpTextObj;
mpTextObj = pEditEngine->CreateTextObject();
- bDataValid = false;
}
}