diff options
Diffstat (limited to 'sw/inc/ndnotxt.hxx')
-rw-r--r-- | sw/inc/ndnotxt.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/ndnotxt.hxx b/sw/inc/ndnotxt.hxx index 4a4e3c492672..97cdfb53d2a0 100644 --- a/sw/inc/ndnotxt.hxx +++ b/sw/inc/ndnotxt.hxx @@ -61,9 +61,9 @@ public: virtual bool RestorePersistentData(); OUString GetTitle() const; - void SetTitle( const OUString& rTitle, bool bBroadcast = false ); + void SetTitle( const OUString& rTitle ); OUString GetDescription() const; - void SetDescription( const OUString& rDescription, bool bBroadcast = false ); + void SetDescription( const OUString& rDescription ); void SetContour( const tools::PolyPolygon *pPoly, bool bAutomatic = false ); |