diff options
author | Sander Vesik <svesik@openoffice.org> | 2001-06-26 22:29:20 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2001-06-26 22:29:20 +0000 |
commit | be5e1353e788928573cdb320124d93b134c64fc6 (patch) | |
tree | 5d40b6d3283662e3d80056e48d187bfa46957c94 /svx/source/dialog/opengrf.cxx | |
parent | 4b2bc1c8aac746c6c0c6d2b4123c2b07fd0570a0 (diff) |
Use #include "svxheader" instead of #include <svx/svxheader> so
that build doesn't break if svx hedaers haven't ben delivered to
solver yet
Diffstat (limited to 'svx/source/dialog/opengrf.cxx')
-rw-r--r-- | svx/source/dialog/opengrf.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/dialog/opengrf.cxx b/svx/source/dialog/opengrf.cxx index bcc117685f48..282f6d23c817 100644 --- a/svx/source/dialog/opengrf.cxx +++ b/svx/source/dialog/opengrf.cxx @@ -2,9 +2,9 @@ * * $RCSfile: opengrf.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: thb $ $Date: 2001-06-22 17:26:31 $ + * last change: $Author: svesik $ $Date: 2001-06-26 23:29:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -119,7 +119,7 @@ #include <svtools/transfer.hxx> #endif #ifndef _SVDOGRAF_HXX //autogen -#include <svx/svdograf.hxx> +#include "svdograf.hxx" #endif #ifndef _SVSTOR_HXX //autogen #include <so3/svstor.hxx> @@ -140,7 +140,7 @@ #include <svtools/pathoptions.hxx> #endif #ifndef _SVX_DIALMGR_HXX -#include <svx/dialmgr.hxx> +#include "dialmgr.hxx" #endif #ifndef _SVX_OPENGRF_HXX |