diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 15:31:12 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 15:31:12 +0000 |
commit | 8b17cbcfc0ae022bc9f4995fbb82ce841fae1948 (patch) | |
tree | 2b7787e436391d1a63c9fbf821bf6c1787b64979 /svx/inc | |
parent | 2e4ddcec29b0fbc0e35b39cf0be889665fe9967e (diff) |
INTEGRATION: CWS vgbugs07 (1.2.22); FILE MERGED
2007/06/04 13:26:05 vg 1.2.22.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/XPropertyTable.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/inc/XPropertyTable.hxx b/svx/inc/XPropertyTable.hxx index 7b4acf0035f4..c505a283d494 100644 --- a/svx/inc/XPropertyTable.hxx +++ b/svx/inc/XPropertyTable.hxx @@ -4,9 +4,9 @@ * * $RCSfile: XPropertyTable.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2007-05-22 15:14:32 $ + * last change: $Author: hr $ $Date: 2007-06-27 16:31:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -45,7 +45,7 @@ #endif #ifndef _XTABLE_HXX -#include "xtable.hxx" +#include <svx/xtable.hxx> #endif SVX_DLLPUBLIC ::com::sun::star::uno::Reference< com::sun::star::uno::XInterface > SAL_CALL SvxUnoXColorTable_createInstance( XPropertyTable* pTable ) throw(); |