diff options
Diffstat (limited to 'basic')
-rw-r--r-- | basic/qa/cppunit/basictest.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/basic/qa/cppunit/basictest.hxx b/basic/qa/cppunit/basictest.hxx index 39240e0d3c6f..2a875599d03f 100644 --- a/basic/qa/cppunit/basictest.hxx +++ b/basic/qa/cppunit/basictest.hxx @@ -40,13 +40,6 @@ class MacroSnippet mpMod = mpBasic->MakeModule( "TestModule", sSource ); } public: - struct ErrorDetail - { - OUString sErrorText; - int nLine; - int nCol; - ErrorDetail() : nLine(0), nCol(0) {} - }; explicit MacroSnippet(const OUString& sSource) : mbError(false) |