summaryrefslogtreecommitdiff
path: root/svx/source/inc/fmundo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc/fmundo.hxx')
-rw-r--r--svx/source/inc/fmundo.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/inc/fmundo.hxx b/svx/source/inc/fmundo.hxx
index 7d36fe55ff09..7c6e1af05e5c 100644
--- a/svx/source/inc/fmundo.hxx
+++ b/svx/source/inc/fmundo.hxx
@@ -144,7 +144,7 @@ public:
// UNO Anbindung
// SMART_UNO_DECLARATION(FmXUndoEnvironment, ::cppu::OWeakObject);
// virtual sal_Bool queryInterface(UsrUik, ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface>&);
- // virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::reflection::XIdlClass>> getIdlClasses(void);
+ // virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::reflection::XIdlClass>> getIdlClasses();
void Lock() { osl_atomic_increment( &m_Locks ); }
void UnLock() { osl_atomic_decrement( &m_Locks ); }
@@ -197,8 +197,8 @@ public:
void Inserted(SdrObject* pObj);
void Removed(SdrObject* pObj);
- void Inserted(FmFormObj* pObj);
- void Removed(FmFormObj* pObj);
+ static void Inserted(FmFormObj* pObj);
+ static void Removed(FmFormObj* pObj);
};