diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-01-04 14:09:12 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-01-04 14:09:12 +0000 |
commit | 9d0afbd3047eebc019666d70acbfbddce8709bb8 (patch) | |
tree | c82c038b50f5deca27e3becfffacbb8b63315290 /sfx2 | |
parent | 324248fe8ce086ba76da2d95f719b988c96d4649 (diff) |
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
Diffstat (limited to 'sfx2')
-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(); |