summaryrefslogtreecommitdiff
path: root/include/svtools/embedtransfer.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-25 11:01:20 +0200
committerNoel Grandin <noel@peralex.com>2014-03-25 14:32:56 +0200
commitb5e11641a7cec634c603213869a3475b1e01084e (patch)
tree330df25cfb778c4c3c793c86dc315706b651d10c /include/svtools/embedtransfer.hxx
parent436cd900956b5fd0b6583954c002f8c28ca32698 (diff)
svtools: sal_Bool->bool
Change-Id: I90320997ed79be2556eafa4c35af6b968b378454
Diffstat (limited to 'include/svtools/embedtransfer.hxx')
-rw-r--r--include/svtools/embedtransfer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/embedtransfer.hxx b/include/svtools/embedtransfer.hxx
index c30b72078fd1..f77148c9dae9 100644
--- a/include/svtools/embedtransfer.hxx
+++ b/include/svtools/embedtransfer.hxx
@@ -36,7 +36,7 @@ private:
protected:
virtual void AddSupportedFormats();
- virtual sal_Bool GetData( const ::com::sun::star::datatransfer::DataFlavor& rFlavor );
+ virtual bool GetData( const ::com::sun::star::datatransfer::DataFlavor& rFlavor );
virtual void ObjectReleased();
public: