diff options
-rwxr-xr-x | xmloff/inc/forms/form_handler_factory.hxx (renamed from xmloff/inc/form_handler_factory.hxx) | 2 | ||||
-rwxr-xr-x | xmloff/inc/forms/property_handler.hxx (renamed from xmloff/inc/property_handler.hxx) | 2 | ||||
-rwxr-xr-x | xmloff/inc/forms/property_ids.hxx (renamed from xmloff/inc/property_ids.hxx) | 0 | ||||
-rwxr-xr-x | xmloff/source/forms/handler/form_handler_factory.cxx | 2 | ||||
-rwxr-xr-x | xmloff/source/forms/handler/property_handler_base.hxx | 2 | ||||
-rwxr-xr-x | xmloff/source/forms/property_description.hxx | 2 | ||||
-rwxr-xr-x | xmloff/source/forms/property_meta_data.cxx | 2 |
7 files changed, 6 insertions, 6 deletions
diff --git a/xmloff/inc/form_handler_factory.hxx b/xmloff/inc/forms/form_handler_factory.hxx index 62bf94f74aa8..8752b8384fef 100755 --- a/xmloff/inc/form_handler_factory.hxx +++ b/xmloff/inc/forms/form_handler_factory.hxx @@ -27,7 +27,7 @@ #ifndef XMLOFF_FORM_HANDLER_FACTORY_HXX #define XMLOFF_FORM_HANDLER_FACTORY_HXX -#include "property_handler.hxx" +#include "forms/property_handler.hxx" //...................................................................................................................... namespace xmloff diff --git a/xmloff/inc/property_handler.hxx b/xmloff/inc/forms/property_handler.hxx index 247b4f17f798..d2675ba58ad0 100755 --- a/xmloff/inc/property_handler.hxx +++ b/xmloff/inc/forms/property_handler.hxx @@ -27,7 +27,7 @@ #ifndef XMLOFF_PROPERTY_HANDLER_HXX #define XMLOFF_PROPERTY_HANDLER_HXX -#include "property_ids.hxx" +#include "forms/property_ids.hxx" #include <com/sun/star/uno/Any.hxx> diff --git a/xmloff/inc/property_ids.hxx b/xmloff/inc/forms/property_ids.hxx index 31004f2d9ff2..31004f2d9ff2 100755 --- a/xmloff/inc/property_ids.hxx +++ b/xmloff/inc/forms/property_ids.hxx diff --git a/xmloff/source/forms/handler/form_handler_factory.cxx b/xmloff/source/forms/handler/form_handler_factory.cxx index ccf829d4201f..72a9edf38f42 100755 --- a/xmloff/source/forms/handler/form_handler_factory.cxx +++ b/xmloff/source/forms/handler/form_handler_factory.cxx @@ -26,7 +26,7 @@ #include "precompiled_xmloff.hxx" -#include "form_handler_factory.hxx" +#include "forms/form_handler_factory.hxx" #include "vcl_date_handler.hxx" #include "vcl_time_handler.hxx" diff --git a/xmloff/source/forms/handler/property_handler_base.hxx b/xmloff/source/forms/handler/property_handler_base.hxx index 10adceaa52aa..01f2a9e843f6 100755 --- a/xmloff/source/forms/handler/property_handler_base.hxx +++ b/xmloff/source/forms/handler/property_handler_base.hxx @@ -27,7 +27,7 @@ #ifndef XMLOFF_PROPERTY_HANDLER_BASE_HXX #define XMLOFF_PROPERTY_HANDLER_BASE_HXX -#include "property_handler.hxx" +#include "forms/property_handler.hxx" #include <osl/interlck.h> diff --git a/xmloff/source/forms/property_description.hxx b/xmloff/source/forms/property_description.hxx index 8e9aa9cb616e..4edab2e649f7 100755 --- a/xmloff/source/forms/property_description.hxx +++ b/xmloff/source/forms/property_description.hxx @@ -27,7 +27,7 @@ #ifndef XMLOFF_PROPERTY_DESCRIPTION_HXX #define XMLOFF_PROPERTY_DESCRIPTION_HXX -#include "property_handler.hxx" +#include "forms/property_handler.hxx" #include "property_group.hxx" #include "xmloff/xmltoken.hxx" diff --git a/xmloff/source/forms/property_meta_data.cxx b/xmloff/source/forms/property_meta_data.cxx index 7dd5277cff28..5930d123578c 100755 --- a/xmloff/source/forms/property_meta_data.cxx +++ b/xmloff/source/forms/property_meta_data.cxx @@ -27,7 +27,7 @@ #include "precompiled_xmloff.hxx" #include "property_description.hxx" -#include "form_handler_factory.hxx" +#include "forms/form_handler_factory.hxx" #include "strings.hxx" #include "xmloff/xmltoken.hxx" #include "xmloff/xmlnmspe.hxx" |