summaryrefslogtreecommitdiff
path: root/include/codemaker/commoncpp.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:11:36 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:18 +0100
commit87a9abf351d1547638ec25c72d7fcb27d1b61440 (patch)
treed021a9bc8fadf7b32d7fe09c8bcf1e960679b30e /include/codemaker/commoncpp.hxx
parent40c4a086521703e64f7f182d8e07490855cfeb0a (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: Ic33cbe3feed8aec9f7578aea2cbd809169d9b8c8
Diffstat (limited to 'include/codemaker/commoncpp.hxx')
-rw-r--r--include/codemaker/commoncpp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/codemaker/commoncpp.hxx b/include/codemaker/commoncpp.hxx
index 48c071dfbed1..e09b387cd92e 100644
--- a/include/codemaker/commoncpp.hxx
+++ b/include/codemaker/commoncpp.hxx
@@ -54,7 +54,7 @@ enum IdentifierTranslationMode {
rtl::OString translateUnoToCppIdentifier(
rtl::OString const & identifier, rtl::OString const & prefix,
IdentifierTranslationMode transmode = ITM_GLOBAL,
- rtl::OString const * forbidden = 0);
+ rtl::OString const * forbidden = nullptr);
} }