diff options
-rw-r--r-- | svx/source/form/filtnav.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/filtnav.cxx b/svx/source/form/filtnav.cxx index fddea8e5f316..0341e54548ff 100644 --- a/svx/source/form/filtnav.cxx +++ b/svx/source/form/filtnav.cxx @@ -108,10 +108,10 @@ namespace svxform OFilterItemExchange::OFilterItemExchange() + : m_pFormItem(NULL) { } - void OFilterItemExchange::AddSupportedFormats() { AddFormat(getFormatId()); |