diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-02-22 09:13:25 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-02-22 17:05:59 +0100 |
commit | 1888a602001c74b7da7e9c99cb78c9246714d8be (patch) | |
tree | 582240f964ffc0e9c8e403eec8ffe620a8659f20 /sw/source/uibase | |
parent | 9de93343afd95b991264ee3254bccbefc14761bc (diff) |
Remove unused forward declarations from vcl/syswin.hxx
Change-Id: Ide4990afa32ba4cc7851d0e7d3d8d1247eb27b3b
Reviewed-on: https://gerrit.libreoffice.org/50155
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sw/source/uibase')
-rw-r--r-- | sw/source/uibase/inc/convert.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/uibase/inc/convert.hxx b/sw/source/uibase/inc/convert.hxx index bb4177b976ce..faf7521a68d4 100644 --- a/sw/source/uibase/inc/convert.hxx +++ b/sw/source/uibase/inc/convert.hxx @@ -24,6 +24,7 @@ #include <vcl/edit.hxx> #include <sfx2/basedlgs.hxx> +class VclContainer; class SwTableAutoFormat; class SwView; class SwWrtShell; |