summaryrefslogtreecommitdiff
path: root/cui/source/inc/CommandCategoryListBox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/CommandCategoryListBox.hxx')
-rw-r--r--cui/source/inc/CommandCategoryListBox.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/inc/CommandCategoryListBox.hxx b/cui/source/inc/CommandCategoryListBox.hxx
index 779189ed39f5..8d85169ed0d5 100644
--- a/cui/source/inc/CommandCategoryListBox.hxx
+++ b/cui/source/inc/CommandCategoryListBox.hxx
@@ -53,7 +53,7 @@ public:
const css::uno::Sequence< css::frame::DispatchInformation >& xCommands,
const VclPtr<SfxConfigFunctionListBox>& pFunctionListBox,
const OUString& filterTerm,
- SaveInData *pCurrentSaveInData = nullptr );
+ SaveInData *pCurrentSaveInData );
OUString MapCommand2UIName(const OUString& sCommand);
/**
@@ -62,14 +62,14 @@ public:
the commands in the selected category.
*/
void categorySelected( const VclPtr<SfxConfigFunctionListBox>& pFunctionListBox,
- const OUString& filterTerm = OUString(), SaveInData* pCurrentSaveInData = nullptr );
+ const OUString& filterTerm, SaveInData* pCurrentSaveInData = nullptr );
void SetStylesInfo(SfxStylesInfo_Impl* pStyles);
// Adds children of the given macro group to the functions list
void addChildren(
SvTreeListEntry* parentEntry, const css::uno::Reference<com::sun::star::script::browse::XBrowseNode> &parentNode,
- const VclPtr<SfxConfigFunctionListBox> &pFunctionListBox, const OUString &filterTerm , SaveInData *pCurrentSaveInData = nullptr );
+ const VclPtr<SfxConfigFunctionListBox> &pFunctionListBox, const OUString &filterTerm , SaveInData *pCurrentSaveInData );
};
#endif // INCLUDED_CUI_SOURCE_INC_COMMANDCATEGORYLISTBOX_HXX