Skip to content

Commit 6571ab4

Browse files
committed
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 <[email protected]>
1 parent 8b442d7 commit 6571ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

writerfilter/source/dmapper/PropertyMap.hxx

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ enum GrabBagType
7979
CHAR_GRAB_BAG
8080
};
8181

82-
struct RedlineParams : public virtual SvRefBase
82+
struct RedlineParams : public SvRefBase
8383
{
8484
OUString m_sAuthor;
8585
OUString m_sDate;

0 commit comments

Comments
 (0)