diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-06-30 11:05:22 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-06-30 11:19:16 +0200 |
commit | 8baeb65c2a8179d9b29589e83cfcb45c120e4cec (patch) | |
tree | 664d33e768ff89913a3dc540369b0511dbe2a661 /sw | |
parent | 7c769c7bfc4a9d8b64c7d562aba5c1ad27cd0664 (diff) |
remove spurious line (should fix OSX)
Change-Id: If422726f83532430f666ae17f6f71e2ccf5733cb
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/unocore/unotbl.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unotbl.cxx b/sw/source/core/unocore/unotbl.cxx index fd3e4896b644..a82ce75bb5ac 100644 --- a/sw/source/core/unocore/unotbl.cxx +++ b/sw/source/core/unocore/unotbl.cxx @@ -1222,7 +1222,6 @@ double SwXCell::GetForcedNumericalValue() const uno::Any SwXCell::GetAny() const { - SwTableBox* GetTableBox(); if(!pBox) throw uno::RuntimeException(); // check if table box value item is set |