summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/javaedit.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-01-25 10:43:17 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-01-25 10:44:33 +0900
commit17deff0c9a066ab4208747062577ab700dac60ef (patch)
tree53ce2d59ec2d4f65a42fe1274505e58593255ee2 /sw/source/ui/inc/javaedit.hxx
parentbc84545cb2c58f1f267ed2efb770bb5624ee7c70 (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.hxx2
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();
};