diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-08-15 17:15:26 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-08-15 17:19:01 +0200 |
commit | fa96ed925fc40e20aca58551414e5bc5d61a87bd (patch) | |
tree | 02e08507d005fe228787759ba250fb2a4127b768 /svtools/source/brwbox | |
parent | 0566ddb1841ac1e8c87db6d766739e6df7e1856d (diff) |
Revert "fdo#63926 - remove extra include paths in svtools/ and sfx2/"
This reverts commit 1cbdcc31b8a921c508f2fdf09847f64d004a7faa.
Sadly this was going in the wrong direction...
Diffstat (limited to 'svtools/source/brwbox')
-rw-r--r-- | svtools/source/brwbox/brwbox2.cxx | 4 | ||||
-rw-r--r-- | svtools/source/brwbox/brwbox3.cxx | 4 | ||||
-rw-r--r-- | svtools/source/brwbox/brwhead.cxx | 4 | ||||
-rw-r--r-- | svtools/source/brwbox/datwin.hxx | 6 | ||||
-rw-r--r-- | svtools/source/brwbox/ebbcontrols.cxx | 4 | ||||
-rw-r--r-- | svtools/source/brwbox/editbrowsebox.cxx | 6 | ||||
-rw-r--r-- | svtools/source/brwbox/editbrowsebox2.cxx | 2 |
7 files changed, 15 insertions, 15 deletions
diff --git a/svtools/source/brwbox/brwbox2.cxx b/svtools/source/brwbox/brwbox2.cxx index 53e6bd9f0939..a93d65bf12e0 100644 --- a/svtools/source/brwbox/brwbox2.cxx +++ b/svtools/source/brwbox/brwbox2.cxx @@ -18,9 +18,9 @@ */ #include <tools/debug.hxx> -#include <brwbox.hxx> +#include <svtools/brwbox.hxx> #include "datwin.hxx" -#include <colorcfg.hxx> +#include <svtools/colorcfg.hxx> #include <vcl/salgtype.hxx> #include <tools/multisel.hxx> diff --git a/svtools/source/brwbox/brwbox3.cxx b/svtools/source/brwbox/brwbox3.cxx index 7c93f140a5c5..7b511c0e961d 100644 --- a/svtools/source/brwbox/brwbox3.cxx +++ b/svtools/source/brwbox/brwbox3.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <brwbox.hxx> -#include <AccessibleBrowseBoxObjType.hxx> +#include <svtools/brwbox.hxx> +#include <svtools/AccessibleBrowseBoxObjType.hxx> #include <tools/debug.hxx> #include <tools/multisel.hxx> #include "datwin.hxx" diff --git a/svtools/source/brwbox/brwhead.cxx b/svtools/source/brwbox/brwhead.cxx index 76c7acd9a369..d3b7a7e9d0f9 100644 --- a/svtools/source/brwbox/brwhead.cxx +++ b/svtools/source/brwbox/brwhead.cxx @@ -18,8 +18,8 @@ */ -#include <brwhead.hxx> -#include <brwbox.hxx> +#include <svtools/brwhead.hxx> +#include <svtools/brwbox.hxx> //=================================================================== diff --git a/svtools/source/brwbox/datwin.hxx b/svtools/source/brwbox/datwin.hxx index b18627a910ff..b66822750d16 100644 --- a/svtools/source/brwbox/datwin.hxx +++ b/svtools/source/brwbox/datwin.hxx @@ -20,11 +20,11 @@ #ifndef _SFXDATWIN_HXX #define _SFXDATWIN_HXX -#include <brwbox.hxx> -#include <brwhead.hxx> +#include <svtools/brwbox.hxx> +#include <svtools/brwhead.hxx> #include <vcl/timer.hxx> #include <vcl/image.hxx> -#include <transfer.hxx> +#include <svtools/transfer.hxx> #include <vector> //=================================================================== diff --git a/svtools/source/brwbox/ebbcontrols.cxx b/svtools/source/brwbox/ebbcontrols.cxx index b826732b9d83..7e68ebf434c2 100644 --- a/svtools/source/brwbox/ebbcontrols.cxx +++ b/svtools/source/brwbox/ebbcontrols.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <editbrowsebox.hxx> +#include <svtools/editbrowsebox.hxx> #include <vcl/decoview.hxx> -#include <fmtfield.hxx> +#include <svtools/fmtfield.hxx> #include <vcl/xtextedt.hxx> #include <algorithm> diff --git a/svtools/source/brwbox/editbrowsebox.cxx b/svtools/source/brwbox/editbrowsebox.cxx index 26d3127b1734..9e0ab710991a 100644 --- a/svtools/source/brwbox/editbrowsebox.cxx +++ b/svtools/source/brwbox/editbrowsebox.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <editbrowsebox.hxx> +#include <svtools/editbrowsebox.hxx> #include "editbrowsebox.hrc" @@ -28,9 +28,9 @@ #include <vcl/edit.hxx> #include <tools/resid.hxx> #include <vcl/spinfld.hxx> -#include <svtresid.hxx> +#include <svtools/svtresid.hxx> -#include <svtools.hrc> +#include <svtools/svtools.hrc> #include <algorithm> #include <tools/multisel.hxx> diff --git a/svtools/source/brwbox/editbrowsebox2.cxx b/svtools/source/brwbox/editbrowsebox2.cxx index 7b318a8e5999..b5e9b80664c3 100644 --- a/svtools/source/brwbox/editbrowsebox2.cxx +++ b/svtools/source/brwbox/editbrowsebox2.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <editbrowsebox.hxx> +#include <svtools/editbrowsebox.hxx> #include <com/sun/star/accessibility/XAccessible.hpp> #include <com/sun/star/accessibility/AccessibleEventId.hpp> #include "editbrowseboximpl.hxx" |