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

loplugin:includeform: configmgr

Change-Id: Ie3b0b80409a7897db6700c80d6ff41dbb4845652
üst 25fd3077
......@@ -68,7 +68,7 @@
#include "xcsparser.hxx"
#if ENABLE_DCONF
#include <dconf.hxx>
#include "dconf.hxx"
#endif
#if defined(_WIN32)
......
......@@ -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:
//
......
......@@ -23,7 +23,7 @@
#include <sal/config.h>
#include "config_map.hxx"
#include <rtl/ref.hxx>
#include <node.hxx>
#include "node.hxx"
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