[Libreoffice-commits] .: sw/source

Caolán McNamara caolan at kemper.freedesktop.org
Wed Nov 17 06:14:24 PST 2010


 sw/source/filter/rtf/swparrtf.hxx |    8 --------
 1 file changed, 8 deletions(-)

New commits:
commit 0babb7b43ab06bccf87ff475d20474cc95147d4d
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Nov 17 09:50:20 2010 +0000

    remove archaic SGI header guards

diff --git a/sw/source/filter/rtf/swparrtf.hxx b/sw/source/filter/rtf/swparrtf.hxx
index b995d4d..a6947b1 100644
--- a/sw/source/filter/rtf/swparrtf.hxx
+++ b/sw/source/filter/rtf/swparrtf.hxx
@@ -29,15 +29,9 @@
 #ifndef _SWPARRTF_HXX
 #define _SWPARRTF_HXX
 
-#ifndef __SGI_STL_MAP
 #include <map>
-#endif
-#ifndef __SGI_STL_DEQUE
 #include <deque>
-#endif
-#ifndef __SGI_STL_VECTOR
 #include <vector>
-#endif
 
 #ifndef _SVSTDARR_HXX
 #define _SVSTDARR_BOOLS
@@ -47,9 +41,7 @@
 #include <editeng/numitem.hxx>
 #include <editeng/boxitem.hxx>
 #include <redline.hxx>
-#ifndef __SGI_STL_ALGORITHM
 #include <algorithm>
-#endif
 #include <fltshell.hxx>         // fuer den Attribut Stack
 #include <ndindex.hxx>
 #include "../inc/msfilter.hxx"


More information about the Libreoffice-commits mailing list