diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-10 18:12:32 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-11 01:55:38 +0200 |
commit | 3e81096b1f652956bb2d23572094917dab87e163 (patch) | |
tree | f33247bece6625fd6708afe50ce4aacaa5a0b17d /unotools/source/config/dynamicmenuoptions.cxx | |
parent | 6d2de44a543e9503fcf67beb77592de8847ef648 (diff) |
fix-includes.pl: unotools
Change-Id: I1b2b8d58cec548961fb06f2595fd474010ae9979
Diffstat (limited to 'unotools/source/config/dynamicmenuoptions.cxx')
-rw-r--r-- | unotools/source/config/dynamicmenuoptions.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/dynamicmenuoptions.cxx b/unotools/source/config/dynamicmenuoptions.cxx index 9ada991bb141..ccf2d87dd62c 100644 --- a/unotools/source/config/dynamicmenuoptions.cxx +++ b/unotools/source/config/dynamicmenuoptions.cxx @@ -27,7 +27,7 @@ #include <vector> -#include <itemholder1.hxx> +#include "itemholder1.hxx" #include <algorithm> |