diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-04-02 17:16:22 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-04-02 17:17:22 +0900 |
commit | 47fc950fa65b224a5fcac7a297a9fd47d15eab29 (patch) | |
tree | f1d68100540d706903f2a99695a061d7aa88b4ee /svl/source/config | |
parent | 1199713c82d9852f8a41283138f88a06ad887c39 (diff) |
removed duplicate includes in svl / svtools
Diffstat (limited to 'svl/source/config')
-rw-r--r-- | svl/source/config/ctloptions.cxx | 1 | ||||
-rw-r--r-- | svl/source/config/languageoptions.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/svl/source/config/ctloptions.cxx b/svl/source/config/ctloptions.cxx index a553906610db..aaa4c2b74ef6 100644 --- a/svl/source/config/ctloptions.cxx +++ b/svl/source/config/ctloptions.cxx @@ -36,7 +36,6 @@ #include <com/sun/star/uno/Any.h> #include <com/sun/star/uno/Sequence.hxx> #include <osl/mutex.hxx> -#include <osl/mutex.hxx> #include <svl/smplhint.hxx> #include <rtl/instance.hxx> #include <unotools/syslocale.hxx> diff --git a/svl/source/config/languageoptions.cxx b/svl/source/config/languageoptions.cxx index 94fbf42ff372..210898961c7e 100644 --- a/svl/source/config/languageoptions.cxx +++ b/svl/source/config/languageoptions.cxx @@ -32,7 +32,6 @@ #include <svl/ctloptions.hxx> #include <i18npool/mslangid.hxx> #include <osl/mutex.hxx> -#include <osl/mutex.hxx> #include <rtl/instance.hxx> #include <com/sun/star/i18n/ScriptType.hpp> #include <unotools/syslocale.hxx> |