summaryrefslogtreecommitdiff
path: root/include/tools/bigint.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-28 08:31:06 +0200
committerNoel Grandin <noel@peralex.com>2014-02-28 08:33:14 +0200
commit2dcc6a491a308b65172b509e895942d8b1b9c536 (patch)
tree17a74a7e2578a370ef32bcd92222ec4f428f0438 /include/tools/bigint.hxx
parentf6d97d00cd0c8d710bce614f7e557db2bc6d2f77 (diff)
remove unused code BigInt::GetString()
Change-Id: I0e1b1e07103b7aafd0b6691e0fcf0d2c8f612ac8
Diffstat (limited to 'include/tools/bigint.hxx')
-rw-r--r--include/tools/bigint.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tools/bigint.hxx b/include/tools/bigint.hxx
index 3b8a98261a45..6d52b60a7a63 100644
--- a/include/tools/bigint.hxx
+++ b/include/tools/bigint.hxx
@@ -80,7 +80,6 @@ public:
operator sal_uIntPtr() const;
void Set( bool bSet ) { bIsSet = bSet ? sal_True : sal_False; }
- OUString GetString() const;
bool IsSet() const { return (bool)bIsSet; }
bool IsNeg() const;