summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/Deck.hxx
diff options
context:
space:
mode:
authorAndre Fischer <af@apache.org>2013-04-23 14:08:04 +0000
committerMichael Meeks <michael.meeks@suse.com>2013-05-20 11:33:20 +0100
commiteebf7fa20a97d36e859b6537cf889bff8dbbf565 (patch)
tree83320858522291878a653ca9ff456b281f282881 /sfx2/source/sidebar/Deck.hxx
parenta1c02181319d32c4444ab7fdb4f1086221056a34 (diff)
Resolves: #i122086# Show icons in decks and titles (optionally)
(cherry picked from commit 80b53edb04ed2d4b4f27f8256b754593902f0c23) Change-Id: Ic9aafce182b96aa44956d9ddbf165f4cc736e41b
Diffstat (limited to 'sfx2/source/sidebar/Deck.hxx')
-rw-r--r--sfx2/source/sidebar/Deck.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/source/sidebar/Deck.hxx b/sfx2/source/sidebar/Deck.hxx
index ae1cf196ad42..07cdaecb6d71 100644
--- a/sfx2/source/sidebar/Deck.hxx
+++ b/sfx2/source/sidebar/Deck.hxx
@@ -93,6 +93,8 @@ private:
::boost::scoped_ptr<ScrollBar> mpVerticalScrollBar;
DECL_LINK(HandleVerticalScrollBarChange,void*);
+
+
};