Kaydet (Commit) d7c274ca authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove needless SAL_DLLPRIVATE annotations

Change-Id: Icfb27f12627796a05854dfb436b8d4e66c38d5db
üst 2ea954d4
......@@ -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
......
......@@ -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
......
......@@ -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,
......
......@@ -106,7 +106,7 @@ void SdrControlEventListenerImpl::StartListening(const uno::Reference< lang::XCo
}
// =============================================================================
struct SAL_DLLPRIVATE SdrUnoObjDataHolder
struct SdrUnoObjDataHolder
{
mutable ::rtl::Reference< SdrControlEventListenerImpl >
pEventListener;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment