summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/newhelp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/appl/newhelp.cxx')
-rw-r--r--sfx2/source/appl/newhelp.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/appl/newhelp.cxx b/sfx2/source/appl/newhelp.cxx
index 86deefaa3967..664302cbcdbc 100644
--- a/sfx2/source/appl/newhelp.cxx
+++ b/sfx2/source/appl/newhelp.cxx
@@ -168,10 +168,10 @@ using namespace ::comphelper;
Reference< util::XURLTransformer > xTrans( util::URLTransformer::create( ::comphelper::getProcessComponentContext() ) ); \
xTrans->parseStrict( aURL )
-//.........................................................................
+
namespace sfx2
{
-//.........................................................................
+
void HandleTaskPaneList( Window* pWindow, sal_Bool bAddToList )
{
@@ -240,10 +240,10 @@ namespace sfx2
return sSearchStr;
}
-//.........................................................................
+
// namespace sfx2
}
-//.........................................................................
+
// struct IndexEntry_Impl ------------------------------------------------