diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 16:20:49 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 16:20:49 +0000 |
commit | 19b5adf3f85b64c137392be8de97d0fe334d823b (patch) | |
tree | 7bbefdd1ef9c3411949a5cc4650fc0f393400f5a /svx/source/dialog/measctrl.cxx | |
parent | d121e4310e0c2c3dfe4d8cc8334866dbc9fa139a (diff) |
INTEGRATION: CWS vgbugs07 (1.9.354); FILE MERGED
2007/06/04 13:26:21 vg 1.9.354.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/dialog/measctrl.cxx')
-rw-r--r-- | svx/source/dialog/measctrl.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/dialog/measctrl.cxx b/svx/source/dialog/measctrl.cxx index 87bd70b01c8e..8ba811a92434 100644 --- a/svx/source/dialog/measctrl.cxx +++ b/svx/source/dialog/measctrl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: measctrl.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2006-09-17 04:27:28 $ + * last change: $Author: hr $ $Date: 2007-06-27 17:20:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -38,14 +38,14 @@ // include --------------------------------------------------------------- -#include "xoutx.hxx" -#include "svdomeas.hxx" -#include "svdmodel.hxx" +#include <svx/xoutx.hxx> +#include <svx/svdomeas.hxx> +#include <svx/svdmodel.hxx> //#include "svdrwobj.hxx" // SdrPaintInfoRec #include "measctrl.hxx" -#include "dialmgr.hxx" +#include <svx/dialmgr.hxx> #include "dlgutil.hxx" /************************************************************************* |