Kaydet (Commit) 012d4dc0 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:includeform: configmgr

Change-Id: Ie3b0b80409a7897db6700c80d6ff41dbb4845652
üst 25fd3077
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
#include "xcsparser.hxx" #include "xcsparser.hxx"
#if ENABLE_DCONF #if ENABLE_DCONF
#include <dconf.hxx> #include "dconf.hxx"
#endif #endif
#if defined(_WIN32) #if defined(_WIN32)
......
...@@ -26,14 +26,14 @@ extern "C" { ...@@ -26,14 +26,14 @@ extern "C" {
#include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/uno/Sequence.hxx>
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
#include <data.hxx> #include "data.hxx"
#include <dconf.hxx> #include "dconf.hxx"
#include <groupnode.hxx> #include "groupnode.hxx"
#include <localizedpropertynode.hxx> #include "localizedpropertynode.hxx"
#include <localizedvaluenode.hxx> #include "localizedvaluenode.hxx"
#include <nodemap.hxx> #include "nodemap.hxx"
#include <propertynode.hxx> #include "propertynode.hxx"
#include <setnode.hxx> #include "setnode.hxx"
// component-data is encoded in dconf as follows: // component-data is encoded in dconf as follows:
// //
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include <sal/config.h> #include <sal/config.h>
#include "config_map.hxx" #include "config_map.hxx"
#include <rtl/ref.hxx> #include <rtl/ref.hxx>
#include <node.hxx> #include "node.hxx"
namespace configmgr { namespace configmgr {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment