Kaydet (Commit) 0a33e24d authored tarafından Tor Lillqvist's avatar Tor Lillqvist

sbobjmod.hxx is private to basic

Change-Id: I4ad28b049de5f7268ee1ca2e8992e2f29ed05380
üst dde119c8
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_BASIC_SBOBJMOD_HXX #ifndef INCLUDED_BASIC_INC_SBOBJMOD_HXX
#define INCLUDED_BASIC_SBOBJMOD_HXX #define INCLUDED_BASIC_INC_SBOBJMOD_HXX
#include <rtl/ref.hxx> #include <rtl/ref.hxx>
#include <basic/sbmod.hxx> #include <basic/sbmod.hxx>
...@@ -99,6 +99,6 @@ public: ...@@ -99,6 +99,6 @@ public:
virtual SbxVariable* Find( const OUString& rName, SbxClassType t ); virtual SbxVariable* Find( const OUString& rName, SbxClassType t );
}; };
#endif #endif // INCLUDED_BASIC_INC_SBOBJMOD_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#include "sbintern.hxx" #include "sbintern.hxx"
#include "runtime.hxx" #include "runtime.hxx"
#include <basic/sbuno.hxx> #include <basic/sbuno.hxx>
#include <basic/sbobjmod.hxx> #include "sbobjmod.hxx"
#include "stdobj.hxx" #include "stdobj.hxx"
#include "filefmt.hxx" #include "filefmt.hxx"
#include "sb.hrc" #include "sb.hrc"
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
#include <basic/basrdll.hxx> #include <basic/basrdll.hxx>
#include <osl/mutex.hxx> #include <osl/mutex.hxx>
#include <basic/sbobjmod.hxx> #include "sbobjmod.hxx"
#include <basic/vbahelper.hxx> #include <basic/vbahelper.hxx>
#include <cppuhelper/implbase3.hxx> #include <cppuhelper/implbase3.hxx>
#include <unotools/eventcfg.hxx> #include <unotools/eventcfg.hxx>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include <basic/sbx.hxx> #include <basic/sbx.hxx>
#include "sbcomp.hxx" #include "sbcomp.hxx"
#include "image.hxx" #include "image.hxx"
#include <basic/sbobjmod.hxx> #include "sbobjmod.hxx"
#include <svtools/miscopt.hxx> #include <svtools/miscopt.hxx>
#include <stdio.h> #include <stdio.h>
......
...@@ -87,7 +87,7 @@ SbxVariable* getDefaultProp( SbxVariable* pRef ); ...@@ -87,7 +87,7 @@ SbxVariable* getDefaultProp( SbxVariable* pRef );
#include <direct.h> #include <direct.h>
#endif #endif
#include <basic/sbobjmod.hxx> #include "sbobjmod.hxx"
#ifdef WNT #ifdef WNT
#if defined _MSC_VER #if defined _MSC_VER
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include <tools/urlobj.hxx> #include <tools/urlobj.hxx>
#include <osl/file.hxx> #include <osl/file.hxx>
#include <vcl/jobset.hxx> #include <vcl/jobset.hxx>
#include <basic/sbobjmod.hxx> #include "sbobjmod.hxx"
#include <basic/sbuno.hxx> #include <basic/sbuno.hxx>
#include "date.hxx" #include "date.hxx"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment