summaryrefslogtreecommitdiffstats
path: root/include/toolkit/helper/accessiblefactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/toolkit/helper/accessiblefactory.hxx')
-rw-r--r--include/toolkit/helper/accessiblefactory.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/toolkit/helper/accessiblefactory.hxx b/include/toolkit/helper/accessiblefactory.hxx
index 0c90cd82be20..6428a10fa15d 100644
--- a/include/toolkit/helper/accessiblefactory.hxx
+++ b/include/toolkit/helper/accessiblefactory.hxx
@@ -41,10 +41,10 @@ class VCLXToolBox;
class VCLXWindow;
class Menu;
-//........................................................................
+
namespace toolkit
{
-//........................................................................
+
/** a function which is able to create a factory for the standard Accessible/Context
components needed for standard toolkit controls
@@ -55,9 +55,9 @@ namespace toolkit
*/
typedef void* (SAL_CALL * GetStandardAccComponentFactory)( );
- //================================================================
+
//= IAccessibleFactory
- //================================================================
+
class IAccessibleFactory : public ::rtl::IReference
{
public:
@@ -125,9 +125,9 @@ namespace toolkit
~IAccessibleFactory() {}
};
-//........................................................................
+
} // namespace toolkit
-//........................................................................
+
#endif // INCLUDED_TOOLKIT_HELPER_ACCESSIBLEFACTORY_HXX