summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-13 08:15:27 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-13 08:15:27 +0000
commit279292b2d689bfe09e46025c66490cecf20f964f (patch)
treefb352cdadec14acad89ea950fe53c24d9e1b8f1b
parentc673fe4f446774db1e83f23cf47041aa4b45e8b2 (diff)
INTEGRATION: CWS visibility03 (1.59.26); FILE MERGED
2005/04/06 15:26:04 mhu 1.59.26.2: RESYNC: (1.59-1.60); FILE MERGED 2005/03/24 18:01:21 mhu 1.59.26.1: #i45006# Adapted to moved sbx headers.
-rw-r--r--basic/source/runtime/methods.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx
index e5fd09bb6252..463e3c7e811a 100644
--- a/basic/source/runtime/methods.cxx
+++ b/basic/source/runtime/methods.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: methods.cxx,v $
*
- * $Revision: 1.60 $
+ * $Revision: 1.61 $
*
- * last change: $Author: rt $ $Date: 2005-03-29 11:52:02 $
+ * last change: $Author: obo $ $Date: 2005-04-13 09:15:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,7 +64,7 @@
#include <tools/date.hxx>
#endif
#ifndef _SBXVAR_HXX
-#include <svtools/sbxvar.hxx>
+#include <sbxvar.hxx>
#endif
#ifndef _INTN_HXX //autogen
#include <tools/intn.hxx>
@@ -88,7 +88,7 @@
#include <vcl/msgbox.hxx>
#endif
#ifndef _SBXCLASS_HXX //autogen
-#include <svtools/sbx.hxx>
+#include <sbx.hxx>
#endif
#ifndef _ZFORLIST_HXX //autogen
#include <svtools/zforlist.hxx>