summaryrefslogtreecommitdiff
path: root/sw/source/ui/misc/outline.cxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-04-22 13:04:26 +0000
committerOliver Specht <os@openoffice.org>2001-04-22 13:04:26 +0000
commitb24a86e7fda92ea65f9d2ec8bb1f956a7908a1e4 (patch)
treef70eedaf4207012d9d1858f7e4f4eb3798cfa897 /sw/source/ui/misc/outline.cxx
parent34676749c4b2d100268448ac69fa055b9a3734b5 (diff)
#85550# missing flag added
Diffstat (limited to 'sw/source/ui/misc/outline.cxx')
-rw-r--r--sw/source/ui/misc/outline.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/source/ui/misc/outline.cxx b/sw/source/ui/misc/outline.cxx
index 43586e3ea9..ac49073cc6 100644
--- a/sw/source/ui/misc/outline.cxx
+++ b/sw/source/ui/misc/outline.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: outline.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: os $ $Date: 2001-04-05 14:37:02 $
+ * last change: $Author: os $ $Date: 2001-04-22 14:04:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -535,7 +535,8 @@ short SwOutlineTabDialog::Ok()
}
else if(aCollNames[i] != sHeadline)
{
- SwTxtFmtColl* pTxtColl = rWrtSh.GetParaStyle(aCollNames[i]);
+ SwTxtFmtColl* pTxtColl = rWrtSh.GetParaStyle(
+ aCollNames[i], SwWrtShell::GETSTYLE_CREATESOME);
if(pTxtColl)
pTxtColl->SetOutlineLevel(i);
}