diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-04-11 11:56:46 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-04-11 11:56:46 +0000 |
commit | 834b6cde6d42c8b19dd7ce536795586d9a34cef1 (patch) | |
tree | 16519b6c84c476db21c5cff2798dd62d428ad4f9 /basic/source/runtime | |
parent | 3d9a97850f8ecb8efb38d5cc569611412c7d4f57 (diff) |
INTEGRATION: CWS hedaburemove01 (1.74.16); FILE MERGED
2006/12/12 16:44:48 vg 1.74.16.1: #i72503# get rid of hedabu
Diffstat (limited to 'basic/source/runtime')
-rw-r--r-- | basic/source/runtime/methods.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx index 205cdc2e09fe..677444cbd6c5 100644 --- a/basic/source/runtime/methods.cxx +++ b/basic/source/runtime/methods.cxx @@ -4,9 +4,9 @@ * * $RCSfile: methods.cxx,v $ * - * $Revision: 1.74 $ + * $Revision: 1.75 $ * - * last change: $Author: vg $ $Date: 2006-11-02 16:33:00 $ + * last change: $Author: vg $ $Date: 2007-04-11 12:56:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -115,7 +115,7 @@ using namespace com::sun::star::io; //#define _ENABLE_CUR_DIR #include "stdobj.hxx" -#include "stdobj1.hxx" +#include "sbstdobj.hxx" #include "rtlproto.hxx" #include "basrid.hxx" #include "image.hxx" |