summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorAndre Fischer <af@apache.org>2013-05-13 15:25:51 +0000
committerMichael Meeks <michael.meeks@suse.com>2013-05-20 11:33:33 +0100
commitcb7bbfe182ebbba3dfd9e32bb4937430db4b2f62 (patch)
tree6369bb08e4392fe717f2a1e7c0d596beced381de /svx/inc
parente5818a4f5bd0f0c347e533c841c6663c2e223245 (diff)
Resolves: #i121981# Don't change sidebar context while in Impress table
(cherry picked from commit a97c4ca2c235a4654243cbbdf970800454b5aa56) Change-Id: I66ece2edb436b6e9f6bff110149d6c0c2aa37c7d
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/svx/sidebar/SelectionAnalyzer.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/svx/inc/svx/sidebar/SelectionAnalyzer.hxx b/svx/inc/svx/sidebar/SelectionAnalyzer.hxx
index 05f8c0b4ee9d..601a96e977f9 100644
--- a/svx/inc/svx/sidebar/SelectionAnalyzer.hxx
+++ b/svx/inc/svx/sidebar/SelectionAnalyzer.hxx
@@ -27,6 +27,11 @@ class SdrObject;
namespace svx { namespace sidebar {
+/** Analyze the current selection of Calc or Draw/Impress documents
+ and return the associated sidebar context.
+
+ The decision is based on heuristics. Do not expect pretty code.
+*/
class SVX_DLLPUBLIC SelectionAnalyzer
{
public :