summaryrefslogtreecommitdiff
path: root/basic/source
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-01-11 11:54:23 +0200
committerNoel Grandin <noel@peralex.com>2016-01-11 11:59:18 +0200
commit9a64d7f8ddbd27020c1e9eb3866efbfaa62c8be5 (patch)
tree8fc15ea1e5be273d893fc57b99354587d098fb3d /basic/source
parent1ea49b5baeb415038129b4f1e0b5a331b32365d5 (diff)
fix windows build
Change-Id: Ie00d2dd3fbf6ff498c652249797f8d01acef8a97
Diffstat (limited to 'basic/source')
-rw-r--r--basic/source/sbx/sbxdec.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/basic/source/sbx/sbxdec.cxx b/basic/source/sbx/sbxdec.cxx
index 8938e2f6e68c..8a956c8dfd7c 100644
--- a/basic/source/sbx/sbxdec.cxx
+++ b/basic/source/sbx/sbxdec.cxx
@@ -387,7 +387,6 @@ void SbxDecimal::getString( OUString& rString )
SysFreeString( aBStr );
}
- return bRet;
#else
(void)rString;
#endif