summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-02-28 13:36:57 +0000
committerOliver Specht <os@openoffice.org>2001-02-28 13:36:57 +0000
commitbe7899d2020ca85413170b14f3055cb4c8f971c5 (patch)
tree9b5b09c09ba20458a263120aa8ba6759200e75b2 /sw
parentacd2464fc53ac3d591c13676d105e90f9934e2a7 (diff)
#83555# prevent from exporting as character bound frames twice
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/unocore/unoobj2.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/unocore/unoobj2.cxx b/sw/source/core/unocore/unoobj2.cxx
index 65baa8364cd5..9023f39af7c9 100644
--- a/sw/source/core/unocore/unoobj2.cxx
+++ b/sw/source/core/unocore/unoobj2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unoobj2.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: os $ $Date: 2001-01-12 16:12:45 $
+ * last change: $Author: os $ $Date: 2001-02-28 14:36:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2106,7 +2106,7 @@ SwXParaFrameEnumeration::SwXParaFrameEnumeration(const SwUnoCrsr& rUnoCrsr,
aFrameArr.C40_INSERT(SwDepend, pNewDepend, aFrameArr.Count());
}
//created from any text range
- if(pUnoCrsr->HasMark())
+ if(PARAFRAME_PORTION_CHAR != nParaFrameMode && pUnoCrsr->HasMark())
{
if(pUnoCrsr->Start() != pUnoCrsr->GetPoint())
pUnoCrsr->Exchange();