diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-10 18:15:21 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-11 01:55:38 +0200 |
commit | 2ce779cd0cc750a0e2f6a10ae7f2cb0e6fbcdab5 (patch) | |
tree | c820bfad0e56a8a7eae82846e0545ae689cc3889 /framework/source/fwe/helper | |
parent | 3e81096b1f652956bb2d23572094917dab87e163 (diff) |
fix-includes.pl: framework
Change-Id: I405196a2df0be0eb77961540b457933777b90a50
Diffstat (limited to 'framework/source/fwe/helper')
-rw-r--r-- | framework/source/fwe/helper/documentundoguard.cxx | 2 | ||||
-rw-r--r-- | framework/source/fwe/helper/undomanagerhelper.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/fwe/helper/documentundoguard.cxx b/framework/source/fwe/helper/documentundoguard.cxx index 26d435a2c2bc..35ed6b431b1b 100644 --- a/framework/source/fwe/helper/documentundoguard.cxx +++ b/framework/source/fwe/helper/documentundoguard.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "framework/documentundoguard.hxx" +#include <framework/documentundoguard.hxx> #include <com/sun/star/document/XUndoManagerSupplier.hpp> diff --git a/framework/source/fwe/helper/undomanagerhelper.cxx b/framework/source/fwe/helper/undomanagerhelper.cxx index 565ddfa6bac2..3f06ee7bb41b 100644 --- a/framework/source/fwe/helper/undomanagerhelper.cxx +++ b/framework/source/fwe/helper/undomanagerhelper.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "framework/undomanagerhelper.hxx" +#include <framework/undomanagerhelper.hxx> #include <com/sun/star/lang/XComponent.hpp> |