diff options
author | Martin Hosken <martin_hosken@sil.org> | 2011-03-02 16:21:57 +0700 |
---|---|---|
committer | Martin Hosken <martin_hosken@sil.org> | 2011-03-10 22:40:13 +0700 |
commit | 3a4875535a6aa73c5e440e84f9b86fc9c327ba95 (patch) | |
tree | e41a4495ba8802d42dbecbe8b72af36f5627c061 /comphelper | |
parent | df3c7e76cca60d246277731d0c525d5f7e6f6597 (diff) |
revert bad patch in graphite consolidated patch
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/qa/weakbag/test_weakbag_noadditional.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/qa/weakbag/test_weakbag_noadditional.cxx b/comphelper/qa/weakbag/test_weakbag_noadditional.cxx index b809c701cea8..9f3bfe5061ab 100644 --- a/comphelper/qa/weakbag/test_weakbag_noadditional.cxx +++ b/comphelper/qa/weakbag/test_weakbag_noadditional.cxx @@ -28,6 +28,6 @@ #include <cppunit/plugin/TestPlugIn.h> -// CPPUNIT_PLUGIN_IMPLEMENT(); +CPPUNIT_PLUGIN_IMPLEMENT(); /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |