Misplaced #endif

...ever since 79d3bc4799 "INTEGRATION: CWS
visibility03: #i45006# Moved from svtools/source/sbx/", at least

Change-Id: If39462e5907817d6a77c98b212d5031610716a7c
This commit is contained in:
Stephan Bergmann 2017-02-11 13:01:23 +01:00
parent 6c30119bbb
commit bc9976be20

View file

@ -28,8 +28,6 @@
#include <oleauto.h>
#endif
#endif
#include <basic/sbx.hxx>
#include <com/sun/star/bridge/oleautomation/Decimal.hpp>
@ -101,4 +99,6 @@ public:
friend CmpResult compare( const SbxDecimal &rLeft, const SbxDecimal &rRight );
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */