summaryrefslogtreecommitdiffstats
path: root/include/unotools/configitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/configitem.hxx')
-rw-r--r--include/unotools/configitem.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/unotools/configitem.hxx b/include/unotools/configitem.hxx
index d278ccba6b7c..7865bdb3f60c 100644
--- a/include/unotools/configitem.hxx
+++ b/include/unotools/configitem.hxx
@@ -27,7 +27,7 @@
#include <unotools/unotoolsdllapi.h>
#include <unotools/options.hxx>
-//-----------------------------------------------------------------------------
+
namespace com{ namespace sun{ namespace star{
namespace uno{
class Any;
@@ -42,7 +42,7 @@ namespace com{ namespace sun{ namespace star{
class XChangesListener;
}
}}}
-//-----------------------------------------------------------------------------
+
namespace utl
{
#define CONFIG_MODE_IMMEDIATE_UPDATE 0x00
@@ -82,7 +82,7 @@ namespace utl
void CallNotify(
const com::sun::star::uno::Sequence<OUString>& aPropertyNames);
- //***********************************************************************************************************************
+
// In special mode ALL_LOCALES we must support reading/writing of localized cfg entries as Sequence< PropertyValue >.
// These methods are helper to convert given lists of names and Any-values.
// format: PropertyValue.Name = <locale as ISO string>