diff options
author | Noel Grandin <noel@peralex.com> | 2014-04-24 12:22:08 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-04-30 08:43:41 +0200 |
commit | 4c73963171b1a7a837e4bfc75ae4e0303af7d117 (patch) | |
tree | 1a78e9dd12dc66c28865500dc24ae72bbfaab461 /starmath/inc/document.hxx | |
parent | 7e9bb77c356e3888e4bf697f4ecd69e642211c75 (diff) |
starmath: sal_Bool->bool
Change-Id: I09e833765294937a75feb5cdd92cce4aa8373c24
Diffstat (limited to 'starmath/inc/document.hxx')
-rw-r--r-- | starmath/inc/document.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/inc/document.hxx b/starmath/inc/document.hxx index eba196d161e1..6da42996121b 100644 --- a/starmath/inc/document.hxx +++ b/starmath/inc/document.hxx @@ -125,7 +125,7 @@ class SmDocShell : public SfxObjectShell, public SfxListener sal_Int32 nFileFormat, bool bTemplate = false ) const SAL_OVERRIDE; - virtual sal_Bool SetData( const OUString& rData ); + virtual bool SetData( const OUString& rData ); virtual sal_uLong GetMiscStatus() const SAL_OVERRIDE; virtual void OnDocumentPrinterChanged( Printer * ) SAL_OVERRIDE; virtual bool InitNew( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage ) SAL_OVERRIDE; @@ -183,7 +183,7 @@ public: const OUString GetComment() const; // to replace chars that can not be saved with the document... - sal_Bool ReplaceBadChars(); + bool ReplaceBadChars(); void UpdateText(); void SetText(const OUString& rBuffer); |