diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:16:09 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:16:09 +0000 |
commit | a6c5a965b1ce9f09fa7f48744279a68f76ed4d2f (patch) | |
tree | 4d09971416ba0ea85fb57ae3af72b95ed72eb56a /svtools | |
parent | 16d7b02cd2d341963644bb093531d0e64bc566a4 (diff) |
INTEGRATION: CWS vgbugs07 (1.13.182); FILE MERGED
2007/06/04 13:31:27 vg 1.13.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/config/printoptions.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/config/printoptions.cxx b/svtools/source/config/printoptions.cxx index c54af15340f3..855f04198a5a 100644 --- a/svtools/source/config/printoptions.cxx +++ b/svtools/source/config/printoptions.cxx @@ -4,9 +4,9 @@ * * $RCSfile: printoptions.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: obo $ $Date: 2006-10-12 15:08:12 $ + * last change: $Author: hr $ $Date: 2007-06-27 21:16:09 $ * * 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 @@ // includes //_________________________________________________________________________________________________________________ -#include "printoptions.hxx" +#include <svtools/printoptions.hxx> #ifndef _UTL_CONFIGMGR_HXX_ #include <unotools/configmgr.hxx> |