From c3e3f466571e4993c1b5e42c6d15e37c48f3a069 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 18 Mar 2014 11:23:57 +0200 Subject: sfx2: sal_Bool->bool Change-Id: I375a72c34e46778385a9fdc24c9ebd0f0a3f3c9b --- include/sfx2/sfxuno.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sfx2/sfxuno.hxx') diff --git a/include/sfx2/sfxuno.hxx b/include/sfx2/sfxuno.hxx index e1c27ec5a91f..cfe8d8a30bda 100644 --- a/include/sfx2/sfxuno.hxx +++ b/include/sfx2/sfxuno.hxx @@ -42,7 +42,7 @@ #include -inline sal_Bool operator==( const css::util::URL& aURL1, const css::util::URL& aURL2 ) +inline bool operator==( const css::util::URL& aURL1, const css::util::URL& aURL2 ) { return aURL1.Complete == aURL2.Complete; } -- cgit