summaryrefslogtreecommitdiff
path: root/sw/qa
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-10 21:38:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-10 21:38:15 +0100
commit0098d40669cb84c20cdb6498e9f1de3710f4b04b (patch)
tree79d235bfdca76f9464eac5d75efc854b6dcb74d6 /sw/qa
parent97e221f2c926d9099c2cb47e5fe5e27842f2aaa7 (diff)
don't need this bit now
Diffstat (limited to 'sw/qa')
-rw-r--r--sw/qa/core/swdoc-test.cxx7
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()