summaryrefslogtreecommitdiff
path: root/include/svx/orienthelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/orienthelper.hxx')
-rw-r--r--include/svx/orienthelper.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svx/orienthelper.hxx b/include/svx/orienthelper.hxx
index 5d9e188c3a8e..80d252f148d2 100644
--- a/include/svx/orienthelper.hxx
+++ b/include/svx/orienthelper.hxx
@@ -33,7 +33,6 @@ namespace svx {
class DialControl;
-
struct OrientationHelper_Impl;
/** A helper class that manages a DialControl and a "Stacked text" check box.
@@ -91,7 +90,6 @@ private:
};
-
/** Wrapper for usage of the stacked attribute of an OrientationHelper in item connections. */
class SVX_DLLPUBLIC OrientStackedWrapper : public sfx::SingleControlWrapper< OrientationHelper, bool >
{
@@ -106,12 +104,10 @@ public:
};
-
/** An item<->control connection for the stacked attribute of an OrientationHelper. */
typedef sfx::ItemControlConnection< sfx::BoolItemWrapper, OrientStackedWrapper > OrientStackedConnection;
-
} // namespace
#endif