diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-08 13:13:59 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-03-09 10:07:45 +0200 |
commit | c09b3e32372537be739182b02ae83a96386d1e1c (patch) | |
tree | 04e93ba798e8c36363792f2ba903b0f9c4ba21ea /sw/inc/IDocumentLinksAdministration.hxx | |
parent | af74913da2b63857a248ac8fc4fa438b7a8663ec (diff) |
loplugin:constantparam in sw
Change-Id: I8fa1af4a34770b71f6f4bb28b3313edf4875322b
Diffstat (limited to 'sw/inc/IDocumentLinksAdministration.hxx')
-rw-r--r-- | sw/inc/IDocumentLinksAdministration.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/IDocumentLinksAdministration.hxx b/sw/inc/IDocumentLinksAdministration.hxx index db7aebed2bf8..0c9edea72da3 100644 --- a/sw/inc/IDocumentLinksAdministration.hxx +++ b/sw/inc/IDocumentLinksAdministration.hxx @@ -46,7 +46,7 @@ using rtl::OUString; /** #i42634# Moved common code of SwReader::Read() and SwDocShell::UpdateLinks() to new SwDoc::UpdateLinks(): */ - virtual void UpdateLinks(bool bUI) = 0; + virtual void UpdateLinks() = 0; /** SS fuers Linken von Dokumentteilen / ?? for linking of parts of documents. */ |