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.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sd/source/ui/inc/smarttag.hxx b/sd/source/ui/inc/smarttag.hxx
index a776197ea1ff..54763ddbf7b7 100644
--- a/sd/source/ui/inc/smarttag.hxx
+++ b/sd/source/ui/inc/smarttag.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -63,7 +63,7 @@ public:
virtual bool MouseButtonDown( const MouseEvent&, SmartHdl& );
/** returns true if the SmartTag consumes this event. */
- virtual bool KeyInput( const KeyEvent& rKEvt );
+ virtual bool KeyInput( const KeyEvent& rKEvt );
/** returns true if the SmartTag consumes this event. */
virtual bool RequestHelp( const HelpEvent& rHEvt );
@@ -94,8 +94,8 @@ protected:
bool mbSelected;
private:
- SmartTag( const SmartTag& ); // not implemented
- SmartTag& operator=( const SmartTag& ); // not implemented
+ SmartTag( const SmartTag& ); // not implemented
+ SmartTag& operator=( const SmartTag& ); // not implemented
};
typedef rtl::Reference< SmartTag > SmartTagReference;
@@ -121,7 +121,7 @@ public:
bool MouseButtonDown( const MouseEvent& );
/** returns true if a SmartTag consumes this event. */
- bool KeyInput( const KeyEvent& rKEvt );
+ bool KeyInput( const KeyEvent& rKEvt );
/** returns true if a SmartTag consumes this event. */
bool RequestHelp( const HelpEvent& rHEvt );
@@ -151,8 +151,8 @@ public:
void CheckPossibilities();
private:
- SmartTagSet( const SmartTagSet& ); // not implemented
- SmartTagSet& operator=( const SmartTagSet& ); // not implemented
+ SmartTagSet( const SmartTagSet& ); // not implemented
+ SmartTagSet& operator=( const SmartTagSet& ); // not implemented
/** adds a new smart tag to this set */
void add( const SmartTagReference& xTag );
@@ -185,6 +185,6 @@ protected:
} // end of namespace sd
-#endif // _SD_SMARTTAG_HXX_
+#endif // _SD_SMARTTAG_HXX_
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */