summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorPedro Giffuni <pfg@apache.org>2011-11-09 21:30:56 +0000
committerPedro Giffuni <pfg@apache.org>2011-11-09 21:30:56 +0000
commit270bd2f34a84fcfd7e06c5f8058846a07037ddf3 (patch)
tree936bcff0febe6ab34462e9dda41064d3fa75a869 /svtools
parent9bb4e9b2513dc9e826a218bb4abdd9ce0bee85b2 (diff)
i118582: OS/2 port - pyuno, readlicense, svtools, toolkit and tools build patches by Yuri Dario.
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/contnr/svtreebx.cxx3
-rw-r--r--svtools/source/svhtml/htmlkywd.cxx9
-rw-r--r--svtools/source/svrtf/rtfkeywd.cxx3
3 files changed, 0 insertions, 15 deletions
diff --git a/svtools/source/contnr/svtreebx.cxx b/svtools/source/contnr/svtreebx.cxx
index db60dd231e1a..83defe03a84f 100644
--- a/svtools/source/contnr/svtreebx.cxx
+++ b/svtools/source/contnr/svtreebx.cxx
@@ -1508,9 +1508,6 @@ void SvTreeListBox::ImplInitStyle()
GetModel()->SetSortMode( SortNone );
GetModel()->SetCompareHdl( Link() );
}
-#ifdef OS2
- nWindowStyle |= WB_VSCROLL;
-#endif
pImp->SetStyle( nWindowStyle );
pImp->Resize();
Invalidate();
diff --git a/svtools/source/svhtml/htmlkywd.cxx b/svtools/source/svhtml/htmlkywd.cxx
index e1e739ef19b8..6f35d5ff58eb 100644
--- a/svtools/source/svhtml/htmlkywd.cxx
+++ b/svtools/source/svhtml/htmlkywd.cxx
@@ -202,9 +202,6 @@ static int
#if defined( WNT )
__cdecl
#endif
-#if defined( ICC ) && defined( OS2 )
- _Optlink
-#endif
HTMLKeyCompare( const void *pFirst, const void *pSecond)
{
int nRet = 0;
@@ -557,9 +554,6 @@ static int
#if defined( WNT )
__cdecl
#endif
-#if defined( ICC ) && defined( OS2 )
- _Optlink
-#endif
HTMLCharNameCompare( const void *pFirst, const void *pSecond)
{
int nRet = 0;
@@ -1018,9 +1012,6 @@ static int
#if defined( WNT )
__cdecl
#endif
-#if defined( ICC ) && defined( OS2 )
- _Optlink
-#endif
HTMLColorNameCompare( const void *pFirst, const void *pSecond)
{
int nRet = 0;
diff --git a/svtools/source/svrtf/rtfkeywd.cxx b/svtools/source/svrtf/rtfkeywd.cxx
index 03282313b6e2..41b54cc00c6e 100644
--- a/svtools/source/svrtf/rtfkeywd.cxx
+++ b/svtools/source/svrtf/rtfkeywd.cxx
@@ -1186,9 +1186,6 @@ static int
#if defined( WNT )
__cdecl
#endif
-#if defined( ICC ) && defined( OS2 )
-_Optlink
-#endif
RTFKeyCompare( const void *pFirst, const void *pSecond)
{
int nRet = 0;