summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/evoab2/NDriver.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-12 13:11:40 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-12 13:11:59 +0200
commited95e1c5619e2cb2a8f6d93a1b7c45f36f1524dd (patch)
treeb4465c9dbcfdca9254d4bbdfa810fce8858343a5 /connectivity/source/drivers/evoab2/NDriver.hxx
parentaa325833295e3983d93758b0e1194d7fb9365ee7 (diff)
connectivity: sal_Bool -> bool
Change-Id: Id9458a3aa0928eedc87aec39f305b206e2638e67
Diffstat (limited to 'connectivity/source/drivers/evoab2/NDriver.hxx')
-rw-r--r--connectivity/source/drivers/evoab2/NDriver.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/evoab2/NDriver.hxx b/connectivity/source/drivers/evoab2/NDriver.hxx
index ba71a4b236a7..9b8fe33bb922 100644
--- a/connectivity/source/drivers/evoab2/NDriver.hxx
+++ b/connectivity/source/drivers/evoab2/NDriver.hxx
@@ -85,7 +85,7 @@ namespace connectivity
getComponentContext( ) const { return comphelper::getComponentContext( m_xFactory ); }
// static methods
- static sal_Bool acceptsURL_Stat( const OUString& url );
+ static bool acceptsURL_Stat( const OUString& url );
};
}