summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2012-08-13 23:14:08 +0200
committerPhilipp Riemer <ruderphilipp@gmail.com>2012-08-13 23:52:39 +0200
commit8f032e04ad69166d03510b2baa4f72fefe834cc0 (patch)
tree25dcf8dd4df20751a6f568fcda1e2f91a09e0a14 /tools
parent731f3ce64a84b14b43a2a8ca3d455dd8711781b9 (diff)
removed "// end of sth." comments in tools/inc/
This is a follow-up patch of c8b7aa55138848fe07108779099267424bc03e3d. Change-Id: I597be0bbcda36580c8607cab094e53e9f39133e2
Diffstat (limited to 'tools')
-rw-r--r--tools/inc/impcont.hxx2
-rw-r--r--tools/inc/impstrg.hxx2
-rw-r--r--tools/inc/poly.h2
-rw-r--r--tools/inc/tools/StringListResource.hxx4
-rw-r--r--tools/inc/tools/b3dtrans.hxx2
-rw-r--r--tools/inc/tools/color.hxx2
-rw-r--r--tools/inc/tools/config.hxx2
-rw-r--r--tools/inc/tools/contnr.hxx2
-rw-r--r--tools/inc/tools/date.hxx2
-rw-r--r--tools/inc/tools/datetime.hxx2
-rw-r--r--tools/inc/tools/debug.hxx2
-rw-r--r--tools/inc/tools/diagnose_ex.h2
-rw-r--r--tools/inc/tools/fldunit.hxx2
-rw-r--r--tools/inc/tools/fontenum.hxx2
-rw-r--r--tools/inc/tools/fract.hxx2
-rw-r--r--tools/inc/tools/fsys.hxx2
-rw-r--r--tools/inc/tools/gen.hxx2
-rw-r--r--tools/inc/tools/globname.hxx2
-rw-r--r--tools/inc/tools/inetmime.hxx6
-rw-r--r--tools/inc/tools/inetmsg.hxx2
-rw-r--r--tools/inc/tools/inetstrm.hxx2
-rw-r--r--tools/inc/tools/line.hxx2
-rw-r--r--tools/inc/tools/link.hxx2
-rw-r--r--tools/inc/tools/list.hxx2
-rw-r--r--tools/inc/tools/mapunit.hxx2
-rw-r--r--tools/inc/tools/mempool.hxx2
-rw-r--r--tools/inc/tools/multisel.hxx2
-rw-r--r--tools/inc/tools/poly.hxx4
-rw-r--r--tools/inc/tools/rc.h2
-rw-r--r--tools/inc/tools/rc.hxx2
-rw-r--r--tools/inc/tools/rcid.h2
-rw-r--r--tools/inc/tools/resary.hxx2
-rw-r--r--tools/inc/tools/resid.hxx2
-rw-r--r--tools/inc/tools/resmgr.hxx2
-rw-r--r--tools/inc/tools/rtti.hxx2
-rw-r--r--tools/inc/tools/shl.hxx2
-rw-r--r--tools/inc/tools/simplerm.hxx2
-rw-r--r--tools/inc/tools/solar.h2
-rw-r--r--tools/inc/tools/stream.hxx2
-rw-r--r--tools/inc/tools/string.hxx4
-rw-r--r--tools/inc/tools/tenccvt.hxx2
-rw-r--r--tools/inc/tools/time.hxx2
-rw-r--r--tools/inc/tools/tools.h2
-rw-r--r--tools/inc/tools/toolsdllapi.h2
-rw-r--r--tools/inc/tools/unqidx.hxx2
-rw-r--r--tools/inc/tools/urlobj.hxx2
-rw-r--r--tools/inc/tools/vcompat.hxx2
-rw-r--r--tools/inc/tools/vector2d.hxx2
-rw-r--r--tools/inc/tools/weakbase.h2
-rw-r--r--tools/inc/tools/weakbase.hxx2
-rw-r--r--tools/inc/tools/wintypes.hxx2
-rw-r--r--tools/inc/tools/zcodec.hxx2
52 files changed, 57 insertions, 57 deletions
diff --git a/tools/inc/impcont.hxx b/tools/inc/impcont.hxx
index 559a861834d2..b6a7f5d96d23 100644
--- a/tools/inc/impcont.hxx
+++ b/tools/inc/impcont.hxx
@@ -102,6 +102,6 @@ inline void** Container::ImpGetOnlyNodes() const
return NULL;
}
-#endif // _IMPCONT_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/impstrg.hxx b/tools/inc/impstrg.hxx
index 579d42c2fa9b..dfa583bb890b 100644
--- a/tools/inc/impstrg.hxx
+++ b/tools/inc/impstrg.hxx
@@ -32,6 +32,6 @@ const char* DbgCheckUniString( const void* pString );
xub_StrLen ImplStringLen( const sal_Char* pStr );
xub_StrLen ImplStringLen( const sal_Unicode* pStr );
-#endif // _IMPSTRG_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/poly.h b/tools/inc/poly.h
index cefad73b8775..b0acd662621d 100644
--- a/tools/inc/poly.h
+++ b/tools/inc/poly.h
@@ -66,6 +66,6 @@ public:
~ImplPolyPolygon();
};
-#endif // _SV_POLY_H
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/StringListResource.hxx b/tools/inc/tools/StringListResource.hxx
index 671e297a7d10..3497d07f29e4 100644
--- a/tools/inc/tools/StringListResource.hxx
+++ b/tools/inc/tools/StringListResource.hxx
@@ -44,7 +44,7 @@ namespace tools
FreeResource();
}
};
-} // namespace tools
-#endif // TOOLS_STRINGLISTRESOURCE_HXX
+}
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/b3dtrans.hxx b/tools/inc/tools/b3dtrans.hxx
index ebf61e877942..707593542fa4 100644
--- a/tools/inc/tools/b3dtrans.hxx
+++ b/tools/inc/tools/b3dtrans.hxx
@@ -253,6 +253,6 @@ protected:
};
-#endif // _B3D_B3DTRANS_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/color.hxx b/tools/inc/tools/color.hxx
index 75bddc8a3bde..e53ef44e9e62 100644
--- a/tools/inc/tools/color.hxx
+++ b/tools/inc/tools/color.hxx
@@ -210,6 +210,6 @@ inline void Color::Merge( const Color& rMergeColor, sal_uInt8 cTransparency )
SetBlue( COLOR_CHANNEL_MERGE( COLORDATA_BLUE( mnColor ), COLORDATA_BLUE( rMergeColor.mnColor ), cTransparency ) );
}
-#endif // _TOOLS_COLOR_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/config.hxx b/tools/inc/tools/config.hxx
index f4ae84154b85..422a68b8da33 100644
--- a/tools/inc/tools/config.hxx
+++ b/tools/inc/tools/config.hxx
@@ -76,6 +76,6 @@ private:
TOOLS_DLLPRIVATE Config& operator = ( const Config& rConfig );
};
-#endif // _SV_CONFIG_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/contnr.hxx b/tools/inc/tools/contnr.hxx
index 2bba0431cd85..b1d4ffdd6f66 100644
--- a/tools/inc/tools/contnr.hxx
+++ b/tools/inc/tools/contnr.hxx
@@ -102,6 +102,6 @@ public:
{ return !(Container::operator==( rContainer )); }
};
-#endif // _CONTNR_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/date.hxx b/tools/inc/tools/date.hxx
index a9fe36fb3448..28184554c858 100644
--- a/tools/inc/tools/date.hxx
+++ b/tools/inc/tools/date.hxx
@@ -150,6 +150,6 @@ public:
};
-#endif // _DATE_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/datetime.hxx b/tools/inc/tools/datetime.hxx
index 0c1261a750f2..0f1ab52bdda7 100644
--- a/tools/inc/tools/datetime.hxx
+++ b/tools/inc/tools/datetime.hxx
@@ -108,6 +108,6 @@ inline DateTime& DateTime::operator =( const DateTime& rDateTime )
return *this;
}
-#endif // _DATETIME_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/debug.hxx b/tools/inc/tools/debug.hxx
index e1e52c1fd62b..309a4518fef2 100644
--- a/tools/inc/tools/debug.hxx
+++ b/tools/inc/tools/debug.hxx
@@ -499,6 +499,6 @@ typedef const sal_Char* (*DbgUsr)(const void* pThis );
#endif
-#endif // _TOOLS_DEBUG_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/diagnose_ex.h b/tools/inc/tools/diagnose_ex.h
index f644ef863a2e..d106c874527d 100644
--- a/tools/inc/tools/diagnose_ex.h
+++ b/tools/inc/tools/diagnose_ex.h
@@ -187,6 +187,6 @@
break; \
}
-#endif // TOOLS_DIAGNOSE_EX_H
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/fldunit.hxx b/tools/inc/tools/fldunit.hxx
index d3834de1790d..a87b0cc60054 100644
--- a/tools/inc/tools/fldunit.hxx
+++ b/tools/inc/tools/fldunit.hxx
@@ -25,6 +25,6 @@ enum FieldUnit { FUNIT_NONE, FUNIT_MM, FUNIT_CM, FUNIT_M, FUNIT_KM,
FUNIT_INCH, FUNIT_FOOT, FUNIT_MILE, FUNIT_CHAR, FUNIT_LINE, FUNIT_CUSTOM,
FUNIT_PERCENT, FUNIT_100TH_MM };
-#endif // _TOOLS_FLDUNIT_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/fontenum.hxx b/tools/inc/tools/fontenum.hxx
index dfad418e55b5..e9792f0ddc21 100644
--- a/tools/inc/tools/fontenum.hxx
+++ b/tools/inc/tools/fontenum.hxx
@@ -161,6 +161,6 @@ enum FontAntiAlias { ANTIALIAS_DONTKNOW, ANTIALIAS_FALSE, ANTIALIAS_TRUE };
#endif
-#endif // _TOOLS_FONTENUM_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/fract.hxx b/tools/inc/tools/fract.hxx
index 2e710693b56e..0bf04b240ccd 100644
--- a/tools/inc/tools/fract.hxx
+++ b/tools/inc/tools/fract.hxx
@@ -138,6 +138,6 @@ inline bool operator >=( const Fraction& rVal1, const Fraction& rVal2 )
return !(rVal1 < rVal2);
}
-#endif // _FRACT_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/fsys.hxx b/tools/inc/tools/fsys.hxx
index b671ee388f6e..abaf18ea4947 100644
--- a/tools/inc/tools/fsys.hxx
+++ b/tools/inc/tools/fsys.hxx
@@ -403,6 +403,6 @@ public:
void FSysTest();
#endif
-#endif // #ifndef _FSYS_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/gen.hxx b/tools/inc/tools/gen.hxx
index 771b346cceeb..9a45739aee5b 100644
--- a/tools/inc/tools/gen.hxx
+++ b/tools/inc/tools/gen.hxx
@@ -645,6 +645,6 @@ inline Rectangle operator - ( const Rectangle& rRect, const Point& rPt )
return aRect;
}
-#endif // _GEN_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/globname.hxx b/tools/inc/tools/globname.hxx
index 9bb2d1b36e32..76260c1093b8 100644
--- a/tools/inc/tools/globname.hxx
+++ b/tools/inc/tools/globname.hxx
@@ -102,6 +102,6 @@ public:
com::sun::star::uno::Sequence < sal_Int8 > GetByteSequence() const;
};
-#endif // _GLOBNAME_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/inetmime.hxx b/tools/inc/tools/inetmime.hxx
index cab17ea03c9d..31da16de60f4 100644
--- a/tools/inc/tools/inetmime.hxx
+++ b/tools/inc/tools/inetmime.hxx
@@ -769,9 +769,9 @@ inline rtl_TextEncoding INetMIME::translateFromMIME(rtl_TextEncoding
#if defined WNT
return eEncoding == RTL_TEXTENCODING_ISO_8859_1 ?
RTL_TEXTENCODING_MS_1252 : eEncoding;
-#else // WNT
+#else
return eEncoding;
-#endif // WNT
+#endif
}
// static
@@ -1278,6 +1278,6 @@ private:
};
-#endif // TOOLS_INETMIME_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/inetmsg.hxx b/tools/inc/tools/inetmsg.hxx
index 67945dede1b3..0d329ecdb17a 100644
--- a/tools/inc/tools/inetmsg.hxx
+++ b/tools/inc/tools/inetmsg.hxx
@@ -516,6 +516,6 @@ public:
}
};
-#endif /* !_TOOLS_INETMSG_HXX */
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/inetstrm.hxx b/tools/inc/tools/inetstrm.hxx
index e7da8e57ea2c..d7b4e149d798 100644
--- a/tools/inc/tools/inetstrm.hxx
+++ b/tools/inc/tools/inetstrm.hxx
@@ -217,6 +217,6 @@ public:
}
};
-#endif /* !_TOOLS_INETSTRM_HXX */
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/line.hxx b/tools/inc/tools/line.hxx
index 6088e5adfb6d..ca4f7808da2e 100644
--- a/tools/inc/tools/line.hxx
+++ b/tools/inc/tools/line.hxx
@@ -56,6 +56,6 @@ public:
double GetDistance( const Point& rPoint ) const { return( GetDistance( rPoint.X(), rPoint.Y() ) ); }
};
-#endif // _SV_LINE_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/link.hxx b/tools/inc/tools/link.hxx
index a364e06f0f71..c325b67bae76 100644
--- a/tools/inc/tools/link.hxx
+++ b/tools/inc/tools/link.hxx
@@ -139,6 +139,6 @@ inline sal_Bool Link::operator !() const
return sal_False;
}
-#endif // _LINK_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/list.hxx b/tools/inc/tools/list.hxx
index e267f974d360..00270025f24a 100644
--- a/tools/inc/tools/list.hxx
+++ b/tools/inc/tools/list.hxx
@@ -59,6 +59,6 @@ public:
{ return Container::operator !=( rList ); }
};
-#endif // _LIST_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/mapunit.hxx b/tools/inc/tools/mapunit.hxx
index eceb630fb135..55d68911b957 100644
--- a/tools/inc/tools/mapunit.hxx
+++ b/tools/inc/tools/mapunit.hxx
@@ -25,6 +25,6 @@ enum MapUnit { MAP_100TH_MM, MAP_10TH_MM, MAP_MM, MAP_CM,
MAP_POINT, MAP_TWIP, MAP_PIXEL, MAP_SYSFONT, MAP_APPFONT,
MAP_RELATIVE, MAP_REALAPPFONT, MAP_LASTENUMDUMMY };
-#endif // _TOOLS_MAPUNIT_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/mempool.hxx b/tools/inc/tools/mempool.hxx
index fc58a60e47fd..3fa27ff50773 100644
--- a/tools/inc/tools/mempool.hxx
+++ b/tools/inc/tools/mempool.hxx
@@ -101,6 +101,6 @@ IMPL_FIXEDMEMPOOL_DEL_BODY( Class, aPool )
DECL_FIXEDMEMPOOL_DEL_IMPL( Class ) \
IMPL_FIXEDMEMPOOL_DEL_BODY( Class, aPool )
-#endif // _SVMEMPOOL_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/multisel.hxx b/tools/inc/tools/multisel.hxx
index 9bcda05a3145..6fcebb455663 100644
--- a/tools/inc/tools/multisel.hxx
+++ b/tools/inc/tools/multisel.hxx
@@ -185,6 +185,6 @@ public:
);
};
-#endif // _SV_MULTISEL_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/poly.hxx b/tools/inc/tools/poly.hxx
index c28106def61a..c5a7f913ff4b 100644
--- a/tools/inc/tools/poly.hxx
+++ b/tools/inc/tools/poly.hxx
@@ -82,7 +82,7 @@ namespace basegfx
{
class B2DPolygon;
class B2DPolyPolygon;
-} // end of namespace basegfx
+}
class TOOLS_DLLPUBLIC Polygon
{
@@ -289,6 +289,6 @@ public:
typedef std::vector< PolyPolygon > PolyPolyVector;
-#endif // _SV_POLY_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/rc.h b/tools/inc/tools/rc.h
index 740cab24f185..23115c0b813f 100644
--- a/tools/inc/tools/rc.h
+++ b/tools/inc/tools/rc.h
@@ -210,6 +210,6 @@ typedef short RSWND_STYLE;
#define DATE_MONTH 0x02
#define DATE_DAY 0x04
-#endif // _TOOLS_RC_H
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/rc.hxx b/tools/inc/tools/rc.hxx
index cf723e3235df..dd8c68d9be41 100644
--- a/tools/inc/tools/rc.hxx
+++ b/tools/inc/tools/rc.hxx
@@ -91,6 +91,6 @@ class TOOLS_DLLPUBLIC Resource
#endif
};
-#endif // _SV_RC_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/rcid.h b/tools/inc/tools/rcid.h
index 59b103a2d9ff..4cc427e73abc 100644
--- a/tools/inc/tools/rcid.h
+++ b/tools/inc/tools/rcid.h
@@ -121,6 +121,6 @@
#define RT_SYS_FILE (RSC_NOTYPE + 0xf4) // not implemented
-#endif // _RCID_H
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/resary.hxx b/tools/inc/tools/resary.hxx
index 3f9cf8e0e7c1..b061937568db 100644
--- a/tools/inc/tools/resary.hxx
+++ b/tools/inc/tools/resary.hxx
@@ -56,6 +56,6 @@ class TOOLS_DLLPUBLIC ResStringArray : private boost::noncopyable
sal_uInt32 FindIndex( long nValue ) const;
};
-#endif // _TOOLS_RESARY_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/resid.hxx b/tools/inc/tools/resid.hxx
index be9158495b3f..58f488173b9a 100644
--- a/tools/inc/tools/resid.hxx
+++ b/tools/inc/tools/resid.hxx
@@ -152,6 +152,6 @@ class ResId
TOOLS_DLLPUBLIC operator rtl::OUString() const { return toString(); }
};
-#endif // _RESID_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/resmgr.hxx b/tools/inc/tools/resmgr.hxx
index 6a13f98000c8..f6008f921583 100644
--- a/tools/inc/tools/resmgr.hxx
+++ b/tools/inc/tools/resmgr.hxx
@@ -211,6 +211,6 @@ inline sal_uInt32 RSHEADER_TYPE::GetLocalOff()
return (sal_uInt32)ResMgr::GetLong( &nLocalOff );
}
-#endif // _SV_RESMGR_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/rtti.hxx b/tools/inc/tools/rtti.hxx
index 8039aa3cf9eb..33cc3b91fcb8 100644
--- a/tools/inc/tools/rtti.hxx
+++ b/tools/inc/tools/rtti.hxx
@@ -126,6 +126,6 @@ typedef void* (*TypeId)();
#define IS_TYPE(T,pObj) \
( pObj && (pObj)->Type() == TYPE(T) )
-#endif // _RTTI_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/shl.hxx b/tools/inc/tools/shl.hxx
index 786cab4b9e13..404298ac288f 100644
--- a/tools/inc/tools/shl.hxx
+++ b/tools/inc/tools/shl.hxx
@@ -101,6 +101,6 @@
TOOLS_DLLPUBLIC void** GetAppData( sal_uInt16 nSharedLib );
-#endif // _SHL_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/simplerm.hxx b/tools/inc/tools/simplerm.hxx
index 116314c92224..fe87f3100ffb 100644
--- a/tools/inc/tools/simplerm.hxx
+++ b/tools/inc/tools/simplerm.hxx
@@ -80,6 +80,6 @@ public:
bool IsAvailable( RESOURCE_TYPE _resourceType, sal_uInt32 _resourceId );
};
-#endif // _TOOLS_SIMPLERESMGR_HXX_
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/solar.h b/tools/inc/tools/solar.h
index 061cce486e03..550c1503eb6a 100644
--- a/tools/inc/tools/solar.h
+++ b/tools/inc/tools/solar.h
@@ -202,6 +202,6 @@ template<typename T> inline T Abs(T a) { return (a>=0?a:-a); }
LIBRARY_CONCAT2( Base, __DLLEXTENSION )
#endif
-#endif /* _SOLAR_H */
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/stream.hxx b/tools/inc/tools/stream.hxx
index 09d432dcfd02..35811403063f 100644
--- a/tools/inc/tools/stream.hxx
+++ b/tools/inc/tools/stream.hxx
@@ -781,6 +781,6 @@ public:
virtual void Assign( const SvDataCopyStream & );
};
-#endif // _STREAM_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/string.hxx b/tools/inc/tools/string.hxx
index 3b045c8d7e61..a29d8c80b6ad 100644
--- a/tools/inc/tools/string.hxx
+++ b/tools/inc/tools/string.hxx
@@ -63,7 +63,7 @@ class UniString;
typedef rtl_TextEncoding CharSet;
-#endif // ENUM_CHARSET_DECLARED
+#endif
// -----------------------------------------------------------------------
@@ -319,6 +319,6 @@ operator <<(
// (stray surrogate halves) and embedded null characters
}
-#endif // _STRING_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/tenccvt.hxx b/tools/inc/tools/tenccvt.hxx
index fcb9ff74bdfd..9cae3a79927f 100644
--- a/tools/inc/tools/tenccvt.hxx
+++ b/tools/inc/tools/tenccvt.hxx
@@ -53,6 +53,6 @@ TOOLS_DLLPUBLIC rtl_TextEncoding GetSOStoreTextEncoding( rtl_TextEncoding eEncod
*/
TOOLS_DLLPUBLIC rtl_TextEncoding getBestMSEncodingByChar(sal_Unicode c);
-#endif // _TOOLS_TENCCVT_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/time.hxx b/tools/inc/tools/time.hxx
index a0957affb69b..6710805333cd 100644
--- a/tools/inc/tools/time.hxx
+++ b/tools/inc/tools/time.hxx
@@ -115,6 +115,6 @@ public:
TOOLS_DLLPUBLIC friend Time operator -( const Time& rTime1, const Time& rTime2 );
};
-#endif // _TOOLS_TIME_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/tools.h b/tools/inc/tools/tools.h
index 46bad24ae69c..c015042d6d42 100644
--- a/tools/inc/tools/tools.h
+++ b/tools/inc/tools/tools.h
@@ -27,6 +27,6 @@ TOOLS_DLLPUBLIC void InitTools();
TOOLS_DLLPUBLIC void DeInitTools();
TOOLS_DLLPUBLIC void GlobalDeInitTools();
-#endif // _TOOLS_H
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/toolsdllapi.h b/tools/inc/tools/toolsdllapi.h
index d83df80e994f..6e72930e3bc0 100644
--- a/tools/inc/tools/toolsdllapi.h
+++ b/tools/inc/tools/toolsdllapi.h
@@ -29,6 +29,6 @@
#endif
#define TOOLS_DLLPRIVATE SAL_DLLPRIVATE
-#endif /* INCLUDED_TOOLSDLLAPI_H */
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/unqidx.hxx b/tools/inc/tools/unqidx.hxx
index a23c34fc83fe..342459739416 100644
--- a/tools/inc/tools/unqidx.hxx
+++ b/tools/inc/tools/unqidx.hxx
@@ -68,6 +68,6 @@ public:
using UniqueIndexImpl::NextIndex;
};
-#endif // _UNQIDX_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/urlobj.hxx b/tools/inc/tools/urlobj.hxx
index b115dae4ffa0..50d1629aaae8 100644
--- a/tools/inc/tools/urlobj.hxx
+++ b/tools/inc/tools/urlobj.hxx
@@ -1803,6 +1803,6 @@ inline rtl::OUString INetURLObject::decode(rtl::OUStringBuffer const & rText,
cEscapePrefix, eMechanism, eCharset);
}
-#endif // _URLOBJ_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/vcompat.hxx b/tools/inc/tools/vcompat.hxx
index 4946aa9c1f9e..fbb5b3b37fc9 100644
--- a/tools/inc/tools/vcompat.hxx
+++ b/tools/inc/tools/vcompat.hxx
@@ -51,6 +51,6 @@ public:
sal_uInt16 GetVersion() const { return mnVersion; }
};
-#endif // _VCOMPAT_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/vector2d.hxx b/tools/inc/tools/vector2d.hxx
index a137a8410a17..82cb9313c6ca 100644
--- a/tools/inc/tools/vector2d.hxx
+++ b/tools/inc/tools/vector2d.hxx
@@ -104,6 +104,6 @@ inline Vector2D& Vector2D::Normalize()
return *this;
}
-#endif // _SV_VECTOR2D_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/weakbase.h b/tools/inc/tools/weakbase.h
index 998fec576342..446695378c81 100644
--- a/tools/inc/tools/weakbase.h
+++ b/tools/inc/tools/weakbase.h
@@ -148,6 +148,6 @@ private:
}
-#endif // _TOOLS_WEAKBASE_H_
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/weakbase.hxx b/tools/inc/tools/weakbase.hxx
index 0b882b803d53..08e85e17d69b 100644
--- a/tools/inc/tools/weakbase.hxx
+++ b/tools/inc/tools/weakbase.hxx
@@ -171,6 +171,6 @@ inline WeakConnection< reference_type >* WeakBase< reference_type >::getWeakConn
}
-#endif // _TOOLS_WEAKBASE_HXX_
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/wintypes.hxx b/tools/inc/tools/wintypes.hxx
index 5abe73a690fe..59c12a0864b1 100644
--- a/tools/inc/tools/wintypes.hxx
+++ b/tools/inc/tools/wintypes.hxx
@@ -318,6 +318,6 @@ typedef sal_uInt16 StandardButtonType;
enum ProminentEntry { PROMINENT_TOP, PROMINENT_MIDDLE };
-#endif // _TOOLS_WINTYPES_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/inc/tools/zcodec.hxx b/tools/inc/tools/zcodec.hxx
index 4dd00867c49a..2fcf4a6d834d 100644
--- a/tools/inc/tools/zcodec.hxx
+++ b/tools/inc/tools/zcodec.hxx
@@ -107,6 +107,6 @@ public:
virtual void BeginCompression( sal_uIntPtr nCompressMethod = ZCODEC_DEFAULT );
};
-#endif // _ZCODEC_HXX
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */