diff options
Diffstat (limited to 'forms/source/component/propertybaghelper.cxx')
-rw-r--r-- | forms/source/component/propertybaghelper.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/propertybaghelper.cxx b/forms/source/component/propertybaghelper.cxx index 5f14626bd081..8adde794b8b4 100644 --- a/forms/source/component/propertybaghelper.cxx +++ b/forms/source/component/propertybaghelper.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "propertybaghelper.hxx" +#include <propertybaghelper.hxx> -#include "property.hxx" +#include <property.hxx> #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/beans/PropertyExistException.hpp> @@ -30,7 +30,7 @@ #include <tools/diagnose_ex.h> #include <comphelper/sequence.hxx> -#include "rtl/instance.hxx" +#include <rtl/instance.hxx> #define NEW_HANDLE_BASE 10000 |