summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorFrancois Tigeot <ftigeot@wolfpond.org>2011-04-08 13:26:57 +0200
committerFrancois Tigeot <ftigeot@wolfpond.org>2011-04-08 13:26:57 +0200
commit0e1d1282067419f2d70502ec26d40914fc58782d (patch)
tree9d20f982d4db78ecd3ec9e855e5a1fd3f99702a4 /svx/source
parentceceffb2a094d844dc58dbd2e9f35a5f0d3c8893 (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.cxx1
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;