diff options
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/appl/appdata.cxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sfx2/source/appl/appdata.cxx b/sfx2/source/appl/appdata.cxx index b4c53b4febbf..f693ee5ed428 100644 --- a/sfx2/source/appl/appdata.cxx +++ b/sfx2/source/appl/appdata.cxx @@ -4,9 +4,9 @@ * * $RCSfile: appdata.cxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: ihi $ $Date: 2007-11-26 18:21:37 $ + * last change: $Author: obo $ $Date: 2008-01-04 15:09:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -183,12 +183,6 @@ SfxAppData_Impl::~SfxAppData_Impl() delete pBasMgrListener; } -IMPL_STATIC_LINK( SfxAppData_Impl, CreateDocumentTemplates, void*, EMPTYARG) -{ - pThis->GetDocumentTemplates(); - return 0; -} - void SfxAppData_Impl::UpdateApplicationSettings( sal_Bool bDontHide ) { AllSettings aAllSet = Application::GetSettings(); |