From 9d0afbd3047eebc019666d70acbfbddce8709bb8 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 4 Jan 2008 14:09:12 +0000 Subject: INTEGRATION: CWS mba24issues01 (1.25.26); FILE MERGED 2007/12/13 18:01:51 mba 1.25.26.2: RESYNC: (1.25-1.27); FILE MERGED 2007/11/01 10:29:07 mba 1.25.26.1: #i82726#: remove LateInitTimer --- sfx2/source/appl/appdata.cxx | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'sfx2') 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(); -- cgit