diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-11-08 12:16:44 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-11-08 13:11:58 +0900 |
commit | 88e457dc60b7a7e5f4048e00c0418bc57537c029 (patch) | |
tree | ec2a698dea3a5356f641c45ec5ee32746cd5d207 /sw/inc/doc.hxx | |
parent | b668d3aaf5690bd067c0ed283e9492ae576117f9 (diff) |
sal_Bool to bool
Change-Id: Idfbc33106b20b06c5247c50d099972305f016a51
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r-- | sw/inc/doc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 0183d1f7e971..ca5efc9dd9f8 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -1803,7 +1803,7 @@ public: // Query if ::com::sun::star::util::URL was visited. // Query via Doc, if only a ::com::sun::star::text::Bookmark has been given. // In this case the document name has to be set in front. - sal_Bool IsVisitedURL( const String& rURL ) const; + bool IsVisitedURL( const String& rURL ) const; /// Save current values for automatic registration of exceptions in Autocorrection. void SetAutoCorrExceptWord( SwAutoCorrExceptWord* pNew ); |