summaryrefslogtreecommitdiff
path: root/basic/source/sample
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-13 08:18:41 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-13 08:18:41 +0000
commit2b13be8824bb4dd689fbf21723a8cffcc4e7dc56 (patch)
tree54f640140e61f639fa3e81df23f1d4bf3f9f00a1 /basic/source/sample
parente5aab1859af9114893ffcd312f6e09546d0e939f (diff)
INTEGRATION: CWS visibility03 (1.1.1.1.316); FILE MERGED
2005/03/24 18:01:25 mhu 1.1.1.1.316.1: #i45006# Adapted to moved sbx headers.
Diffstat (limited to 'basic/source/sample')
-rw-r--r--basic/source/sample/object.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/basic/source/sample/object.cxx b/basic/source/sample/object.cxx
index 137892c67352..6194dcc54549 100644
--- a/basic/source/sample/object.cxx
+++ b/basic/source/sample/object.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: object.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:12:11 $
+ * last change: $Author: obo $ $Date: 2005-04-13 09:18:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,13 +63,13 @@
#include <tools/errcode.hxx>
#endif
#ifndef _SBX_SBXOBJECT_HXX //autogen
-#include <svtools/sbxobj.hxx>
+#include <sbxobj.hxx>
#endif
#ifndef _SBXCLASS_HXX //autogen
-#include <svtools/sbx.hxx>
+#include <sbx.hxx>
#endif
#ifndef __SBX_SBXVARIABLE_HXX //autogen
-#include <svtools/sbxvar.hxx>
+#include <sbxvar.hxx>
#endif
#ifndef _MSGBOX_HXX //autogen
#include <vcl/msgbox.hxx>