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 1a2ecb9c9fd6..05978aee30c1 100644
--- a/sw/inc/SwSmartTagMgr.hxx
+++ b/sw/inc/SwSmartTagMgr.hxx
@@ -1,7 +1,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
@@ -44,13 +44,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);
};