summaryrefslogtreecommitdiff
path: root/sw/source/filter
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2000-10-24 13:38:20 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2000-10-24 13:38:20 +0000
commit373605b3d99a29ef4834029269a90459b33bdbe8 (patch)
treeaac8f608e5738fac7cfb23ffa2fbec5f5783c931 /sw/source/filter
parent8a96c8c00ce43a888fcdd2deff7e8cb93d3aee83 (diff)
added forgotten return
Diffstat (limited to 'sw/source/filter')
-rw-r--r--sw/source/filter/xml/xmlfmt.cxx6
1 files changed, 3 insertions, 3 deletions
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();