diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:32:01 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:32:01 +0000 |
commit | d194792a6fb269f76194869d86091b6d791d744c (patch) | |
tree | 9b4265aaf78516397512f35b0f5e9ad3e52f3b07 /basic | |
parent | fad7b2f6689415e422941a7cc15662b0a1a32c2e (diff) |
INTEGRATION: CWS vgbugs07 (1.5.70); FILE MERGED
2007/06/04 13:22:18 vg 1.5.70.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/sbx/sbxsng.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/sbx/sbxsng.cxx b/basic/source/sbx/sbxsng.cxx index 2f4d692d7b14..502286456685 100644 --- a/basic/source/sbx/sbxsng.cxx +++ b/basic/source/sbx/sbxsng.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sbxsng.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-10-12 14:33:50 $ + * last change: $Author: hr $ $Date: 2007-06-27 14:32:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -39,7 +39,7 @@ #ifndef _ERRCODE_HXX //autogen #include <tools/errcode.hxx> #endif -#include "sbx.hxx" +#include <basic/sbx.hxx> #include "sbxconv.hxx" float ImpGetSingle( const SbxValues* p ) |