summaryrefslogtreecommitdiff
path: root/sw/inc/SwSmartTagMgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/SwSmartTagMgr.hxx')
-rw-r--r--sw/inc/SwSmartTagMgr.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/SwSmartTagMgr.hxx b/sw/inc/SwSmartTagMgr.hxx
index d06293ad82bb..7b59e871bebf 100644
--- a/sw/inc/SwSmartTagMgr.hxx
+++ b/sw/inc/SwSmartTagMgr.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
@@ -45,13 +45,13 @@ private:
SwSmartTagMgr( const rtl::OUString& rModuleName );
virtual ~SwSmartTagMgr();
-
+
public:
static SwSmartTagMgr& Get();
-
+
// ::com::sun::star::util::XModifyListener
virtual void SAL_CALL modified( const ::com::sun::star::lang::EventObject& aEvent ) throw(::com::sun::star::uno::RuntimeException);
-
+
// ::com::sun::star::util::XChangesListener
virtual void SAL_CALL changesOccurred( const ::com::sun::star::util::ChangesEvent& Event ) throw(::com::sun::star::uno::RuntimeException);
};