summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/smarttag.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/smarttag.hxx')
-rw-r--r--sd/source/ui/inc/smarttag.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/smarttag.hxx b/sd/source/ui/inc/smarttag.hxx
index b34a47da1d5b..f227e417d911 100644
--- a/sd/source/ui/inc/smarttag.hxx
+++ b/sd/source/ui/inc/smarttag.hxx
@@ -63,7 +63,7 @@ public:
virtual bool Command( const CommandEvent& rCEvt );
/** returns true if this smart tag is currently selected */
- bool isSelected() const;
+ bool isSelected() const { return mbSelected;}
::sd::View& getView() const { return mrView; }