diff options
Diffstat (limited to 'sd/source/ui/dlg/dlgass.cxx')
-rw-r--r-- | sd/source/ui/dlg/dlgass.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/dlg/dlgass.cxx b/sd/source/ui/dlg/dlgass.cxx index 759a26cc7542..4ff7fa99d96d 100644 --- a/sd/source/ui/dlg/dlgass.cxx +++ b/sd/source/ui/dlg/dlgass.cxx @@ -207,7 +207,7 @@ public: void UpdatePageList(); void UpdateUserData(); - bool IsOwnFormat( const OUString& rPath ); + static bool IsOwnFormat( const OUString& rPath ); // dlg status void EndDialog( long nResult = 0 ); @@ -222,8 +222,8 @@ public: void ChangePage(); void LeavePage(); - OUString GetUiTextForCommand (const OUString& aCommandURL); - Image GetUiIconForCommand (const OUString& aCommandURL); + static OUString GetUiTextForCommand (const OUString& aCommandURL); + static Image GetUiIconForCommand (const OUString& aCommandURL); DECL_LINK( SelectFileHdl, void * ); DECL_LINK( SelectRegionHdl, ListBox * ); |