diff options
author | Jan Holesovsky <kendy@suse.cz> | 2013-07-15 15:59:45 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2013-07-15 16:02:50 +0200 |
commit | 378510aeba5635cff40ef446722e4d2b7bbeb98f (patch) | |
tree | cf8b78228e8d3acf0e4c0d537a237b014877b4f3 | |
parent | 3f48ec8e73a5cb2cdffaf5edf0eb1e8c44cbc20f (diff) |
Fix build.
Change-Id: Ia08b6e87b5be3ca2994e0c5fbc6b91c1a800208e
-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, |