diff options
Diffstat (limited to 'sfx2/source/inc/appopen.hxx')
-rw-r--r-- | sfx2/source/inc/appopen.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
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 <sal/config.h> - #include <sal/types.h> 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: */ |