summaryrefslogtreecommitdiff
path: root/include/unotools/lingucfg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/lingucfg.hxx')
-rw-r--r--include/unotools/lingucfg.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/unotools/lingucfg.hxx b/include/unotools/lingucfg.hxx
index 8ce4961c472c..1c5c76f479be 100644
--- a/include/unotools/lingucfg.hxx
+++ b/include/unotools/lingucfg.hxx
@@ -162,16 +162,16 @@ public:
SvtLinguConfig();
virtual ~SvtLinguConfig();
- //
+
// borrowed from utl::ConfigItem
- //
+
com::sun::star::uno::Sequence< OUString >
GetNodeNames( const OUString &rNode );
- //
+
com::sun::star::uno::Sequence< com::sun::star::uno::Any >
GetProperties(
const com::sun::star::uno::Sequence< OUString > &rNames );
- //
+
bool
ReplaceSetProperties(
const OUString &rNode,
@@ -196,7 +196,7 @@ public:
//! linguistic configuration only
//!
bool GetElementNamesFor( const OUString &rNodeName, com::sun::star::uno::Sequence< OUString > &rElementNames ) const;
- //
+
bool GetSupportedDictionaryFormatsFor( const OUString &rSetName, const OUString &rSetEntry, com::sun::star::uno::Sequence< OUString > &rFormatList ) const;
bool GetDictionaryEntry( const OUString &rNodeName, SvtLinguConfigDictionaryEntry &rDicEntry ) const;