diff options
author | sb <sb@openoffice.org> | 2010-02-18 09:27:05 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-02-18 09:27:05 +0100 |
commit | 67c8105193b2d42f0a3c882ca4ca921d050f72bb (patch) | |
tree | d9ebe5d789fd7c33b87a7be8d4029fcd7a9416e9 /test | |
parent | 9797a671bcb289787c37417e291998d2228b81ab (diff) |
sb118: fixed typo
Diffstat (limited to 'test')
-rw-r--r-- | test/inc/pch/precompiled_test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/inc/pch/precompiled_test.cxx b/test/inc/pch/precompiled_test.cxx index c3ea151e9be8..7077411c8fc5 100644 --- a/test/inc/pch/precompiled_test.cxx +++ b/test/inc/pch/precompiled_test.cxx @@ -23,4 +23,4 @@ * for a copy of the LGPLv3 License. ************************************************************************/ -#include "precompiled_configmgr.hxx" +#include "precompiled_test.hxx" |