summaryrefslogtreecommitdiffstats
path: root/svx/source/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-03 14:27:14 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-02-03 16:05:11 +0100
commitd7c274cad964509a7ae9eb4646cc95f7257b6c00 (patch)
tree8ec04da92f0e58a7cadcbb7c4a32e1f7197b356c /svx/source/inc
parentRemove needless SAL_DLLPRIVATE annotations (diff)
downloadcore-d7c274cad964509a7ae9eb4646cc95f7257b6c00.tar.gz
core-d7c274cad964509a7ae9eb4646cc95f7257b6c00.zip
Remove needless SAL_DLLPRIVATE annotations
Change-Id: Icfb27f12627796a05854dfb436b8d4e66c38d5db
Diffstat (limited to 'svx/source/inc')
-rw-r--r--svx/source/inc/fmshimp.hxx10
-rw-r--r--svx/source/inc/formcontroller.hxx2
-rw-r--r--svx/source/inc/tabwin.hxx8
3 files changed, 10 insertions, 10 deletions
diff --git a/svx/source/inc/fmshimp.hxx b/svx/source/inc/fmshimp.hxx
index e2036e719092..bbf13b814db4 100644
--- a/svx/source/inc/fmshimp.hxx
+++ b/svx/source/inc/fmshimp.hxx
@@ -88,7 +88,7 @@ typedef std::vector< ::com::sun::star::uno::Reference< ::com::sun::star::form::X
//==============================================================================
// a class iterating through all fields of a form which are bound to a field
// sub forms are ignored, grid columns (where the grid is a direct child of the form) are included
-class SAL_DLLPRIVATE FmXBoundFormFieldIterator : public ::comphelper::IndexAccessIterator
+class FmXBoundFormFieldIterator : public ::comphelper::IndexAccessIterator
{
public:
FmXBoundFormFieldIterator(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface>& _rStartingPoint) : ::comphelper::IndexAccessIterator(_rStartingPoint) { }
@@ -100,7 +100,7 @@ protected:
class FmFormPage;
//========================================================================
-struct SAL_DLLPRIVATE FmLoadAction
+struct FmLoadAction
{
FmFormPage* pPage;
sal_uLong nEventId;
@@ -122,7 +122,7 @@ typedef ::cppu::WeakComponentImplHelper4< ::com::sun::star::beans::XPropertyCh
> FmXFormShell_BD_BASE;
//========================================================================
-class SAL_DLLPRIVATE FmXFormShell_Base_Disambiguation : public FmXFormShell_BD_BASE
+class FmXFormShell_Base_Disambiguation : public FmXFormShell_BD_BASE
{
using ::com::sun::star::beans::XPropertyChangeListener::disposing;
protected:
@@ -144,7 +144,7 @@ struct SdrViewEvent;
class FmFormShell;
class FmFormView;
class FmFormObj;
-class SAL_DLLPRIVATE FmXFormShell :public FmXFormShell_BASE
+class FmXFormShell :public FmXFormShell_BASE
,public FmXFormShell_CFGBASE
,public ::svxform::OStaticDataAccessTools
,public ::svx::IControllerFeatureInvalidation
@@ -554,7 +554,7 @@ inline sal_Bool FmXFormShell::IsSelectionUpdatePending()
// = der Teil mit dem Container-Test fuer dieses Objekt.
// =
-class SAL_DLLPRIVATE SearchableControlIterator : public ::comphelper::IndexAccessIterator
+class SearchableControlIterator : public ::comphelper::IndexAccessIterator
{
OUString m_sCurrentValue;
// der aktuelle Wert der ControlSource-::com::sun::star::beans::Property
diff --git a/svx/source/inc/formcontroller.hxx b/svx/source/inc/formcontroller.hxx
index 62e178d29740..1cc77a9f81a8 100644
--- a/svx/source/inc/formcontroller.hxx
+++ b/svx/source/inc/formcontroller.hxx
@@ -130,7 +130,7 @@ namespace svxform
// FormController
//==================================================================
class ColumnInfoCache;
- class SAL_DLLPRIVATE FormController :public ::comphelper::OBaseMutex
+ class FormController :public ::comphelper::OBaseMutex
,public FormController_BASE
,public ::cppu::OPropertySetHelper
,public DispatchInterceptor
diff --git a/svx/source/inc/tabwin.hxx b/svx/source/inc/tabwin.hxx
index 1b7d5e5e82ae..6277bd8186b6 100644
--- a/svx/source/inc/tabwin.hxx
+++ b/svx/source/inc/tabwin.hxx
@@ -32,7 +32,7 @@
//==================================================================
class FmFieldWin;
-class SAL_DLLPRIVATE FmFieldWinListBox
+class FmFieldWinListBox
:public SvTreeListBox
{
FmFieldWin* pTabWin;
@@ -59,7 +59,7 @@ protected:
//========================================================================
class FmFormShell;
-class SAL_DLLPRIVATE FmFieldWinData
+class FmFieldWinData
{
public:
FmFieldWinData();
@@ -67,7 +67,7 @@ public:
};
//========================================================================
-class SAL_DLLPRIVATE FmFieldWin :public SfxFloatingWindow
+class FmFieldWin :public SfxFloatingWindow
,public SfxControllerItem
,public ::comphelper::OPropertyChangeListener
,public ::svxform::OStaticDataAccessTools
@@ -120,7 +120,7 @@ protected:
};
//========================================================================
-class SAL_DLLPRIVATE FmFieldWinMgr : public SfxChildWindow
+class FmFieldWinMgr : public SfxChildWindow
{
public:
FmFieldWinMgr(Window *pParent, sal_uInt16 nId,