diff options
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/components.cxx | 2 | ||||
-rw-r--r-- | configmgr/source/dconf.cxx | 16 | ||||
-rw-r--r-- | configmgr/source/nodemap.hxx | 2 |
3 files changed, 10 insertions, 10 deletions
diff --git a/configmgr/source/components.cxx b/configmgr/source/components.cxx index 7459ef4e5d45..ddbebe103e60 100644 --- a/configmgr/source/components.cxx +++ b/configmgr/source/components.cxx @@ -68,7 +68,7 @@ #include "xcsparser.hxx" #if ENABLE_DCONF -#include <dconf.hxx> +#include "dconf.hxx" #endif #if defined(_WIN32) diff --git a/configmgr/source/dconf.cxx b/configmgr/source/dconf.cxx index 586c5289dc34..22c80841addf 100644 --- a/configmgr/source/dconf.cxx +++ b/configmgr/source/dconf.cxx @@ -26,14 +26,14 @@ extern "C" { #include <com/sun/star/uno/Sequence.hxx> #include <rtl/ustrbuf.hxx> -#include <data.hxx> -#include <dconf.hxx> -#include <groupnode.hxx> -#include <localizedpropertynode.hxx> -#include <localizedvaluenode.hxx> -#include <nodemap.hxx> -#include <propertynode.hxx> -#include <setnode.hxx> +#include "data.hxx" +#include "dconf.hxx" +#include "groupnode.hxx" +#include "localizedpropertynode.hxx" +#include "localizedvaluenode.hxx" +#include "nodemap.hxx" +#include "propertynode.hxx" +#include "setnode.hxx" // component-data is encoded in dconf as follows: // diff --git a/configmgr/source/nodemap.hxx b/configmgr/source/nodemap.hxx index 0c6a9f04c5c1..0225b9861124 100644 --- a/configmgr/source/nodemap.hxx +++ b/configmgr/source/nodemap.hxx @@ -23,7 +23,7 @@ #include <sal/config.h> #include "config_map.hxx" #include <rtl/ref.hxx> -#include <node.hxx> +#include "node.hxx" namespace configmgr { |