diff options
author | Noel Grandin <noel@peralex.com> | 2014-04-02 14:10:41 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-04-03 09:17:53 +0200 |
commit | 508cbb96a17bb085d162e0d605010af3123abe62 (patch) | |
tree | 590384900612b54c21b59a023f2b6db2c63b85ca /include/svx | |
parent | 64825d26b14e754171426bec634f5aaedf0466e2 (diff) |
svx/fmgridcl.hxx: sal_Bool->bool
Change-Id: I610c408178f194db2a29e966feccba377f36e2cd
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/fmgridcl.hxx | 2 |
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); |