summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appinit.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/appl/appinit.cxx')
-rw-r--r--sfx2/source/appl/appinit.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/appl/appinit.cxx b/sfx2/source/appl/appinit.cxx
index 18a9aae3cb7b..48b55e60cb8a 100644
--- a/sfx2/source/appl/appinit.cxx
+++ b/sfx2/source/appl/appinit.cxx
@@ -146,14 +146,14 @@ Sequence< OUString > SAL_CALL SfxTerminateListener_Impl::getSupportedServiceName
return lNames;
}
-//====================================================================
+
typedef bool ( *PFunc_getSpecialCharsForEdit)( Window* i_pParent, const Font& i_rFont, OUString& o_rOutString );
-//====================================================================
+
// Lazy binding of the GetSpecialCharsForEdit function as it resides in
// a library above us.
-//====================================================================
+
#ifndef DISABLE_DYNLOADING
@@ -195,7 +195,7 @@ OUString GetSpecialCharsForEdit(Window* pParent, const Font& rFont)
return aRet;
}
-//====================================================================
+
bool SfxApplication::Initialize_Impl()
{