summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2017-11-19 01:38:22 +0900
committerEike Rathke <erack@redhat.com>2017-11-20 14:01:44 +0100
commit14f351529e5f6282b1017d28671930d6142f4ce5 (patch)
tree9425e90bb869f9ed05bcebd621059eeb198e4b87 /sfx2/source/dialog
parent13de75274b727428355eefd55176277a5f891c47 (diff)
cosmetics: Drop duplicate semicolon
Change-Id: I96d2ffb903f9ed15070572552c9564b5089df12f Reviewed-on: https://gerrit.libreoffice.org/44914 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sfx2/source/dialog')
-rw-r--r--sfx2/source/dialog/templdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/templdlg.cxx b/sfx2/source/dialog/templdlg.cxx
index bb78f0b8f87e..a0f048be99db 100644
--- a/sfx2/source/dialog/templdlg.cxx
+++ b/sfx2/source/dialog/templdlg.cxx
@@ -1916,7 +1916,7 @@ void SfxCommonTemplateDialog_Impl::DeleteHdl()
}
}
bDontUpdate = false; //if everything is deleted set bDontUpdate back to false
- UpdateStyles_Impl(StyleFlags::UpdateFamilyList);; //and force-update the list
+ UpdateStyles_Impl(StyleFlags::UpdateFamilyList); //and force-update the list
}
}
}