summaryrefslogtreecommitdiff
path: root/sw/inc/node.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/node.hxx')
-rw-r--r--sw/inc/node.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/inc/node.hxx b/sw/inc/node.hxx
index a557f08dfe48..01ad9439e21c 100644
--- a/sw/inc/node.hxx
+++ b/sw/inc/node.hxx
@@ -410,8 +410,7 @@ public:
const Point* pPoint = nullptr,
const bool bCalcFrame = false ) const;
SwRect FindPageFrameRect( const bool bPrtArea = false,
- const Point* pPoint = nullptr,
- const bool bCalcFrame = false ) const;
+ const Point* pPoint = nullptr ) const;
/** Method creates all views of document for given node. The content
frames that are created are put in the respective layout. */
@@ -437,7 +436,7 @@ public:
/// If bInParent is FALSE search for attribute only in this node.
const SfxPoolItem& GetAttr( sal_uInt16 nWhich, bool bInParent=true ) const;
- bool GetAttr( SfxItemSet& rSet, bool bInParent=true ) const;
+ bool GetAttr( SfxItemSet& rSet ) const;
/// made virtual
virtual bool SetAttr( const SfxPoolItem& );
virtual bool SetAttr( const SfxItemSet& rSet );