summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/dlgass.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-29 09:55:11 +0200
committerNoel Grandin <noel@peralex.com>2015-05-05 09:30:40 +0200
commit6ca16a4cad999dbb0296ea64db2263a26e52f36c (patch)
tree3a7cae9635647f616df0d5ff024901331aa571fb /sd/source/ui/dlg/dlgass.cxx
parentcc7af44abd5999cf8af69dd8e5e8f86908a3fcb6 (diff)
loplugin:staticmethods
Change-Id: Ie7a1a5bc61d19aebd11a00c63c1f4104d893efbe
Diffstat (limited to 'sd/source/ui/dlg/dlgass.cxx')
-rw-r--r--sd/source/ui/dlg/dlgass.cxx6
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 * );