summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc/RtfReader.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-05-28 07:41:41 +0000
committerOcke Janssen <oj@openoffice.org>2002-05-28 07:41:41 +0000
commitb35c6e067379719d43e74516f38426c653c97f04 (patch)
treec9f97750bd051dc2b9876bf4ec863859fa580a68 /dbaccess/source/ui/misc/RtfReader.cxx
parent8323e8ae2e8979486f3c1a17ea9f3f2d9c96acda (diff)
#96792# new methods for pasting tables
Diffstat (limited to 'dbaccess/source/ui/misc/RtfReader.cxx')
-rw-r--r--dbaccess/source/ui/misc/RtfReader.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/dbaccess/source/ui/misc/RtfReader.cxx b/dbaccess/source/ui/misc/RtfReader.cxx
index 3f71fd5b961e..b37ef3768e5e 100644
--- a/dbaccess/source/ui/misc/RtfReader.cxx
+++ b/dbaccess/source/ui/misc/RtfReader.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: RtfReader.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: oj $ $Date: 2002-05-23 12:03:56 $
+ * last change: $Author: oj $ $Date: 2002-05-28 08:41:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -418,13 +418,14 @@ sal_Bool ORTFReader::CreateTable(int nToken)
sal_Bool bOk = !m_vDestVector.empty();
if(bOk)
{
-
if(aColumnName.Len())
CreateDefaultColumn(aColumnName);
m_bInTbl = sal_False;
m_bFoundTable = sal_True;
+ if ( isCheckEnabled() )
+ return sal_True;
Any aTextColor;
if(!m_vecColor.empty())
aTextColor <<= m_vecColor[0];