summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/oox/token/tokenmap.hxx2
-rw-r--r--include/vcl/notebookbar/NotebookbarPopup.hxx2
-rw-r--r--include/vcl/toolkit/svlbitm.hxx6
-rw-r--r--include/vcl/window.hxx2
4 files changed, 6 insertions, 6 deletions
diff --git a/include/oox/token/tokenmap.hxx b/include/oox/token/tokenmap.hxx
index 60dbcee9f9b1..60aeb8082001 100644
--- a/include/oox/token/tokenmap.hxx
+++ b/include/oox/token/tokenmap.hxx
@@ -36,7 +36,7 @@
namespace oox {
-class OOX_DLLPUBLIC TokenMap
+class TokenMap
{
public:
explicit TokenMap();
diff --git a/include/vcl/notebookbar/NotebookbarPopup.hxx b/include/vcl/notebookbar/NotebookbarPopup.hxx
index 76ab84bee86e..c417a75f4328 100644
--- a/include/vcl/notebookbar/NotebookbarPopup.hxx
+++ b/include/vcl/notebookbar/NotebookbarPopup.hxx
@@ -28,7 +28,7 @@
* and after close moved to the original parent
*/
-class VCL_DLLPUBLIC NotebookbarPopup : public FloatingWindow
+class NotebookbarPopup : public FloatingWindow
{
private:
VclPtr<VclHBox> m_pBox;
diff --git a/include/vcl/toolkit/svlbitm.hxx b/include/vcl/toolkit/svlbitm.hxx
index ccb0f64301e5..6ed70b37d093 100644
--- a/include/vcl/toolkit/svlbitm.hxx
+++ b/include/vcl/toolkit/svlbitm.hxx
@@ -59,7 +59,7 @@ namespace o3tl
struct SvLBoxButtonData_Impl;
-class VCL_DLLPUBLIC SvLBoxButtonData
+class SvLBoxButtonData
{
private:
Link<SvLBoxButtonData*,void> aLink;
@@ -69,8 +69,8 @@ private:
bool bDataOk;
std::vector<Image> aBmps; // indices s. constants BMP_...
- VCL_DLLPRIVATE void SetWidthAndHeight();
- VCL_DLLPRIVATE void InitData( bool _bRadioBtn, const Control* pControlForSettings );
+ void SetWidthAndHeight();
+ void InitData( bool _bRadioBtn, const Control* pControlForSettings );
public:
// include creating default images (CheckBox or RadioButton)
SvLBoxButtonData( const Control* pControlForSettings, bool _bRadioBtn );
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index 1a164c0654ed..12dc985281be 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -464,7 +464,7 @@ namespace o3tl {
namespace vcl {
-class VCL_DLLPUBLIC RenderTools
+class RenderTools
{
public:
// transparent background for selected or checked items in toolboxes etc.