diff options
author | Francois Tigeot <ftigeot@wolfpond.org> | 2011-04-08 13:26:57 +0200 |
---|---|---|
committer | Francois Tigeot <ftigeot@wolfpond.org> | 2011-04-08 13:26:57 +0200 |
commit | 0e1d1282067419f2d70502ec26d40914fc58782d (patch) | |
tree | 9d20f982d4db78ecd3ec9e855e5a1fd3f99702a4 /svx/source | |
parent | ceceffb2a094d844dc58dbd2e9f35a5f0d3c8893 (diff) |
Remove the C52 define.
It corresponds to a version of a Solaris-specific compiler
used in the 2000-2001 timeframe.
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/form/fmsrcimp.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/form/fmsrcimp.cxx b/svx/source/form/fmsrcimp.cxx index 8a2333d9b90f..5b5ad1abd6ae 100644 --- a/svx/source/form/fmsrcimp.cxx +++ b/svx/source/form/fmsrcimp.cxx @@ -67,7 +67,6 @@ #define EQUAL_BOOKMARKS(a, b) a == b #define IFACECAST(c) ((const Reference< XInterface >&)c) - // SUN C52 has some ambiguities without this cast .... using namespace ::com::sun::star::uno; using namespace ::com::sun::star::util; |