[Libreoffice-commits] core.git: basic/source
Stephan Bergmann
sbergman at redhat.com
Sat Feb 11 12:02:54 UTC 2017
basic/source/sbx/sbxdec.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit bc9976be2072ab494dcc8791593e843185e86b0e
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Sat Feb 11 13:01:23 2017 +0100
Misplaced #endif
...ever since 79d3bc479950127ecfd40f73978c0fc84c1e7908 "INTEGRATION: CWS
visibility03: #i45006# Moved from svtools/source/sbx/", at least
Change-Id: If39462e5907817d6a77c98b212d5031610716a7c
diff --git a/basic/source/sbx/sbxdec.hxx b/basic/source/sbx/sbxdec.hxx
index 6b2aeab..2bc201b 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: */
More information about the Libreoffice-commits
mailing list