summaryrefslogtreecommitdiffstats
path: root/include/unotools/configpaths.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/configpaths.hxx')
-rw-r--r--include/unotools/configpaths.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/include/unotools/configpaths.hxx b/include/unotools/configpaths.hxx
index c8a1f1b3b8a2..a4a937e8bc4b 100644
--- a/include/unotools/configpaths.hxx
+++ b/include/unotools/configpaths.hxx
@@ -23,10 +23,10 @@
#include <sal/types.h>
#include <rtl/ustring.hxx>
-//----------------------------------------------------------------------------
+
namespace utl
{
-//----------------------------------------------------------------------------
+
/** extract the local nodename and the parent nodepath
from a configuration path.
@@ -56,7 +56,7 @@ namespace utl
OUString& _rsOutPath,
OUString& _rsLocalName);
-//----------------------------------------------------------------------------
+
/** extract the first nodename from a configuration path.
@param _sInPath
@@ -77,7 +77,7 @@ namespace utl
UNOTOOLS_DLLPUBLIC OUString extractFirstFromConfigurationPath(
OUString const& _sInPath, OUString* _sOutPath = 0);
-//----------------------------------------------------------------------------
+
/** check whether a path is to a nested node with respect to a parent path.
@param _sNestedPath
@@ -101,7 +101,7 @@ namespace utl
bool isPrefixOfConfigurationPath(OUString const& _sNestedPath,
OUString const& _sPrefixPath);
-//----------------------------------------------------------------------------
+
/** get the relative path to a nested node with respect to a parent path.
@param _sNestedPath
@@ -126,7 +126,7 @@ namespace utl
UNOTOOLS_DLLPUBLIC OUString dropPrefixFromConfigurationPath(OUString const& _sNestedPath,
OUString const& _sPrefixPath);
-//----------------------------------------------------------------------------
+
/** Create a one-level relative configuration path from a set element name
without a known set element type.
@@ -141,7 +141,7 @@ namespace utl
*/
UNOTOOLS_DLLPUBLIC OUString wrapConfigurationElementName(OUString const& _sElementName);
-//----------------------------------------------------------------------------
+
/** Create a one-level relative configuration path from a set element name
and a known set element type.
@@ -161,9 +161,9 @@ namespace utl
OUString wrapConfigurationElementName(OUString const& _sElementName,
OUString const& _sTypeName);
-//----------------------------------------------------------------------------
+
} // namespace utl
-//----------------------------------------------------------------------------
+
#endif // INCLUDED_UNOTOOLS_CONFIGPATHS_HXX