No need for the base class to virtual here
Change-Id: Ie8078340ece235c52529770bf393b264d8ca31db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143202 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
parent
8b442d7fae
commit
6571ab41ec
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ enum GrabBagType
|
|||
CHAR_GRAB_BAG
|
||||
};
|
||||
|
||||
struct RedlineParams : public virtual SvRefBase
|
||||
struct RedlineParams : public SvRefBase
|
||||
{
|
||||
OUString m_sAuthor;
|
||||
OUString m_sDate;
|
||||
|
|
Loading…
Reference in a new issue