diff options
-rw-r--r-- | dbaccess/source/inc/apitools.hxx | 2 | ||||
-rw-r--r-- | include/connectivity/internalnode.hxx | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/dbaccess/source/inc/apitools.hxx b/dbaccess/source/inc/apitools.hxx index c9e663e170a0..70babe93a05d 100644 --- a/dbaccess/source/inc/apitools.hxx +++ b/dbaccess/source/inc/apitools.hxx @@ -31,7 +31,9 @@ //================================================================================== //= various typedefs //================================================================================== +namespace { DECLARE_STL_VECTOR(::com::sun::star::uno::WeakReferenceHelper, OWeakRefArray); +} //================================================================================== //= OSubComponent - a component which holds a hard ref to it's parent diff --git a/include/connectivity/internalnode.hxx b/include/connectivity/internalnode.hxx index be605e23761c..773ba52a93d6 100644 --- a/include/connectivity/internalnode.hxx +++ b/include/connectivity/internalnode.hxx @@ -29,7 +29,7 @@ namespace connectivity //========================================================================== /** special node for avoiding memory leaks */ - class OSQLInternalNode : public OSQLParseNode + class OOO_DLLPUBLIC_DBTOOLS OSQLInternalNode : public OSQLParseNode { public: OSQLInternalNode(const sal_Char* pNewValue, |