summaryrefslogtreecommitdiff
path: root/svl/qa/unit/items/test_IndexedStyleSheets.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/qa/unit/items/test_IndexedStyleSheets.cxx')
-rw-r--r--svl/qa/unit/items/test_IndexedStyleSheets.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/qa/unit/items/test_IndexedStyleSheets.cxx b/svl/qa/unit/items/test_IndexedStyleSheets.cxx
index 17edaf036d1f..c6c728818979 100644
--- a/svl/qa/unit/items/test_IndexedStyleSheets.cxx
+++ b/svl/qa/unit/items/test_IndexedStyleSheets.cxx
@@ -24,7 +24,7 @@ class MockedStyleSheet : public SfxStyleSheetBase
{
public:
MockedStyleSheet(const rtl::OUString& name, SfxStyleFamily fam = SFX_STYLE_FAMILY_CHAR)
- : SfxStyleSheetBase(name, NULL, fam, 0)
+ : SfxStyleSheetBase(name, nullptr, fam, 0)
{;}
};