summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-07-25 08:56:22 +0000
committerRüdiger Timm <rt@openoffice.org>2006-07-25 08:56:22 +0000
commit7330a9e9273b18bce6cbebffedee569dd25cb0ff (patch)
tree6e063f163bb3290fcadbd4482f851ea8a44654dd /sfx2
parent81593f8b146f6f6aaf78b7bde66e55704a987348 (diff)
INTEGRATION: CWS rt15 (1.3.250); FILE MERGED
2006/06/29 11:22:00 rt 1.3.250.1: #i66824# segmentc.hxx is obsolete.
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/sfxdll.cxx11
1 files changed, 2 insertions, 9 deletions
diff --git a/sfx2/source/appl/sfxdll.cxx b/sfx2/source/appl/sfxdll.cxx
index d64e759914d7..fbbcf21c4811 100644
--- a/sfx2/source/appl/sfxdll.cxx
+++ b/sfx2/source/appl/sfxdll.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sfxdll.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 17:46:58 $
+ * last change: $Author: rt $ $Date: 2006-07-25 09:56:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -44,15 +44,11 @@
#endif
#ifdef WIN
-#include "segmentc.hxx"
// Statische DLL-Verwaltungs-Variablen
static HINSTANCE hDLLInst = 0;
-SEG_EOFGLOBALS()
-
//==========================================================================
-#pragma SEG_SEGCLASS(DLLINIT_SEG,DLLINITEXIT_CODE)
extern "C" int CALLBACK LibMain( HINSTANCE hDLL, WORD, WORD nHeap, LPSTR )
{
@@ -68,7 +64,6 @@ extern "C" int CALLBACK LibMain( HINSTANCE hDLL, WORD, WORD nHeap, LPSTR )
//--------------------------------------------------------------------------
-#pragma SEG_SEGCLASS(DLLEXIT_SEG,DLLINITEXIT_CODE)
extern "C" int CALLBACK WEP( int )
{
@@ -76,9 +71,7 @@ extern "C" int CALLBACK WEP( int )
}
-
//==========================================================================
#endif
-