From dac4ca5f682fdd0c3eee7f7ee1d98c9b3c8b7ce4 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 25 Jun 2014 14:57:44 +0200 Subject: new loplugin: externalandnotdefined Find "missing headers," where a function is declared directly in the .cxx (as extern) and not defined, and should arguably instead be declared in an include file. Change-Id: I6d83ee432b2ab0cd050aec2b27c3658d32ac02a2 --- sfx2/source/inc/appopen.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sfx2/source/inc') diff --git a/sfx2/source/inc/appopen.hxx b/sfx2/source/inc/appopen.hxx index 5e63687dadeb..6360b0a02b56 100644 --- a/sfx2/source/inc/appopen.hxx +++ b/sfx2/source/inc/appopen.hxx @@ -21,7 +21,6 @@ #define INCLUDED_SFX2_SOURCE_INC_APPOPEN_HXX #include - #include class SfxItemPool; @@ -30,6 +29,9 @@ class SfxObjectShell; sal_uInt32 CheckPasswd_Impl( SfxObjectShell* pDoc, SfxItemPool &rPool, SfxMedium* pFile ); +void SetTemplate_Impl( const OUString&, const OUString&, SfxObjectShell* ); + + #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit