summaryrefslogtreecommitdiff
path: root/include/svx/dbaexchange.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-04 11:37:37 +0200
committerNoel Grandin <noel@peralex.com>2014-03-11 08:18:14 +0200
commitcaf8f777e38e75641dcd13461053ba0bfd44500f (patch)
tree9bd4db6893ec1327e8e276b0088f0d7f69ecbdc4 /include/svx/dbaexchange.hxx
parent5e36e2cb7b9a8e52f198525949da257acd87d8c6 (diff)
svx: sal_Bool->bool
Change-Id: I41f3935a468f38c59bfbce7096bb086daf6190a3
Diffstat (limited to 'include/svx/dbaexchange.hxx')
-rw-r--r--include/svx/dbaexchange.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/svx/dbaexchange.hxx b/include/svx/dbaexchange.hxx
index b874ca8ac338..e66c3358bef7 100644
--- a/include/svx/dbaexchange.hxx
+++ b/include/svx/dbaexchange.hxx
@@ -113,11 +113,11 @@ namespace svx
@param _nFormats
formats to accept
*/
- static sal_Bool canExtractColumnDescriptor(const DataFlavorExVector& _rFlavors, sal_Int32 _nFormats);
+ static bool canExtractColumnDescriptor(const DataFlavorExVector& _rFlavors, sal_Int32 _nFormats);
/** extracts a column descriptor from the transferable given
*/
- static sal_Bool extractColumnDescriptor(
+ static bool extractColumnDescriptor(
const TransferableDataHelper& _rData
,OUString& _rDatasource
,OUString& _rDatabaseLocation
@@ -216,7 +216,7 @@ namespace svx
@param _nFormats
formats to accept
*/
- static sal_Bool canExtractObjectDescriptor(const DataFlavorExVector& _rFlavors);
+ static bool canExtractObjectDescriptor(const DataFlavorExVector& _rFlavors);
/** extracts a object descriptor from the transferable given
*/
@@ -245,7 +245,7 @@ namespace svx
,const sal_Int32 _nCommandType
,const OUString& _rCommand
,const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection
- ,sal_Bool _bAddCommand
+ ,bool _bAddCommand
,const OUString& _sActiveCommand);
};
@@ -267,7 +267,7 @@ namespace svx
@param _nFormats
formats to accept
*/
- static sal_Bool canExtractDescriptor(const DataFlavorExVector& _rFlavors);
+ static bool canExtractDescriptor(const DataFlavorExVector& _rFlavors);
/** extracts a object descriptor from the transferable given
*/