summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/fldui')
-rw-r--r--sw/source/ui/fldui/FldRefTreeListBox.cxx2
-rw-r--r--sw/source/ui/fldui/changedb.cxx2
-rw-r--r--sw/source/ui/fldui/flddb.cxx2
-rw-r--r--sw/source/ui/fldui/flddb.hxx6
-rw-r--r--sw/source/ui/fldui/flddinf.cxx2
-rw-r--r--sw/source/ui/fldui/flddinf.hxx2
-rw-r--r--sw/source/ui/fldui/flddok.cxx2
-rw-r--r--sw/source/ui/fldui/flddok.hxx2
-rw-r--r--sw/source/ui/fldui/fldedt.cxx14
-rw-r--r--sw/source/ui/fldui/fldfunc.cxx2
-rw-r--r--sw/source/ui/fldui/fldfunc.hxx2
-rw-r--r--sw/source/ui/fldui/fldpage.cxx2
-rw-r--r--sw/source/ui/fldui/fldref.cxx4
-rw-r--r--sw/source/ui/fldui/fldref.hxx2
-rw-r--r--sw/source/ui/fldui/fldtdlg.cxx12
-rw-r--r--sw/source/ui/fldui/fldvar.cxx2
-rw-r--r--sw/source/ui/fldui/fldvar.hxx4
17 files changed, 32 insertions, 32 deletions
diff --git a/sw/source/ui/fldui/FldRefTreeListBox.cxx b/sw/source/ui/fldui/FldRefTreeListBox.cxx
index 693b06b5bde6..242056c4f06c 100644
--- a/sw/source/ui/fldui/FldRefTreeListBox.cxx
+++ b/sw/source/ui/fldui/FldRefTreeListBox.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <FldRefTreeListBox.hxx>
+#include "FldRefTreeListBox.hxx"
#include <helpids.h>
#include <vcl/builderfactory.hxx>
diff --git a/sw/source/ui/fldui/changedb.cxx b/sw/source/ui/fldui/changedb.cxx
index acbe41e0fc5e..790b1a187330 100644
--- a/sw/source/ui/fldui/changedb.cxx
+++ b/sw/source/ui/fldui/changedb.cxx
@@ -40,7 +40,7 @@
#include <globals.hrc>
#include <strings.hrc>
-#include "bitmaps.hlst"
+#include <bitmaps.hlst>
#include <unomid.h>
diff --git a/sw/source/ui/fldui/flddb.cxx b/sw/source/ui/fldui/flddb.cxx
index 0c74aaa581df..0d2f547c7b72 100644
--- a/sw/source/ui/fldui/flddb.cxx
+++ b/sw/source/ui/fldui/flddb.cxx
@@ -25,7 +25,7 @@
#include <fldtdlg.hxx>
#include <numrule.hxx>
-#include <flddb.hxx>
+#include "flddb.hxx"
#include <dbconfig.hxx>
#include <dbmgr.hxx>
diff --git a/sw/source/ui/fldui/flddb.hxx b/sw/source/ui/fldui/flddb.hxx
index 8600ac19fb82..6dd7fdd738ac 100644
--- a/sw/source/ui/fldui/flddb.hxx
+++ b/sw/source/ui/fldui/flddb.hxx
@@ -24,9 +24,9 @@
#include <vcl/button.hxx>
#include <vcl/group.hxx>
-#include "condedit.hxx"
-#include "dbtree.hxx"
-#include "numfmtlb.hxx"
+#include <condedit.hxx>
+#include <dbtree.hxx>
+#include <numfmtlb.hxx>
#include "fldpage.hxx"
diff --git a/sw/source/ui/fldui/flddinf.cxx b/sw/source/ui/fldui/flddinf.cxx
index 60dae5d14698..592a46c5ec89 100644
--- a/sw/source/ui/fldui/flddinf.cxx
+++ b/sw/source/ui/fldui/flddinf.cxx
@@ -32,7 +32,7 @@
#include <docufld.hxx>
#include <wrtsh.hxx>
-#include <flddinf.hxx>
+#include "flddinf.hxx"
#include <swmodule.hxx>
#include <view.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
diff --git a/sw/source/ui/fldui/flddinf.hxx b/sw/source/ui/fldui/flddinf.hxx
index 01ac1d5c0df2..64ea9701b317 100644
--- a/sw/source/ui/fldui/flddinf.hxx
+++ b/sw/source/ui/fldui/flddinf.hxx
@@ -27,7 +27,7 @@
#include <vcl/group.hxx>
#include <svtools/treelistbox.hxx>
-#include "numfmtlb.hxx"
+#include <numfmtlb.hxx>
#include "fldpage.hxx"
namespace com{namespace sun{ namespace star{ namespace beans{
diff --git a/sw/source/ui/fldui/flddok.cxx b/sw/source/ui/fldui/flddok.cxx
index 09e57675ee5c..5709f6058389 100644
--- a/sw/source/ui/fldui/flddok.cxx
+++ b/sw/source/ui/fldui/flddok.cxx
@@ -23,7 +23,7 @@
#include <globals.hrc>
#include <strings.hrc>
#include <chpfld.hxx>
-#include <flddok.hxx>
+#include "flddok.hxx"
#include <swmodule.hxx>
#include <view.hxx>
#include <wrtsh.hxx>
diff --git a/sw/source/ui/fldui/flddok.hxx b/sw/source/ui/fldui/flddok.hxx
index ab5cde0c4de8..ea5b31b5adc1 100644
--- a/sw/source/ui/fldui/flddok.hxx
+++ b/sw/source/ui/fldui/flddok.hxx
@@ -27,7 +27,7 @@
#include <vcl/edit.hxx>
#include <vcl/field.hxx>
-#include "numfmtlb.hxx"
+#include <numfmtlb.hxx>
#include "fldpage.hxx"
class SwFieldDokPage : public SwFieldPage
diff --git a/sw/source/ui/fldui/fldedt.cxx b/sw/source/ui/fldui/fldedt.cxx
index 88476c473816..4f6a57868136 100644
--- a/sw/source/ui/fldui/fldedt.cxx
+++ b/sw/source/ui/fldui/fldedt.cxx
@@ -28,18 +28,18 @@
#include <view.hxx>
#include <dbfld.hxx>
#include <wrtsh.hxx>
-#include <flddb.hxx>
-#include <flddinf.hxx>
-#include <fldvar.hxx>
-#include <flddok.hxx>
-#include <fldfunc.hxx>
-#include <fldref.hxx>
+#include "flddb.hxx"
+#include "flddinf.hxx"
+#include "fldvar.hxx"
+#include "flddok.hxx"
+#include "fldfunc.hxx"
+#include "fldref.hxx"
#include <fldedt.hxx>
#include <cmdid.h>
#include <helpids.h>
#include <globals.hrc>
-#include "swabstdlg.hxx"
+#include <swabstdlg.hxx>
#include <com/sun/star/document/XDocumentProperties.hpp>
#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
diff --git a/sw/source/ui/fldui/fldfunc.cxx b/sw/source/ui/fldui/fldfunc.cxx
index 8b0396cad75b..32fb4862f929 100644
--- a/sw/source/ui/fldui/fldfunc.cxx
+++ b/sw/source/ui/fldui/fldfunc.cxx
@@ -29,7 +29,7 @@
#include <view.hxx>
#include <wrtsh.hxx>
#include <swmodule.hxx>
-#include <fldfunc.hxx>
+#include "fldfunc.hxx"
#include <flddropdown.hxx>
#define USER_DATA_VERSION_1 "1"
diff --git a/sw/source/ui/fldui/fldfunc.hxx b/sw/source/ui/fldui/fldfunc.hxx
index a86417931ab1..4315467ec25e 100644
--- a/sw/source/ui/fldui/fldfunc.hxx
+++ b/sw/source/ui/fldui/fldfunc.hxx
@@ -26,7 +26,7 @@
#include <vcl/group.hxx>
#include <vcl/edit.hxx>
-#include "condedit.hxx"
+#include <condedit.hxx>
#include "fldpage.hxx"
#include <actctrl.hxx>
diff --git a/sw/source/ui/fldui/fldpage.cxx b/sw/source/ui/fldui/fldpage.cxx
index fc9c2882ffac..c490b5e72c05 100644
--- a/sw/source/ui/fldui/fldpage.cxx
+++ b/sw/source/ui/fldui/fldpage.cxx
@@ -32,7 +32,7 @@
#include <wrtsh.hxx>
#include <expfld.hxx>
#include <fldtdlg.hxx>
-#include <fldpage.hxx>
+#include "fldpage.hxx"
#include <docufld.hxx>
#include <cmdid.h>
#include <globals.hrc>
diff --git a/sw/source/ui/fldui/fldref.cxx b/sw/source/ui/fldui/fldref.cxx
index e510898deae2..a427e8be7f91 100644
--- a/sw/source/ui/fldui/fldref.cxx
+++ b/sw/source/ui/fldui/fldref.cxx
@@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "swtypes.hxx"
+#include <swtypes.hxx>
#include <view.hxx>
#include <IMark.hxx>
#include <expfld.hxx>
#include <swmodule.hxx>
-#include <fldref.hxx>
+#include "fldref.hxx"
#include <reffld.hxx>
#include <wrtsh.hxx>
diff --git a/sw/source/ui/fldui/fldref.hxx b/sw/source/ui/fldui/fldref.hxx
index bcc122e8c17f..486ab9f4ca2a 100644
--- a/sw/source/ui/fldui/fldref.hxx
+++ b/sw/source/ui/fldui/fldref.hxx
@@ -29,7 +29,7 @@
#include "fldpage.hxx"
#include <IDocumentOutlineNodes.hxx>
#include <IDocumentListItems.hxx>
-#include <FldRefTreeListBox.hxx>
+#include "FldRefTreeListBox.hxx"
class SwTextNode;
class SwFieldRefPage : public SwFieldPage
diff --git a/sw/source/ui/fldui/fldtdlg.cxx b/sw/source/ui/fldui/fldtdlg.cxx
index 938a8d6bfb67..2dedd4a1a9c5 100644
--- a/sw/source/ui/fldui/fldtdlg.cxx
+++ b/sw/source/ui/fldui/fldtdlg.cxx
@@ -28,12 +28,12 @@
#include <viewopt.hxx>
#include <docsh.hxx>
#include <fldwrap.hxx>
-#include <flddb.hxx>
-#include <flddinf.hxx>
-#include <fldvar.hxx>
-#include <flddok.hxx>
-#include <fldfunc.hxx>
-#include <fldref.hxx>
+#include "flddb.hxx"
+#include "flddinf.hxx"
+#include "fldvar.hxx"
+#include "flddok.hxx"
+#include "fldfunc.hxx"
+#include "fldref.hxx"
#include <wrtsh.hxx>
#include <view.hxx>
#include <fldtdlg.hxx>
diff --git a/sw/source/ui/fldui/fldvar.cxx b/sw/source/ui/fldui/fldvar.cxx
index c75ebd8c551f..6c77133554bf 100644
--- a/sw/source/ui/fldui/fldvar.cxx
+++ b/sw/source/ui/fldui/fldvar.cxx
@@ -30,7 +30,7 @@
#include <doc.hxx>
#include <docary.hxx>
#include <swmodule.hxx>
-#include <fldvar.hxx>
+#include "fldvar.hxx"
#include <calc.hxx>
#include <svl/zformat.hxx>
#include <globals.hrc>
diff --git a/sw/source/ui/fldui/fldvar.hxx b/sw/source/ui/fldui/fldvar.hxx
index 097308ae0c28..4acef8d89de2 100644
--- a/sw/source/ui/fldui/fldvar.hxx
+++ b/sw/source/ui/fldui/fldvar.hxx
@@ -28,8 +28,8 @@
#include <vcl/edit.hxx>
#include "fldpage.hxx"
-#include "condedit.hxx"
-#include "numfmtlb.hxx"
+#include <condedit.hxx>
+#include <numfmtlb.hxx>
class SwFieldVarPage;