summaryrefslogtreecommitdiff
path: root/include/svtools/imapobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/imapobj.hxx')
-rw-r--r--include/svtools/imapobj.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/imapobj.hxx b/include/svtools/imapobj.hxx
index 874614ba214a..22b3d3546785 100644
--- a/include/svtools/imapobj.hxx
+++ b/include/svtools/imapobj.hxx
@@ -87,9 +87,9 @@ public:
bool bActive );
virtual ~IMapObject() {};
- sal_uInt16 GetVersion() const;
- virtual sal_uInt16 GetType() const = 0;
- virtual bool IsHit( const Point& rPoint ) const = 0;
+ sal_uInt16 GetVersion() const;
+ virtual sal_uInt16 GetType() const = 0;
+ virtual bool IsHit( const Point& rPoint ) const = 0;
void Write ( SvStream& rOStm, const OUString& rBaseURL ) const;
void Read( SvStream& rIStm, const OUString& rBaseURL );