summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/line/LinePropertyPanel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sidebar/line/LinePropertyPanel.cxx')
-rw-r--r--svx/source/sidebar/line/LinePropertyPanel.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/sidebar/line/LinePropertyPanel.cxx b/svx/source/sidebar/line/LinePropertyPanel.cxx
index 052e16e7f47b..02d7f3389aec 100644
--- a/svx/source/sidebar/line/LinePropertyPanel.cxx
+++ b/svx/source/sidebar/line/LinePropertyPanel.cxx
@@ -255,7 +255,7 @@ void LinePropertyPanel::Initialize()
mpLBCapStyle->SetAccessibleName(OUString("Cap Style"));
}
-void LinePropertyPanel::SetupIcons(void)
+void LinePropertyPanel::SetupIcons()
{
if(Theme::GetBoolean(Theme::Bool_UseSymphonyIcons))
{
@@ -755,7 +755,7 @@ PopupControl* LinePropertyPanel::CreateLineWidthPopupControl (PopupContainer* pP
return new LineWidthControl(pParent, *this);
}
-void LinePropertyPanel::EndLineWidthPopupMode (void)
+void LinePropertyPanel::EndLineWidthPopupMode()
{
maLineWidthPopup.Hide();
}