summaryrefslogtreecommitdiffstats
path: root/basctl/source/basicide/bastype2.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-15 09:06:34 +0200
committerNoel Grandin <noel@peralex.com>2015-04-23 13:08:48 +0200
commita880ec813114c204303a5b2a27909ab7f9e027de (patch)
treef5942b76bcc6ccbe970d18e7e107c78990db44f3 /basctl/source/basicide/bastype2.hxx
parentloplugin:staticmethods (diff)
downloadcore-a880ec813114c204303a5b2a27909ab7f9e027de.tar.gz
core-a880ec813114c204303a5b2a27909ab7f9e027de.zip
loplugin:staticmethods
Change-Id: Id7fc12bc61c6e803f45cc60556d9cf54ac2e529f
Diffstat (limited to 'basctl/source/basicide/bastype2.hxx')
-rw-r--r--basctl/source/basicide/bastype2.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/bastype2.hxx b/basctl/source/basicide/bastype2.hxx
index 2b51b175091d..f08f298b6dc8 100644
--- a/basctl/source/basicide/bastype2.hxx
+++ b/basctl/source/basicide/bastype2.hxx
@@ -225,7 +225,7 @@ public:
EntryDescriptor GetEntryDescriptor( SvTreeListEntry* pEntry );
- ItemType ConvertType (EntryType eType);
+ static ItemType ConvertType (EntryType eType);
bool IsValidEntry( SvTreeListEntry* pEntry );
SvTreeListEntry* AddEntry(
@@ -236,8 +236,8 @@ public:
void RemoveEntry (SvTreeListEntry*);
void RemoveEntry (ScriptDocument const&);
- OUString GetRootEntryName( const ScriptDocument& rDocument, LibraryLocation eLocation ) const;
- void GetRootEntryBitmaps( const ScriptDocument& rDocument, Image& rImage );
+ OUString GetRootEntryName( const ScriptDocument& rDocument, LibraryLocation eLocation ) const;
+ static void GetRootEntryBitmaps( const ScriptDocument& rDocument, Image& rImage );
void SetCurrentEntry (EntryDescriptor&);