diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-26 11:01:45 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-27 12:30:29 +0200 |
commit | fdf284276fa3f6248702208239355d7734420833 (patch) | |
tree | 567dde3577eb1ed54bb0918715de8ee08920d585 /sw/inc | |
parent | 27842247e5284242b0799588754174dc1dcb0ef6 (diff) |
editeng: sal_Bool->bool
Change-Id: Ice3b0a4ccf7a6d25311ff65a23efa9082cd501de
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/swacorr.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/swacorr.hxx b/sw/inc/swacorr.hxx index 95a7c46e3330..2072b39a2c7c 100644 --- a/sw/inc/swacorr.hxx +++ b/sw/inc/swacorr.hxx @@ -31,12 +31,12 @@ class SwAutoCorrect : public SvxAutoCorrect protected: // Return replacement text (only for SWG-format, all others can be obtained from wordlist!). // rShort is stream-name - encrypted! - virtual sal_Bool GetLongText( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >&, + virtual bool GetLongText( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >&, const OUString& rFileName, const OUString& rShort, OUString& rLong ); // Text with attributes (only SWG-format!). // rShort is stream-name - encrypted! - virtual sal_Bool PutText( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >&, + virtual bool PutText( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >&, const OUString& rFileName, const OUString& rShort, SfxObjectShell&, OUString& ); public: |