summaryrefslogtreecommitdiff
path: root/reportdesign/inc/UndoActions.hxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 19:49:46 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 08:57:59 -0600
commit2196955b00071dce0d89e6dd13c50284d066e1f2 (patch)
treeaba1653fc3b7817db0eb6819d7cf9059538169b9 /reportdesign/inc/UndoActions.hxx
parent2efee3c632bb8372685bb9f7b07e99b91668d779 (diff)
Remove visual noise from reportdesign
Change-Id: I2fea3ecefa24cfc0f3cc2a2f4de7c934eba5d6f7 Reviewed-on: https://gerrit.libreoffice.org/8295 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'reportdesign/inc/UndoActions.hxx')
-rw-r--r--reportdesign/inc/UndoActions.hxx35
1 files changed, 16 insertions, 19 deletions
diff --git a/reportdesign/inc/UndoActions.hxx b/reportdesign/inc/UndoActions.hxx
index 34c4155396b6..3b92fec6d0fa 100644
--- a/reportdesign/inc/UndoActions.hxx
+++ b/reportdesign/inc/UndoActions.hxx
@@ -105,9 +105,9 @@ namespace rptui
static ::std::mem_fun_t< ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection> , OReportHelper> getMemberFunction(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >& _xSection);
};
- //==================================================================================================================
+
//= UndoContext
- //==================================================================================================================
+
class UndoContext
{
public:
@@ -126,9 +126,9 @@ namespace rptui
SfxUndoManager& m_rUndoManager;
};
- //==================================================================================================================
+
//= UndoSuppressor
- //==================================================================================================================
+
class UndoSuppressor
{
public:
@@ -147,9 +147,9 @@ namespace rptui
SfxUndoManager& m_rUndoManager;
};
- //==================================================================================================================
+
//= OCommentUndoAction
- //==================================================================================================================
+
class REPORTDESIGN_DLLPUBLIC OCommentUndoAction : public SdrUndoAction
{
protected:
@@ -166,9 +166,9 @@ namespace rptui
virtual void Undo();
virtual void Redo();
};
- //==================================================================
+
// OUndoContainerAction
- //==================================================================
+
class REPORTDESIGN_DLLPUBLIC OUndoContainerAction: public OCommentUndoAction
{
OUndoContainerAction(OUndoContainerAction&);
@@ -200,9 +200,9 @@ namespace rptui
virtual void implReRemove( ) SAL_THROW( ( ::com::sun::star::uno::Exception ) );
};
- //==================================================================
+
// OUndoReportSectionAction
- //==================================================================
+
class REPORTDESIGN_DLLPUBLIC OUndoReportSectionAction : public OUndoContainerAction
{
OReportHelper m_aReportHelper;
@@ -222,9 +222,8 @@ namespace rptui
virtual void implReRemove( ) SAL_THROW( ( ::com::sun::star::uno::Exception ) );
};
- //==================================================================
+
// OUndoGroupSectionAction
- //==================================================================
class REPORTDESIGN_DLLPUBLIC OUndoGroupSectionAction : public OUndoContainerAction
{
OGroupHelper m_aGroupHelper;
@@ -244,9 +243,7 @@ namespace rptui
virtual void implReRemove( ) SAL_THROW( ( ::com::sun::star::uno::Exception ) );
};
- ///==================================================================
- /// ORptUndoPropertyAction
- ///==================================================================
+ // ORptUndoPropertyAction
class REPORTDESIGN_DLLPUBLIC ORptUndoPropertyAction: public OCommentUndoAction
{
::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> m_xObj;
@@ -271,9 +268,9 @@ namespace rptui
virtual OUString GetComment() const;
};
- //==================================================================
+
// OUndoPropertyReportSectionAction
- //==================================================================
+
class REPORTDESIGN_DLLPUBLIC OUndoPropertyReportSectionAction : public ORptUndoPropertyAction
{
OReportHelper m_aReportHelper;
@@ -290,9 +287,9 @@ namespace rptui
);
};
- //==================================================================
+
// OUndoPropertyGroupSectionAction
- //==================================================================
+
class REPORTDESIGN_DLLPUBLIC OUndoPropertyGroupSectionAction : public ORptUndoPropertyAction
{
OGroupHelper m_aGroupHelper;