diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-06-10 21:38:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-06-10 21:38:15 +0100 |
commit | 0098d40669cb84c20cdb6498e9f1de3710f4b04b (patch) | |
tree | 79d235bfdca76f9464eac5d75efc854b6dcb74d6 /sw/qa | |
parent | 97e221f2c926d9099c2cb47e5fe5e27842f2aaa7 (diff) |
don't need this bit now
Diffstat (limited to 'sw/qa')
-rw-r--r-- | sw/qa/core/swdoc-test.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sw/qa/core/swdoc-test.cxx b/sw/qa/core/swdoc-test.cxx index 860e92eca236..297bf9f3c9d9 100644 --- a/sw/qa/core/swdoc-test.cxx +++ b/sw/qa/core/swdoc-test.cxx @@ -65,11 +65,6 @@ SO2_IMPL_REF(SwDocShell) using namespace ::com::sun::star; -static sal_uInt16 aWndFunc(Window *, sal_uInt16, const String &, const String &) -{ - return ERRCODE_BUTTON_OK; -} - /* Implementation of Swdoc-Test class */ class SwDocTest : public CppUnit::TestFixture @@ -209,8 +204,6 @@ SwDocTest::SwDocTest() InitVCL(xSM); SwGlobals::ensure(); - - ErrorHandler::RegisterDisplay(&aWndFunc); } void SwDocTest::setUp() |