diff options
author | Oliver Specht <os@openoffice.org> | 2001-05-16 07:31:52 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-05-16 07:31:52 +0000 |
commit | a49c768d3f1068b4e931d103bbbfcf4aeb0cb924 (patch) | |
tree | 581d9325261039249d3527613687ea8b66db2628 | |
parent | 6dafca48fba211ed4a92cc1caf9e301019a80833 (diff) |
#86819# invalid assertion removed
-rw-r--r-- | sw/source/ui/dialog/regionsw.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/source/ui/dialog/regionsw.cxx b/sw/source/ui/dialog/regionsw.cxx index 871fccc30554..27c7d3b48e00 100644 --- a/sw/source/ui/dialog/regionsw.cxx +++ b/sw/source/ui/dialog/regionsw.cxx @@ -2,9 +2,9 @@ * * $RCSfile: regionsw.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: os $ $Date: 2001-04-27 12:10:09 $ + * last change: $Author: os $ $Date: 2001-05-16 08:31:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -464,7 +464,6 @@ BOOL SwEditRegionDlg::CheckPasswd(CheckBox* pBox) return TRUE; sal_Bool bRet = TRUE; SvLBoxEntry* pEntry = aTree.FirstSelected(); - DBG_ASSERT(pEntry,"kein Entry gefunden"); while( pEntry ) { SectReprPtr pRepr = (SectReprPtr)pEntry->GetUserData(); @@ -2367,6 +2366,9 @@ void SwSectionPropertyTabDialog::PageCreated( USHORT nId, SfxTabPage &rPage ) /*------------------------------------------------------------------------- $Log: not supported by cvs2svn $ + Revision 1.8 2001/04/27 12:10:09 os + password at each section + Revision 1.7 2001/03/07 17:18:52 mtg Content.xml -> content.xml |