diff options
Diffstat (limited to 'include/editeng/svxrtf.hxx')
-rw-r--r-- | include/editeng/svxrtf.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/svxrtf.hxx b/include/editeng/svxrtf.hxx index 0f1fe9a7943a..808305ea02ba 100644 --- a/include/editeng/svxrtf.hxx +++ b/include/editeng/svxrtf.hxx @@ -29,8 +29,8 @@ #include <deque> #include <utility> #include <vector> -#include "boost/ptr_container/ptr_map.hpp" -#include "boost/ptr_container/ptr_vector.hpp" +#include <boost/ptr_container/ptr_map.hpp> +#include <boost/ptr_container/ptr_vector.hpp> class Font; class Color; |