diff options
author | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-01-09 19:00:11 +0100 |
---|---|---|
committer | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-01-09 19:00:11 +0100 |
commit | baf112e6f085c4e13ece0028a9c40f41d8ced308 (patch) | |
tree | a6d4960976d5d1fd953ef4167981312bfc016cf1 /include/sfx2 | |
parent | 0c4639fa83d6b586e099ab373ee2f7b588588c65 (diff) |
Startcenter: mnSpacing became unused
Change-Id: I01f2911c690da36ed0d5beb306e28ab438890fd9
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/thumbnailview.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/thumbnailview.hxx b/include/sfx2/thumbnailview.hxx index bfd1ca5f93cf..3ee7a45bf067 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; |