diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-10 19:46:49 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-10 19:47:59 -0500 |
commit | 5584c277cb3d7a198b9bd554e5a4dc92b8bea87d (patch) | |
tree | 09786dafdcc103a9aadc2ca4eee83cfec15833a2 /sax/test/saxdemo.cxx | |
parent | 0ecc627bc01f8ba286f2a4857f0d093df90fe85e (diff) |
merge vosremoval-diagnoses patch
Diffstat (limited to 'sax/test/saxdemo.cxx')
-rw-r--r-- | sax/test/saxdemo.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/test/saxdemo.cxx b/sax/test/saxdemo.cxx index 6023f09ac948..6695d0d01739 100644 --- a/sax/test/saxdemo.cxx +++ b/sax/test/saxdemo.cxx @@ -51,7 +51,7 @@ #include <cppuhelper/implbase3.hxx> #include <vos/dynload.hxx> -#include <vos/diagnose.hxx> +#include <osl/diagnose.h> using namespace ::rtl; using namespace ::std; |