summaryrefslogtreecommitdiff
path: root/sd/source
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-10-16 03:50:23 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-10-25 17:58:18 -0500
commit9e9bbfc1a1502ab7f38d785704a004b069f2b845 (patch)
tree9ee8bd96d1804bad63587845eb37cc14031f20a7 /sd/source
parentd7fbd4ebf9823ee0af4bcf6a12b5ac1ef64b8606 (diff)
migrate vos::Omodule to osl:Module
Diffstat (limited to 'sd/source')
-rw-r--r--sd/source/filter/html/HtmlOptionsDialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/html/HtmlOptionsDialog.cxx b/sd/source/filter/html/HtmlOptionsDialog.cxx
index 69b2cbecc5d5..468a5f07fd8c 100644
--- a/sd/source/filter/html/HtmlOptionsDialog.cxx
+++ b/sd/source/filter/html/HtmlOptionsDialog.cxx
@@ -30,7 +30,7 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_sd.hxx"
#include <osl/file.hxx>
-#include <vos/module.hxx>
+#include <osl/module.hxx>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/document/XViewDataSupplier.hpp>
#include <com/sun/star/container/XIndexAccess.hpp>