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

sbstdobj.hxx is private to basic

Change-Id: I131dfeded783edfea94208d1cf8d70a2090785fa
üst 444aaceb
...@@ -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 _SBSTDOBJ1_HXX #ifndef INCLUDED_BASIC_INC_SBSTDOBJ_HXX
#define _SBSTDOBJ1_HXX #define INCLUDED_BASIC_INC_SBSTDOBJ_HXX
#include <basic/sbxobj.hxx> #include <basic/sbxobj.hxx>
#include <vcl/graph.hxx> #include <vcl/graph.hxx>
...@@ -131,6 +131,6 @@ public: ...@@ -131,6 +131,6 @@ public:
virtual SbxVariable* Find( const OUString&, SbxClassType ); virtual SbxVariable* Find( const OUString&, SbxClassType );
}; };
#endif #endif // INCLUDED_BASIC_INC_SBSTDOBJ_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -64,7 +64,7 @@ using namespace com::sun::star::uno; ...@@ -64,7 +64,7 @@ using namespace com::sun::star::uno;
#include "date.hxx" #include "date.hxx"
#include "stdobj.hxx" #include "stdobj.hxx"
#include <basic/sbstdobj.hxx> #include "sbstdobj.hxx"
#include "rtlproto.hxx" #include "rtlproto.hxx"
#include "basrid.hxx" #include "basrid.hxx"
#include "image.hxx" #include "image.hxx"
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include "runtime.hxx" #include "runtime.hxx"
#include "stdobj.hxx" #include "stdobj.hxx"
#include <basic/sbstdobj.hxx> #include "sbstdobj.hxx"
#include <sal/macros.h> #include <sal/macros.h>
#include "rtlproto.hxx" #include "rtlproto.hxx"
#include "sbintern.hxx" #include "sbintern.hxx"
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <svtools/transfer.hxx> #include <svtools/transfer.hxx>
#include "runtime.hxx" #include "runtime.hxx"
#include <basic/sbstdobj.hxx> #include "sbstdobj.hxx"
#define ATTR_IMP_TYPE 1 #define ATTR_IMP_TYPE 1
#define ATTR_IMP_WIDTH 2 #define ATTR_IMP_WIDTH 2
......
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