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

SD_DLLPRIVATE -> SAL_DLLPRIVATE

Change-Id: Ia5f99e3c7cb5aa11cd33ba7f00afc4b9da10f0b7
üst 698a03ef
......@@ -27,7 +27,6 @@
#else
#define SD_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
#endif
#define SD_DLLPRIVATE SAL_DLLPRIVATE
#endif /* INCLUDED_SDDLLAPI_H */
......
......@@ -72,7 +72,7 @@ public:
};
sal_Bool SD_DLLPRIVATE SdPageObjsTLB::bIsInDrag = sal_False;
sal_Bool SAL_DLLPRIVATE SdPageObjsTLB::bIsInDrag = sal_False;
sal_Bool SdPageObjsTLB::IsInDrag()
{
......
......@@ -133,7 +133,7 @@ private:
The output device to update. When it is <null/> then the call
is ignored.
*/
SD_DLLPRIVATE void UpdateWindow (OutputDevice* pDevice) const;
SAL_DLLPRIVATE void UpdateWindow (OutputDevice* pDevice) const;
};
} // end of namespace sd
......
......@@ -84,8 +84,8 @@ private:
sal_Bool mbInit : 1;
sal_Bool mbEnableModify : 1;
SD_DLLPRIVATE void Commit( SdOptionsItem& rCfgItem ) const;
SD_DLLPRIVATE ::com::sun::star::uno::Sequence< ::rtl::OUString > GetPropertyNames() const;
SAL_DLLPRIVATE void Commit( SdOptionsItem& rCfgItem ) const;
SAL_DLLPRIVATE ::com::sun::star::uno::Sequence< ::rtl::OUString > GetPropertyNames() const;
protected:
......
......@@ -59,7 +59,7 @@ class SD_DLLPUBLIC SdPageObjsTLB : public SvTreeListBox
{
private:
static sal_Bool SD_DLLPRIVATE bIsInDrag; ///< static, in the case the navigator is deleted in ExecuteDrag
static sal_Bool SAL_DLLPRIVATE bIsInDrag; ///< static, in the case the navigator is deleted in ExecuteDrag
public:
......@@ -95,13 +95,13 @@ public:
::sd::DrawDocShell& mrDocShell;
NavigatorDragType meDragType;
const ::com::sun::star::uno::Any maTreeListBoxData;
SD_DLLPRIVATE virtual ~SdPageObjsTransferable();
SAL_DLLPRIVATE virtual ~SdPageObjsTransferable();
SD_DLLPRIVATE virtual void AddSupportedFormats();
SD_DLLPRIVATE virtual sal_Bool GetData( const ::com::sun::star::datatransfer::DataFlavor& rFlavor );
SD_DLLPRIVATE virtual void DragFinished( sal_Int8 nDropAction );
SAL_DLLPRIVATE virtual void AddSupportedFormats();
SAL_DLLPRIVATE virtual sal_Bool GetData( const ::com::sun::star::datatransfer::DataFlavor& rFlavor );
SAL_DLLPRIVATE virtual void DragFinished( sal_Int8 nDropAction );
SD_DLLPRIVATE virtual sal_Int64 SAL_CALL getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& rId ) throw( ::com::sun::star::uno::RuntimeException );
SAL_DLLPRIVATE virtual sal_Int64 SAL_CALL getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& rId ) throw( ::com::sun::star::uno::RuntimeException );
};
friend class SdPageObjsTLB::SdPageObjsTransferable;
......
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