summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndre Fischer <af@apache.org>2013-05-10 08:51:15 +0000
committerMichael Meeks <michael.meeks@suse.com>2013-05-20 11:33:31 +0100
commitb97fb5ca158f8839798900bae7239bb9339a062b (patch)
tree354f81cac419d2935dcedbe9d90e1596fadd77ca /include
parentbd26a6abb58f16b77f587b8d5c3aee41ae728ada (diff)
Related: #i122082# Disable controls of text property sidebar...
panel for disabled document parts (cherry picked from commit ffcc8c326640dfbc6b765cd25875adf9e0ab66ad) Conflicts: sfx2/inc/sfx2/sidebar/ControllerItem.hxx svx/source/sidebar/text/TextPropertyPanel.cxx Change-Id: I9f38c71c6415f3d255b5607a67a110bca47358b0 Related: #i122082# Remove temporary change (cherry picked from commit f213ea43fac43326a643f30ff13abd9d77f6aed7) Change-Id: I157542fd5dbbda17b63900be9a41782ee581309c
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/sidebar/ControllerItem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/sidebar/ControllerItem.hxx b/include/sfx2/sidebar/ControllerItem.hxx
index e79d797b0c06..61d21ba36f63 100644
--- a/include/sfx2/sidebar/ControllerItem.hxx
+++ b/include/sfx2/sidebar/ControllerItem.hxx
@@ -88,7 +88,7 @@ public:
Changes of this state are notified via the
ItemUpdateReceiverInterface::NotifyContextChang() method.
*/
- bool IsEnabled (void) const;
+ bool IsEnabled (const SfxItemState eState) const;
/** Force the controller item to call its NotifyItemUpdate
callback with up-to-date data.