summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/formattributes.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:29:15 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:32:01 +0100
commit51b45df6bba163dec7ba91c700de695ad517e5dd (patch)
tree566633496f4048112c75edbbe250b0f01d86a8dd /xmloff/source/forms/formattributes.hxx
parent87bae0e188aa3ce3c31d1aa91707c0fad6b81b65 (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: I8690de2cb68dcfedc9f2239ce66cea06fd94bc16
Diffstat (limited to 'xmloff/source/forms/formattributes.hxx')
-rw-r--r--xmloff/source/forms/formattributes.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/forms/formattributes.hxx b/xmloff/source/forms/formattributes.hxx
index 3449606d23d6..4897f7d103a0 100644
--- a/xmloff/source/forms/formattributes.hxx
+++ b/xmloff/source/forms/formattributes.hxx
@@ -255,7 +255,7 @@ namespace xmloff
const SvXMLEnumMapEntry* pEnumMap; // the enum map, if appliable
bool bInverseSemantics; // for booleanss: attribute and property value have the same or an inverse semantics?
- AttributeAssignment() : pEnumMap(NULL), bInverseSemantics(false) { }
+ AttributeAssignment() : pEnumMap(nullptr), bInverseSemantics(false) { }
};
protected:
@@ -288,7 +288,7 @@ namespace xmloff
*/
void addStringProperty(
const sal_Char* _pAttributeName, const OUString& _rPropertyName,
- const sal_Char* _pAttributeDefault = NULL);
+ const sal_Char* _pAttributeDefault = nullptr);
/** add a attribute assignment referring to a boolean property to the map
@@ -348,7 +348,7 @@ namespace xmloff
void addEnumProperty(
const sal_Char* _pAttributeName, const OUString& _rPropertyName,
const sal_uInt16 _nAttributeDefault, const SvXMLEnumMapEntry* _pValueMap,
- const ::com::sun::star::uno::Type* _pType = NULL);
+ const ::com::sun::star::uno::Type* _pType = nullptr);
protected:
/// some common code for the various add*Property methods