From 373605b3d99a29ef4834029269a90459b33bdbe8 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Tue, 24 Oct 2000 13:38:20 +0000 Subject: added forgotten return --- sw/source/filter/xml/xmlfmt.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sw/source') diff --git a/sw/source/filter/xml/xmlfmt.cxx b/sw/source/filter/xml/xmlfmt.cxx index c9b896a998df..596ed311df19 100644 --- a/sw/source/filter/xml/xmlfmt.cxx +++ b/sw/source/filter/xml/xmlfmt.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlfmt.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mib $ $Date: 2000-10-18 11:20:44 $ + * last change: $Author: rt $ $Date: 2000-10-24 14:38:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -609,7 +609,7 @@ public: const SfxItemSet *GetItemSet() const { return pItemSet; } const OUString& GetMasterPageName() const { return sMasterPageName; } - sal_Bool HasMasterPageName() const { bHasMasterPageName; } + sal_Bool HasMasterPageName() const { return bHasMasterPageName; } sal_Bool IsPageDescConnected() const { return bPageDescConnected; } void ConnectPageDesc(); -- cgit v1.2.3