diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-12-18 17:00:29 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-12-19 21:35:42 +0100 |
commit | aaa6c81c94d0b2f4fe33439fcfaabb1d6d4a0dfa (patch) | |
tree | f3a4ede5b8a44b0bc7f9b3437982ca583bb39af5 /sd | |
parent | 4b5aaa9edfd58ec8f73de127410656f884f944d7 (diff) |
unused forward declare
Change-Id: I1091eb69e49f1f81e5f8399ef421a55fceae7413
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107980
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/animations/CustomAnimationList.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/animations/CustomAnimationList.hxx b/sd/source/ui/animations/CustomAnimationList.hxx index f704e1b92b4f..481a7ab18f97 100644 --- a/sd/source/ui/animations/CustomAnimationList.hxx +++ b/sd/source/ui/animations/CustomAnimationList.hxx @@ -31,7 +31,6 @@ namespace com::sun::star::drawing { class XShape; } struct ImplSVEvent; -class VclBuilder; namespace sd { |