diff options
author | Noel Grandin <noel@peralex.com> | 2016-01-11 11:54:23 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-01-11 11:59:18 +0200 |
commit | 9a64d7f8ddbd27020c1e9eb3866efbfaa62c8be5 (patch) | |
tree | 8fc15ea1e5be273d893fc57b99354587d098fb3d /basic | |
parent | 1ea49b5baeb415038129b4f1e0b5a331b32365d5 (diff) |
fix windows build
Change-Id: Ie00d2dd3fbf6ff498c652249797f8d01acef8a97
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/sbx/sbxdec.cxx | 1 |
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 |