diff options
Diffstat (limited to 'include/connectivity/FValue.hxx')
-rw-r--r-- | include/connectivity/FValue.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/connectivity/FValue.hxx b/include/connectivity/FValue.hxx index d2fbfd47e9ba..9fa8d09199e6 100644 --- a/include/connectivity/FValue.hxx +++ b/include/connectivity/FValue.hxx @@ -472,7 +472,7 @@ namespace connectivity /// TSetBound is a functor to set the bound value with e.q. for_each call - struct OOO_DLLPUBLIC_DBTOOLS TSetBound + struct TSetBound { bool m_bBound; TSetBound(bool _bBound) : m_bBound(_bBound){} @@ -482,7 +482,7 @@ namespace connectivity /// TSetBound is a functor to set the bound value with e.q. for_each call - struct OOO_DLLPUBLIC_DBTOOLS TSetRefBound + struct TSetRefBound { bool m_bBound; TSetRefBound(bool _bBound) : m_bBound(_bBound){} |