summaryrefslogtreecommitdiff
path: root/sw/source/uibase/sidebar/WriterInspectorTextPanel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/sidebar/WriterInspectorTextPanel.cxx')
-rw-r--r--sw/source/uibase/sidebar/WriterInspectorTextPanel.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/sidebar/WriterInspectorTextPanel.cxx b/sw/source/uibase/sidebar/WriterInspectorTextPanel.cxx
index e2c3c15d0e24..05a1cff79097 100644
--- a/sw/source/uibase/sidebar/WriterInspectorTextPanel.cxx
+++ b/sw/source/uibase/sidebar/WriterInspectorTextPanel.cxx
@@ -367,7 +367,7 @@ static svx::sidebar::TreeNode LocaleToTreeNode(const OUString& rName, const css:
static svx::sidebar::TreeNode
PropertyToTreeNode(const css::beans::Property& rProperty,
- const uno::Reference<beans::XPropertySet>& xPropertiesSet, const bool& rIsGrey)
+ const uno::Reference<beans::XPropertySet>& xPropertiesSet, const bool rIsGrey)
{
const OUString& rPropName = rProperty.Name;
svx::sidebar::TreeNode aCurNode;
@@ -401,7 +401,7 @@ PropertyToTreeNode(const css::beans::Property& rProperty,
static void InsertValues(const css::uno::Reference<css::uno::XInterface>& rSource,
std::unordered_map<OUString, bool>& rIsDefined,
- svx::sidebar::TreeNode& rNode, const bool& isRoot,
+ svx::sidebar::TreeNode& rNode, const bool isRoot,
const std::vector<OUString>& rHiddenProperty)
{
uno::Reference<beans::XPropertySet> xPropertiesSet(rSource, uno::UNO_QUERY_THROW);