diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-16 04:30:41 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-25 19:55:29 -0500 |
commit | 53c1284cd7542c657bf6603663c1cc2480d7c674 (patch) | |
tree | c6cc7053e811725654f9c04443332e235f482dc3 /extensions/inc | |
parent | 46308b84ddc46d8f99e6b3416636e6286d23d7e3 (diff) |
migrate vos::OModule to osl:Module
Diffstat (limited to 'extensions/inc')
-rw-r--r-- | extensions/inc/pch/precompiled_extensions.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/inc/pch/precompiled_extensions.hxx b/extensions/inc/pch/precompiled_extensions.hxx index 8ffb20deed9e..a4a45b052633 100644 --- a/extensions/inc/pch/precompiled_extensions.hxx +++ b/extensions/inc/pch/precompiled_extensions.hxx @@ -540,7 +540,7 @@ #include "vcl/fldunit.hxx" #include "vos/macros.hxx" -#include "vos/module.hxx" +#include "osl/module.hxx" #include "osl/mutex.hxx" #include "xmloff/nmspmap.hxx" |