summaryrefslogtreecommitdiff
path: root/include/svx/IAccessibleParent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/IAccessibleParent.hxx')
-rw-r--r--include/svx/IAccessibleParent.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/IAccessibleParent.hxx b/include/svx/IAccessibleParent.hxx
index c71bf7fe59f1..a5308f082761 100644
--- a/include/svx/IAccessibleParent.hxx
+++ b/include/svx/IAccessibleParent.hxx
@@ -83,12 +83,12 @@ public:
//Add this method to support Form Controls
virtual AccessibleControlShape* GetAccControlShapeFromModel
(css::beans::XPropertySet*)
- throw (css::uno::RuntimeException){return NULL;};
+ throw (css::uno::RuntimeException){return nullptr;};
virtual css::uno::Reference<
css::accessibility::XAccessible>
GetAccessibleCaption (const css::uno::Reference<
css::drawing::XShape>&)
- throw (css::uno::RuntimeException){return NULL;};
+ throw (css::uno::RuntimeException){return nullptr;};
virtual bool IsDocumentSelAll(){ return false; }
};