diff options
Diffstat (limited to 'basctl/source/inc')
-rw-r--r-- | basctl/source/inc/basidesh.hxx | 2 | ||||
-rw-r--r-- | basctl/source/inc/dlged.hxx | 4 | ||||
-rw-r--r-- | basctl/source/inc/dlgedclip.hxx | 2 | ||||
-rw-r--r-- | basctl/source/inc/propbrw.hxx | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/basctl/source/inc/basidesh.hxx b/basctl/source/inc/basidesh.hxx index 1ed8f9f950a1..a6e8ecc43e39 100644 --- a/basctl/source/inc/basidesh.hxx +++ b/basctl/source/inc/basidesh.hxx @@ -96,7 +96,7 @@ private: void CheckWindows(); void RemoveWindows( const ScriptDocument& rDocument, const OUString& rLibName, bool bDestroy ); void UpdateWindows(); - void InvalidateBasicIDESlots(); + static void InvalidateBasicIDESlots(); void StoreAllWindowData( bool bPersistent = true ); void SetMDITitle(); void EnableScrollbars( bool bEnable ); diff --git a/basctl/source/inc/dlged.hxx b/basctl/source/inc/dlged.hxx index 6371ac67b72f..81e9f61ef57d 100644 --- a/basctl/source/inc/dlged.hxx +++ b/basctl/source/inc/dlged.hxx @@ -103,7 +103,7 @@ public: private: DECL_LINK(MarkTimeout, void *); - void Print( Printer* pPrinter, const OUString& rTitle ); + static void Print( Printer* pPrinter, const OUString& rTitle ); private: ScrollBar* pHScroll; @@ -202,7 +202,7 @@ public: void ShowProperties(); void UpdatePropertyBrowserDelayed(); - void printPage( sal_Int32 nPage, Printer* pPrinter, const OUString& ); + static void printPage( sal_Int32 nPage, Printer* pPrinter, const OUString& ); bool AdjustPageSize(); diff --git a/basctl/source/inc/dlgedclip.hxx b/basctl/source/inc/dlgedclip.hxx index 92205ddc226a..e38ea8aac650 100644 --- a/basctl/source/inc/dlgedclip.hxx +++ b/basctl/source/inc/dlgedclip.hxx @@ -39,7 +39,7 @@ private: ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > m_SeqData; protected: - bool compareDataFlavors( const ::com::sun::star::datatransfer::DataFlavor& lFlavor, const ::com::sun::star::datatransfer::DataFlavor& rFlavor ); + static bool compareDataFlavors( const ::com::sun::star::datatransfer::DataFlavor& lFlavor, const ::com::sun::star::datatransfer::DataFlavor& rFlavor ); public: DlgEdTransferableImpl( const ::com::sun::star::uno::Sequence< ::com::sun::star::datatransfer::DataFlavor >& aSeqFlavors, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aSeqData ); diff --git a/basctl/source/inc/propbrw.hxx b/basctl/source/inc/propbrw.hxx index 8469624ec8e0..04ab22d5dccf 100644 --- a/basctl/source/inc/propbrw.hxx +++ b/basctl/source/inc/propbrw.hxx @@ -61,7 +61,7 @@ protected: typedef std::vector< ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface> > InterfaceArray; - ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > > + static ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > > CreateMultiSelectionSequence( const SdrMarkList& _rMarkList ); void implSetNewObjectSequence( const ::com::sun::star::uno::Sequence < ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > >& _rObjectSeq ); @@ -69,7 +69,7 @@ protected: void implSetNewObject( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxObject); - OUString GetHeadlineName( + static OUString GetHeadlineName( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxObject); public: |