summaryrefslogtreecommitdiff
path: root/include/svl/flagitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/flagitem.hxx')
-rw-r--r--include/svl/flagitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/flagitem.hxx b/include/svl/flagitem.hxx
index 34c5b67a2cd5..56965d68ba8b 100644
--- a/include/svl/flagitem.hxx
+++ b/include/svl/flagitem.hxx
@@ -44,7 +44,7 @@ public:
MapUnit eCoreMetric,
MapUnit ePresMetric,
OUString & rText,
- const IntlWrapper * = nullptr ) const override;
+ const IntlWrapper& ) const override;
sal_uInt16 GetValue() const { return nVal; }
void SetValue( sal_uInt16 nNewVal ) {
DBG_ASSERT( GetRefCount() == 0, "SetValue() with pooled item" );