summaryrefslogtreecommitdiff
path: root/include/unotools/useroptions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/useroptions.hxx')
-rw-r--r--include/unotools/useroptions.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unotools/useroptions.hxx b/include/unotools/useroptions.hxx
index 42dfa37c84df..adc5f5055d5b 100644
--- a/include/unotools/useroptions.hxx
+++ b/include/unotools/useroptions.hxx
@@ -90,11 +90,11 @@ public:
void SetBoolValue (UserOptToken nToken, bool bNewValue);
private:
- class Impl;
+ class SAL_DLLPRIVATE Impl;
std::shared_ptr<Impl> xImpl;
static std::weak_ptr<Impl> xSharedImpl;
private:
- class ChangeListener;
+ class SAL_DLLPRIVATE ChangeListener;
};
#endif // INCLUDED_UNOTOOLS_USEROPTIONS_HXX