Kaydet (Commit) 4fe33ec1 authored tarafından Caolán McNamara's avatar Caolán McNamara

no gui warnings please

üst d8d52b5e
...@@ -66,6 +66,11 @@ SO2_IMPL_REF(SwDocShell) ...@@ -66,6 +66,11 @@ SO2_IMPL_REF(SwDocShell)
using namespace ::com::sun::star; using namespace ::com::sun::star;
static USHORT aWndFunc(Window *, USHORT, const String &, const String &)
{
return ERRCODE_BUTTON_OK;
}
/* Implementation of Swdoc-Test class */ /* Implementation of Swdoc-Test class */
class SwDocTest : public CppUnit::TestFixture class SwDocTest : public CppUnit::TestFixture
...@@ -185,6 +190,8 @@ SwDocTest::SwDocTest() ...@@ -185,6 +190,8 @@ SwDocTest::SwDocTest()
InitVCL(xSM); InitVCL(xSM);
SwDLL::Init(); SwDLL::Init();
ErrorHandler::RegisterDisplay(&aWndFunc);
} }
void SwDocTest::setUp() void SwDocTest::setUp()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment