diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-11-29 16:52:43 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-11-29 16:52:43 +0100 |
commit | 5115c8c1ecf93bec9b8e7b33cb35e9db7d15d1e5 (patch) | |
tree | e474c05b8b439ede9a5d487c9fa95c17bd39b7a9 /xmloff/inc | |
parent | d0097cac72c24b242929a25eab21582b64d45e74 (diff) |
CWS gnumake2: moved header files now in inc/forms
Diffstat (limited to 'xmloff/inc')
-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 |
3 files changed, 2 insertions, 2 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 |