summaryrefslogtreecommitdiff
path: root/include/svx/fontlb.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:25:28 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:50 +0100
commit6cd7bf2043146a630925a2e49336f02c802f707a (patch)
tree786cecd8ab993e25cda497d45b68007050c30d61 /include/svx/fontlb.hxx
parent28f4bee7bd7378141d8569186162e1a3166eb012 (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: I71682f28c6a54d33da6b0c971f34d0a705ff04f5
Diffstat (limited to 'include/svx/fontlb.hxx')
-rw-r--r--include/svx/fontlb.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/fontlb.hxx b/include/svx/fontlb.hxx
index 8b2230201eec..c9be5b5bbd7f 100644
--- a/include/svx/fontlb.hxx
+++ b/include/svx/fontlb.hxx
@@ -41,7 +41,7 @@ public:
sal_uInt16 nFlags,
const OUString& rString,
const vcl::Font& rFont,
- const Color* pColor = NULL );
+ const Color* pColor = nullptr );
virtual ~SvLBoxFontString();
@@ -75,7 +75,7 @@ public:
/** Inserts a list entry and sets the font used for this entry.
@param pColor The font color. NULL = use default listbox text color. */
void InsertFontEntry(
- const OUString& rString, const vcl::Font& rFont, const Color* pColor = NULL );
+ const OUString& rString, const vcl::Font& rFont, const Color* pColor = nullptr );
/** Selects/deselects an entry specified by its position in the list box. */
void SelectEntryPos( sal_uLong nPos, bool bSelect = true );