Kaydet (Commit) 378510ae authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Fix build.

Change-Id: Ia08b6e87b5be3ca2994e0c5fbc6b91c1a800208e
üst 3f48ec8e
...@@ -31,7 +31,9 @@ ...@@ -31,7 +31,9 @@
//================================================================================== //==================================================================================
//= various typedefs //= various typedefs
//================================================================================== //==================================================================================
namespace {
DECLARE_STL_VECTOR(::com::sun::star::uno::WeakReferenceHelper, OWeakRefArray); DECLARE_STL_VECTOR(::com::sun::star::uno::WeakReferenceHelper, OWeakRefArray);
}
//================================================================================== //==================================================================================
//= OSubComponent - a component which holds a hard ref to it's parent //= OSubComponent - a component which holds a hard ref to it's parent
......
...@@ -29,7 +29,7 @@ namespace connectivity ...@@ -29,7 +29,7 @@ namespace connectivity
//========================================================================== //==========================================================================
/** special node for avoiding memory leaks /** special node for avoiding memory leaks
*/ */
class OSQLInternalNode : public OSQLParseNode class OOO_DLLPUBLIC_DBTOOLS OSQLInternalNode : public OSQLParseNode
{ {
public: public:
OSQLInternalNode(const sal_Char* pNewValue, OSQLInternalNode(const sal_Char* pNewValue,
......
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