summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-10-21 20:47:31 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-10-22 21:07:46 +0200
commit1002675c64315b75d5a2ff75431d8de8d52459d9 (patch)
treefb24d811e9238ae1a7c47b1b42dbcfb00f1b30cc /include/sfx2
parent46dd214ab94181d3c552d86ec20b4a2c104fcc48 (diff)
rename SfxThumbnailView back to ThumbnailView
Change-Id: I07251905c3bf5bccb23c684d47ed34e79dde55fb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104645 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/templatelocalview.hxx2
-rw-r--r--include/sfx2/thumbnailview.hxx10
2 files changed, 6 insertions, 6 deletions
diff --git a/include/sfx2/templatelocalview.hxx b/include/sfx2/templatelocalview.hxx
index 5ce620bed4a2..cd2efb89db8f 100644
--- a/include/sfx2/templatelocalview.hxx
+++ b/include/sfx2/templatelocalview.hxx
@@ -63,7 +63,7 @@ private:
FILTER_APPLICATION mApp;
};
-class SfxTemplateLocalView : public SfxThumbnailView
+class SfxTemplateLocalView : public ThumbnailView
{
typedef bool (*selection_cmp_fn)(const ThumbnailViewItem*,const ThumbnailViewItem*);
diff --git a/include/sfx2/thumbnailview.hxx b/include/sfx2/thumbnailview.hxx
index 93d67e8928bb..f38b41c8b4b2 100644
--- a/include/sfx2/thumbnailview.hxx
+++ b/include/sfx2/thumbnailview.hxx
@@ -181,12 +181,12 @@ public:
virtual ~ThumbnailViewBase();
};
-class SFX2_DLLPUBLIC SfxThumbnailView : public weld::CustomWidgetController, public ThumbnailViewBase
+class SFX2_DLLPUBLIC ThumbnailView : public weld::CustomWidgetController, public ThumbnailViewBase
{
public:
- SfxThumbnailView(std::unique_ptr<weld::ScrolledWindow> xWindow, std::unique_ptr<weld::Menu> xMenu);
+ ThumbnailView(std::unique_ptr<weld::ScrolledWindow> xWindow, std::unique_ptr<weld::Menu> xMenu);
- virtual ~SfxThumbnailView() override;
+ virtual ~ThumbnailView() override;
virtual bool MouseMove(const MouseEvent& rMEvt) override;
@@ -280,12 +280,12 @@ protected:
virtual void OnItemDblClicked (ThumbnailViewItem *pItem);
- // Set Item colors from the SfxThumbnailView colors
+ // Set Item colors from the ThumbnailView colors
void UpdateColors();
protected:
- friend class SfxThumbnailViewAcc;
+ friend class ThumbnailViewAcc;
friend class ThumbnailViewItemAcc;
void CalculateItemPositions (bool bScrollBarUsed = false);