summaryrefslogtreecommitdiff
path: root/include/linguistic
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:19:12 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:31 +0100
commit53a2e93fc5a4872b36fb8e76ddd4b722a18cb49b (patch)
tree8c3a8c2f03da9a664a3e5f7b38fa5e76f3b53b76 /include/linguistic
parent64d1b574ad79ef3bbbab6dade75dbdafecb6bb6b (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: I5d642a463f4dca8665745c19918699e7bfe7db99
Diffstat (limited to 'include/linguistic')
-rw-r--r--include/linguistic/misc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linguistic/misc.hxx b/include/linguistic/misc.hxx
index 1a3f4679a5db..9e7cb3f6d100 100644
--- a/include/linguistic/misc.hxx
+++ b/include/linguistic/misc.hxx
@@ -111,7 +111,7 @@ css::uno::Sequence< sal_Int16 >
// checks if file pointed to by rURL is readonly
// and may also check return if such a file exists or not
-bool IsReadOnly( const OUString &rURL, bool *pbExist = 0 );
+bool IsReadOnly( const OUString &rURL, bool *pbExist = nullptr );
// checks if a file with the given URL exists
bool FileExists( const OUString &rURL );