summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/editeng/AccessibleContextBase.hxx3
-rw-r--r--include/svx/AccessibleControlShape.hxx1
-rw-r--r--include/svx/AccessibleGraphicShape.hxx1
-rw-r--r--include/svx/AccessibleOLEShape.hxx1
-rw-r--r--include/svx/AccessibleShape.hxx2
-rw-r--r--include/unotools/accessiblerelationsethelper.hxx1
6 files changed, 0 insertions, 9 deletions
diff --git a/include/editeng/AccessibleContextBase.hxx b/include/editeng/AccessibleContextBase.hxx
index 4e08267b2be7..1b9562986487 100644
--- a/include/editeng/AccessibleContextBase.hxx
+++ b/include/editeng/AccessibleContextBase.hxx
@@ -37,9 +37,6 @@ class EDITENG_DLLPUBLIC AccessibleContextBase
css::lang::XServiceInfo, css::accessibility::XAccessible>
{
public:
-
- //===== internal ========================================================
-
/** The origin of the accessible name or description.
*/
enum StringOrigin {
diff --git a/include/svx/AccessibleControlShape.hxx b/include/svx/AccessibleControlShape.hxx
index 68f34e11773c..78217463648e 100644
--- a/include/svx/AccessibleControlShape.hxx
+++ b/include/svx/AccessibleControlShape.hxx
@@ -65,7 +65,6 @@ class SAL_DLLPUBLIC_RTTI AccessibleControlShape final
,public AccessibleControlShape_Base
{
public:
- //===== internal ========================================================
AccessibleControlShape(
const AccessibleShapeInfo& rShapeInfo,
const AccessibleShapeTreeInfo& rShapeTreeInfo);
diff --git a/include/svx/AccessibleGraphicShape.hxx b/include/svx/AccessibleGraphicShape.hxx
index a81aa130bb52..ab1c579717ac 100644
--- a/include/svx/AccessibleGraphicShape.hxx
+++ b/include/svx/AccessibleGraphicShape.hxx
@@ -44,7 +44,6 @@ class SVX_DLLPUBLIC AccessibleGraphicShape
public css::accessibility::XAccessibleImage
{
public:
- //===== internal ========================================================
AccessibleGraphicShape (
const AccessibleShapeInfo& rShapeInfo,
const AccessibleShapeTreeInfo& rShapeTreeInfo);
diff --git a/include/svx/AccessibleOLEShape.hxx b/include/svx/AccessibleOLEShape.hxx
index 24c1b0795e15..9548a9c9e852 100644
--- a/include/svx/AccessibleOLEShape.hxx
+++ b/include/svx/AccessibleOLEShape.hxx
@@ -45,7 +45,6 @@ class SVX_DLLPUBLIC AccessibleOLEShape
public css::accessibility::XAccessibleAction
{
public:
- //===== internal ========================================================
AccessibleOLEShape (
const AccessibleShapeInfo& rShapeInfo,
const AccessibleShapeTreeInfo& rShapeTreeInfo);
diff --git a/include/svx/AccessibleShape.hxx b/include/svx/AccessibleShape.hxx
index 4a54a8466559..fdd22927527e 100644
--- a/include/svx/AccessibleShape.hxx
+++ b/include/svx/AccessibleShape.hxx
@@ -94,8 +94,6 @@ class SVX_DLLPUBLIC AccessibleShape
public css::lang::XUnoTunnel
{
public:
- //===== internal ========================================================
-
/** Create a new accessible object that makes the given shape accessible.
@param rShapeInfo
This object contains all information specific to the new
diff --git a/include/unotools/accessiblerelationsethelper.hxx b/include/unotools/accessiblerelationsethelper.hxx
index 23d1a5f1f35f..02803cf9ae43 100644
--- a/include/unotools/accessiblerelationsethelper.hxx
+++ b/include/unotools/accessiblerelationsethelper.hxx
@@ -43,7 +43,6 @@ class UNOTOOLS_DLLPUBLIC AccessibleRelationSetHelper final
: public cppu::WeakImplHelper<css::accessibility::XAccessibleRelationSet>
{
public:
- //===== internal ========================================================
AccessibleRelationSetHelper();
css::uno::Reference<css::accessibility::XAccessibleRelationSet> Clone() const;