diff options
-rw-r--r-- | svl/source/items/grabbagitem.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/items/grabbagitem.cxx b/svl/source/items/grabbagitem.cxx index 8ca9e2c9c0fc..19213b65764c 100644 --- a/svl/source/items/grabbagitem.cxx +++ b/svl/source/items/grabbagitem.cxx @@ -7,10 +7,10 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <svl/grabbagitem.hxx> #include <sal/config.h> #include <sal/log.hxx> -#include <svl/grabbagitem.hxx> #include <comphelper/sequence.hxx> #include <com/sun/star/beans/PropertyValue.hpp> |