diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 20:45:41 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-25 21:14:09 +0000 |
commit | bee1cc83ec4b8a246017a823305fd5d20869bce3 (patch) | |
tree | 398868a95857150f59994c8b2ebbb04fbca12be8 /svtools/source/misc/svtaccessiblefactory.cxx | |
parent | 614e1a6cf8839344755ea8d5227561f75772aa2a (diff) |
Remove visual noise from svtools
Change-Id: I7c2b74a449fb20aae5bc643e24a22cf6f732136d
Reviewed-on: https://gerrit.libreoffice.org/8320
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools/source/misc/svtaccessiblefactory.cxx')
-rw-r--r-- | svtools/source/misc/svtaccessiblefactory.cxx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/svtools/source/misc/svtaccessiblefactory.cxx b/svtools/source/misc/svtaccessiblefactory.cxx index 4370aebffbff..313389b5da73 100644 --- a/svtools/source/misc/svtaccessiblefactory.cxx +++ b/svtools/source/misc/svtaccessiblefactory.cxx @@ -30,15 +30,15 @@ // here) died, it's not said that everybody released all references to the // XAccessibleContext used by this component, and implemented in the acc lib. // So we cannot really unload the lib. - // + // Alternatively, if the lib would us own "usage counting", i.e. every component // implemented therein would affect a static ref count, the acc lib could care // for unloading itself. -//........................................................................ + namespace svt { -//........................................................................ + using namespace ::com::sun::star::uno; using namespace ::com::sun::star::awt; @@ -55,9 +55,9 @@ namespace svt static GetSvtAccessibilityComponentFactory s_pAccessibleFactoryFunc = NULL; static ::rtl::Reference< IAccessibleFactory > s_pFactory; - //==================================================================== + //= AccessibleDummyFactory - //==================================================================== + class AccessibleDummyFactory : public IAccessibleFactory { public: @@ -248,9 +248,9 @@ namespace svt } } - //==================================================================== + //= AccessibleFactoryAccess - //==================================================================== + AccessibleFactoryAccess::AccessibleFactoryAccess() :m_bInitialized( false ) @@ -345,8 +345,8 @@ namespace svt return *s_pFactory; } -//........................................................................ + } // namespace svt -//........................................................................ + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |