diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-01-25 10:43:17 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-01-25 10:44:33 +0900 |
commit | 17deff0c9a066ab4208747062577ab700dac60ef (patch) | |
tree | 53ce2d59ec2d4f65a42fe1274505e58593255ee2 /sw/source/ui/inc/javaedit.hxx | |
parent | bc84545cb2c58f1f267ed2efb770bb5624ee7c70 (diff) |
sal_Bool to bool
Change-Id: I3a18222fe21c05edc87e480086be7e4faef3219c
Diffstat (limited to 'sw/source/ui/inc/javaedit.hxx')
-rw-r--r-- | sw/source/ui/inc/javaedit.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/inc/javaedit.hxx b/sw/source/ui/inc/javaedit.hxx index 2bb2c97cfc51..4bce02311064 100644 --- a/sw/source/ui/inc/javaedit.hxx +++ b/sw/source/ui/inc/javaedit.hxx @@ -88,7 +88,7 @@ public: sal_Bool IsUrl() { return bIsUrl; } sal_Bool IsNew() { return bNew; } - sal_Bool IsUpdate(); + bool IsUpdate(); }; |