diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-02-11 13:01:23 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-02-11 13:01:23 +0100 |
commit | bc9976be2072ab494dcc8791593e843185e86b0e (patch) | |
tree | 62739d8ccad6d20af3cc1bd1f2f195363dd5eea7 /basic | |
parent | 6c30119bbb6120b7993577a11ea22e155588ef00 (diff) |
Misplaced #endif
...ever since 79d3bc479950127ecfd40f73978c0fc84c1e7908 "INTEGRATION: CWS
visibility03: #i45006# Moved from svtools/source/sbx/", at least
Change-Id: If39462e5907817d6a77c98b212d5031610716a7c
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/sbx/sbxdec.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/sbx/sbxdec.hxx b/basic/source/sbx/sbxdec.hxx index 6b2aeab1b925..2bc201be634c 100644 --- a/basic/source/sbx/sbxdec.hxx +++ b/basic/source/sbx/sbxdec.hxx @@ -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: */ |