From 28a42c1b7273557971f3c17646810c09b585b4b1 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 9 Jan 2017 15:40:22 +0100 Subject: New loplugin:externvar: sw Change-Id: If850989ee513d29ed373df0c6dd9905ec694026c --- sw/inc/view.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sw/inc/view.hxx') diff --git a/sw/inc/view.hxx b/sw/inc/view.hxx index a2321ce13531..ef1d46dd81a3 100644 --- a/sw/inc/view.hxx +++ b/sw/inc/view.hxx @@ -665,6 +665,8 @@ VclPtr CreatePrintOptionsPage( vcl::Window *pParent, const SfxItemSet &rOptions, bool bPreview); +extern bool bDocSzUpdated; + #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit