summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLTableHeaderFooterContext.cxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2000-11-02 15:40:47 +0000
committerSascha Ballach <sab@openoffice.org>2000-11-02 15:40:47 +0000
commit9c1d5759861667d11c3a356fbeef0f58835289f1 (patch)
tree742e431b6acb6c9b83e698d827547170ae393104 /sc/source/filter/xml/XMLTableHeaderFooterContext.cxx
parent93ac7aa4271a57acb642202164fa07459e685b4a (diff)
remove gotoEnd() before remove last paragraph
Diffstat (limited to 'sc/source/filter/xml/XMLTableHeaderFooterContext.cxx')
-rw-r--r--sc/source/filter/xml/XMLTableHeaderFooterContext.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/xml/XMLTableHeaderFooterContext.cxx b/sc/source/filter/xml/XMLTableHeaderFooterContext.cxx
index bfab2f543520..fa218d218a28 100644
--- a/sc/source/filter/xml/XMLTableHeaderFooterContext.cxx
+++ b/sc/source/filter/xml/XMLTableHeaderFooterContext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLTableHeaderFooterContext.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: sab $ $Date: 2000-10-25 16:57:57 $
+ * last change: $Author: sab $ $Date: 2000-11-02 16:40:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -241,7 +241,7 @@ void XMLTableHeaderFooterContext::EndElement()
{
if( xTextCursor.is() )
{
- GetImport().GetTextImport()->GetCursor()->gotoEnd(sal_False);
+ //GetImport().GetTextImport()->GetCursor()->gotoEnd(sal_False);
if( GetImport().GetTextImport()->GetCursor()->goLeft( 1, sal_True ) )
{
OUString sEmpty;