summaryrefslogtreecommitdiff
path: root/include/sot/object.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sot/object.hxx')
-rw-r--r--include/sot/object.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sot/object.hxx b/include/sot/object.hxx
index 164402b5bc49..4ee729706a79 100644
--- a/include/sot/object.hxx
+++ b/include/sot/object.hxx
@@ -90,10 +90,6 @@ void * ClassName::Cast( const SotFactory * pFact ) \
return pRet; \
}
-#ifdef _MSC_VER
-#pragma warning(disable: 4250)
-#endif
-
struct IUnknown;
class SOT_DLLPUBLIC SotObject : virtual public SvRefBase
{