diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-07-11 12:09:59 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-07-11 12:09:59 +0000 |
commit | eed4f1bddaceac006a4c2e76e7b934c8a1aa7fa1 (patch) | |
tree | 618adbd54c7c47e6b587321643f5b1913fd1311e /sfx2 | |
parent | dd6a3326cf907892d215a79565d594deebf14bde (diff) |
INTEGRATION: CWS mba23issues03 (1.31.96); FILE MERGED
2007/06/14 18:56:02 mba 1.31.96.1: #i72366#: remove old MacOS9 code
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/appmain.cxx | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sfx2/source/appl/appmain.cxx b/sfx2/source/appl/appmain.cxx index 2d746580b863..bc6ef2fdba75 100644 --- a/sfx2/source/appl/appmain.cxx +++ b/sfx2/source/appl/appmain.cxx @@ -4,9 +4,9 @@ * * $RCSfile: appmain.cxx,v $ * - * $Revision: 1.32 $ + * $Revision: 1.33 $ * - * last change: $Author: hr $ $Date: 2007-06-27 22:56:12 $ + * last change: $Author: ihi $ $Date: 2007-07-11 13:09:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -220,11 +220,6 @@ void SfxApplication::Main( ) } //-------------------------------------------------------------------- -#if defined( MAC ) - void InstallAppleScriptHdl(); -#endif - -//------------------------------------------------------------------------- void SfxApplication::InsertLateInitHdl(const Link& rLink) { if ( Application::IsInExecute() ) |