diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:50:18 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:50:18 +0000 |
commit | 41e402c650a4b2f437640ae111172067255adab5 (patch) | |
tree | 1812bd9ae491da159298972dec3fec7d83e6f282 /sot/source | |
parent | e5f9dd4dc19f287a622b519e71b47cfa689c3604 (diff) |
INTEGRATION: CWS vgbugs07 (1.3.84); FILE MERGED
2007/06/04 13:33:59 vg 1.3.84.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'sot/source')
-rw-r--r-- | sot/source/sdstor/unostorageholder.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sot/source/sdstor/unostorageholder.hxx b/sot/source/sdstor/unostorageholder.hxx index e74688324f75..d5db239a529f 100644 --- a/sot/source/sdstor/unostorageholder.hxx +++ b/sot/source/sdstor/unostorageholder.hxx @@ -4,9 +4,9 @@ * * $RCSfile: unostorageholder.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 07:44:54 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:50:18 $ * * 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 #include <unotools/tempfile.hxx> -#include "storage.hxx" +#include <sot/storage.hxx> class SotStorage; class UNOStorageHolder : public ::cppu::WeakImplHelper1< |