summaryrefslogtreecommitdiff
path: root/include/svtools/openfiledroptargetlistener.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-20 17:16:37 +0200
committerNoel Grandin <noel@peralex.com>2014-03-24 08:12:10 +0200
commita4dc5ea2f7290a925bf225e1b9babbf4df43b7e6 (patch)
tree0ba569b208aed8c3b04e68ff3092bf4be5e0b81e /include/svtools/openfiledroptargetlistener.hxx
parentb41badb803b4d4597901fdc6c899305f3e914aaa (diff)
svtools: sal_Bool->bool
Change-Id: I288a5c8b86d21a1b91f464aaf162aed9aca35a42
Diffstat (limited to 'include/svtools/openfiledroptargetlistener.hxx')
-rw-r--r--include/svtools/openfiledroptargetlistener.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/openfiledroptargetlistener.hxx b/include/svtools/openfiledroptargetlistener.hxx
index 538848818d96..7ff7a9198fd2 100644
--- a/include/svtools/openfiledroptargetlistener.hxx
+++ b/include/svtools/openfiledroptargetlistener.hxx
@@ -66,7 +66,7 @@ class SVT_DLLPUBLIC OpenFileDropTargetListener : public ::cppu::WeakImplHelper1<
private:
void implts_BeginDrag( const css::uno::Sequence< css::datatransfer::DataFlavor >& rSupportedDataFlavors );
void implts_EndDrag();
- sal_Bool implts_IsDropFormatSupported( SotFormatStringId nFormat );
+ bool implts_IsDropFormatSupported( SotFormatStringId nFormat );
void implts_OpenFile( const OUString& rFilePath );
};