summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2000-11-15 13:11:07 +0000
committerMichael Brauer <mib@openoffice.org>2000-11-15 13:11:07 +0000
commit9c74e952d0dd5d76f72db871a4a68e3ca69466b5 (patch)
treeb9491f0a19893d1c84d4881323fe2bfe5c1fb7f7
parent881f16095afee5394f5f287f64be437387b35fdd (diff)
removed RegisterTruth for page styles, added RegisterStyleName
-rw-r--r--sw/source/core/unocore/unostyle.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/unocore/unostyle.cxx b/sw/source/core/unocore/unostyle.cxx
index 8c93c482ec93..7333cb5ffb15 100644
--- a/sw/source/core/unocore/unostyle.cxx
+++ b/sw/source/core/unocore/unostyle.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unostyle.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: mib $ $Date: 2000-11-15 14:04:24 $
+ * last change: $Author: mib $ $Date: 2000-11-15 14:11:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -662,7 +662,7 @@ void SwXStyleFamilies::loadStylesFromURL(const OUString& rURL,
aOpt.SetNumRules( bLoadStyleNumbering );
aOpt.SetMerge( !bLoadStyleOverwrite );
- ULONG nErr = 0; //pDocShell->LoadStylesFromFile( rURL, aOpt, TRUE );
+ ULONG nErr = pDocShell->LoadStylesFromFile( rURL, aOpt, TRUE );
if( nErr )
throw io::IOException();
}