summaryrefslogtreecommitdiff
path: root/unotools/source/config/compatibility.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-06 19:00:46 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-06 19:37:47 +0300
commitbe616c26f990d651c752be201e29e2b89ba17f2a (patch)
tree86b809105b73eaaa54c66d667776827190a19c64 /unotools/source/config/compatibility.cxx
parent79247e9fa74c7b5472c5ee2bd98b27cef73788b1 (diff)
Bin empty @seealso, @param, @return and @onerror metacomments
Change-Id: I9a590b9e65960bf7360b37567aa5bfa7588c69f7
Diffstat (limited to 'unotools/source/config/compatibility.cxx')
-rw-r--r--unotools/source/config/compatibility.cxx26
1 files changed, 0 insertions, 26 deletions
diff --git a/unotools/source/config/compatibility.cxx b/unotools/source/config/compatibility.cxx
index 46bcaf30e1fe..d3fd808a1624 100644
--- a/unotools/source/config/compatibility.cxx
+++ b/unotools/source/config/compatibility.cxx
@@ -231,9 +231,6 @@ class SvtCompatibilityOptions_Impl : public ConfigItem
@seealso baseclass ConfigItem
@param "lPropertyNames" is the list of properties which should be updated.
- @return -
-
- @onerror -
*//*-*****************************************************************************************************/
virtual void Notify( const Sequence< OUString >& lPropertyNames ) SAL_OVERRIDE;
@@ -244,11 +241,6 @@ class SvtCompatibilityOptions_Impl : public ConfigItem
and should always called in our destructor to guarantee consistency of config data.
@seealso baseclass ConfigItem
-
- @param -
- @return -
-
- @onerror -
*//*-*****************************************************************************************************/
virtual void Commit() SAL_OVERRIDE;
@@ -259,13 +251,6 @@ class SvtCompatibilityOptions_Impl : public ConfigItem
@short base implementation of public interface for "SvtCompatibilityOptions"!
@descr These class is used as static member of "SvtCompatibilityOptions" ...
=> The code exist only for one time and isn't duplicated for every instance!
-
- @seealso -
-
- @param -
- @return -
-
- @onerror -
*//*-*****************************************************************************************************/
void Clear();
@@ -304,29 +289,18 @@ class SvtCompatibilityOptions_Impl : public ConfigItem
@short return list of key names of our configuration management which represent one module tree
@descr These methods return the current list of key names! We need it to get needed values from our
configuration management and support dynamical menu item lists!
-
- @seealso -
-
- @param -
@return A list of configuration key names is returned.
-
- @onerror -
*//*-*****************************************************************************************************/
Sequence< OUString > impl_GetPropertyNames( Sequence< OUString >& rItems );
/*-****************************************************************************************************
@short expand the list for all well known properties to destination
- @descr -
- @attention -
-
@seealso method impl_GetPropertyNames()
@param "lSource" , original list
@param "lDestination" , destination of operation
@return A list of configuration key names is returned.
-
- @onerror -
*//*-*****************************************************************************************************/
void impl_ExpandPropertyNames( const Sequence< OUString >& lSource,