summaryrefslogtreecommitdiff
path: root/include/svx/fmgridcl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-02 14:10:41 +0200
committerNoel Grandin <noel@peralex.com>2014-04-03 09:17:53 +0200
commit508cbb96a17bb085d162e0d605010af3123abe62 (patch)
tree590384900612b54c21b59a023f2b6db2c63b85ca /include/svx/fmgridcl.hxx
parent64825d26b14e754171426bec634f5aaedf0466e2 (diff)
svx/fmgridcl.hxx: sal_Bool->bool
Change-Id: I610c408178f194db2a29e966feccba377f36e2cd
Diffstat (limited to 'include/svx/fmgridcl.hxx')
-rw-r--r--include/svx/fmgridcl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/fmgridcl.hxx b/include/svx/fmgridcl.hxx
index 4b6c11620035..8af1bd4e475a 100644
--- a/include/svx/fmgridcl.hxx
+++ b/include/svx/fmgridcl.hxx
@@ -120,7 +120,7 @@ public:
void positioned(const ::com::sun::star::lang::EventObject& rEvent);
// XBound
- sal_Bool commit();
+ bool commit();
// ::com::sun::star::form::XInsertListener
void inserted(const ::com::sun::star::lang::EventObject& rEvent);