summaryrefslogtreecommitdiff
path: root/sc/inc/dbdocutl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-07 15:48:46 +0200
committerNoel Grandin <noel@peralex.com>2014-02-10 11:27:18 +0200
commita572badfcb5e529747e6e60fac7d1f9b35f20d7a (patch)
tree879d8b97d10e2ca7c11e8d3ea73d452ca613e185 /sc/inc/dbdocutl.hxx
parentd9fecfd4ab0c1e33ef6a62d902cacad39980e28d (diff)
sal_Bool->bool
Change-Id: Ie26f32f9fbb170318d13196bfd608c824ce52d83
Diffstat (limited to 'sc/inc/dbdocutl.hxx')
-rw-r--r--sc/inc/dbdocutl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dbdocutl.hxx b/sc/inc/dbdocutl.hxx
index 4a3cd71c72e8..0bbaff3a6d82 100644
--- a/sc/inc/dbdocutl.hxx
+++ b/sc/inc/dbdocutl.hxx
@@ -47,7 +47,7 @@ public:
static void PutData( ScDocument* pDoc, SCCOL nCol, SCROW nRow, SCTAB nTab,
const ::com::sun::star::uno::Reference<
::com::sun::star::sdbc::XRow>& xRow, long nRowPos,
- long nType, sal_Bool bCurrency, StrData* pStrData = NULL );
+ long nType, bool bCurrency, StrData* pStrData = NULL );
};
#endif