diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 17:32:41 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 17:32:41 +0000 |
commit | 08141008dcbf31e70e205edc81dad87f2577dbc7 (patch) | |
tree | 77156b229418a0bb8474c570234fd2c8e6e18618 /svx/source/mnuctrls | |
parent | bb9be8e3296fec06dc024ab1297e7afcdf7e363a (diff) |
INTEGRATION: CWS vgbugs07 (1.7.32); FILE MERGED
2007/06/04 13:27:07 vg 1.7.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/mnuctrls')
-rw-r--r-- | svx/source/mnuctrls/fntszctl.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/mnuctrls/fntszctl.cxx b/svx/source/mnuctrls/fntszctl.cxx index f4a51deafbd3..2ef4f313fb73 100644 --- a/svx/source/mnuctrls/fntszctl.cxx +++ b/svx/source/mnuctrls/fntszctl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fntszctl.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: kz $ $Date: 2007-05-10 14:54:47 $ + * last change: $Author: hr $ $Date: 2007-06-27 18:32:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -60,11 +60,11 @@ #include <sfx2/dispatch.hxx> #endif -#include "fntszctl.hxx" // -#include "dialogs.hrc" +#include <svx/fntszctl.hxx> // +#include <svx/dialogs.hrc> #ifndef _SVX_FHGTITEM_HXX //autogen -#include "fhgtitem.hxx" +#include <svx/fhgtitem.hxx> #endif #ifndef _SVX_FONTITEM_HXX //autogen #include "fontitem.hxx" @@ -74,7 +74,7 @@ #endif #include "dlgutil.hxx" -#include "dialmgr.hxx" +#include <svx/dialmgr.hxx> #define LOGIC OutputDevice::LogicToLogic |