summaryrefslogtreecommitdiff
path: root/include/vcl/print.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-08-05 09:14:08 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-08-05 13:09:57 +0200
commit423c177d58e04af027379159b856c9b817d56488 (patch)
tree9c94d5f6d57377a3714999698caf9c678d261397 /include/vcl/print.hxx
parent94b45e3b74e889a65fc619d1132cfa6e4af44ba7 (diff)
drop unneeded forward declare
Change-Id: Ifc7eab2bed8bfa55bf7d4dc6d56dac8ccfdf5642 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120065 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/print.hxx')
-rw-r--r--include/vcl/print.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/print.hxx b/include/vcl/print.hxx
index d96e6d7e87ac..97a18b19c121 100644
--- a/include/vcl/print.hxx
+++ b/include/vcl/print.hxx
@@ -48,7 +48,6 @@ enum class SalPrinterError;
namespace vcl {
class PrinterController;
- class Window;
}
namespace weld { class Window; }