summaryrefslogtreecommitdiff
path: root/sw/source/ui/config/modcfg.cxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-01-24 15:21:41 +0000
committerOliver Specht <os@openoffice.org>2001-01-24 15:21:41 +0000
commit98ae018deb6af3fae270743782428d15dfbc467a (patch)
tree8d1c300930622d5b8380b58175e55071bea8ac2f /sw/source/ui/config/modcfg.cxx
parent60a114c64b4bd6e615dfc0a48621355f8c9a3ce9 (diff)
#82958# automatic caption flag added
Diffstat (limited to 'sw/source/ui/config/modcfg.cxx')
-rw-r--r--sw/source/ui/config/modcfg.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/source/ui/config/modcfg.cxx b/sw/source/ui/config/modcfg.cxx
index dc8deafffb..4f000c2e09 100644
--- a/sw/source/ui/config/modcfg.cxx
+++ b/sw/source/ui/config/modcfg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: modcfg.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: os $ $Date: 2001-01-24 10:15:53 $
+ * last change: $Author: os $ $Date: 2001-01-24 16:21:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -842,6 +842,9 @@ void SwInsertConfig::Load()
nInsTblFlags|= SPLIT_LAYOUT;
}
break;//"Table/Split",
+ case 4:
+ bInsWithCaption = *(sal_Bool*)pValues[nProp].getValue();
+ break;
case 5: case 6: case 7: case 8: case 9: case 10: case 11:
if(!pWriterTableOpt)
{