diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-10-22 13:14:43 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-10-22 13:14:43 +0200 |
commit | f5fc81616ccf45edd180cfb8c7002eb50284f90d (patch) | |
tree | a63f9a723a5b99556f88c5be4f3e5b6689405b57 /cui | |
parent | 294c80f1cd8279f9ef239b8251b8d4c51284e63d (diff) |
Avoid unnecessary #include
Change-Id: I6ec5de40ce2f4cbcce751dcae16dae60abbc1a37
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/personalization.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/options/personalization.cxx b/cui/source/options/personalization.cxx index 5f02689b955c..5399dab23768 100644 --- a/cui/source/options/personalization.cxx +++ b/cui/source/options/personalization.cxx @@ -18,6 +18,7 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <osl/file.hxx> #include <rtl/bootstrap.hxx> +#include <rtl/strbuf.hxx> #include <tools/urlobj.hxx> #include <vcl/edit.hxx> #include <vcl/msgbox.hxx> |