[Libreoffice-commits] core.git: include/sfx2 sfx2/source
Zolnai Tamás
tamas.zolnai at collabora.com
Thu Jan 9 10:01:48 PST 2014
include/sfx2/thumbnailview.hxx | 1 -
sfx2/source/control/thumbnailview.cxx | 1 -
2 files changed, 2 deletions(-)
New commits:
commit baf112e6f085c4e13ece0028a9c40f41d8ced308
Author: Zolnai Tamás <tamas.zolnai at collabora.com>
Date: Thu Jan 9 19:00:11 2014 +0100
Startcenter: mnSpacing became unused
Change-Id: I01f2911c690da36ed0d5beb306e28ab438890fd9
diff --git a/include/sfx2/thumbnailview.hxx b/include/sfx2/thumbnailview.hxx
index bfd1ca5..3ee7a45 100644
--- a/include/sfx2/thumbnailview.hxx
+++ b/include/sfx2/thumbnailview.hxx
@@ -330,7 +330,6 @@ protected:
sal_uInt16 mnCols;
sal_uInt16 mnFirstLine;
- sal_uInt16 mnSpacing;
bool mbScroll : 1;
bool mbIsTransientChildrenDisabled : 1;
bool mbHasVisibleItems : 1;
diff --git a/sfx2/source/control/thumbnailview.cxx b/sfx2/source/control/thumbnailview.cxx
index b799487..5c8522e 100644
--- a/sfx2/source/control/thumbnailview.cxx
+++ b/sfx2/source/control/thumbnailview.cxx
@@ -150,7 +150,6 @@ void ThumbnailView::ImplInit()
mnFineness = 5;
mnFirstLine = 0;
mnCols = 0;
- mnSpacing = 0;
mbScroll = false;
mbHasVisibleItems = false;
mbShowTooltips = false;
More information about the Libreoffice-commits
mailing list