summaryrefslogtreecommitdiffstats
path: root/svx/source/unodraw/shapepropertynotifier.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/unodraw/shapepropertynotifier.cxx')
-rw-r--r--svx/source/unodraw/shapepropertynotifier.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/svx/source/unodraw/shapepropertynotifier.cxx b/svx/source/unodraw/shapepropertynotifier.cxx
index 63e23486301a..26b537e830f4 100644
--- a/svx/source/unodraw/shapepropertynotifier.cxx
+++ b/svx/source/unodraw/shapepropertynotifier.cxx
@@ -70,9 +70,6 @@ namespace svx
{
}
-
- //= PropertyChangeNotifier_Data
-
struct PropertyChangeNotifier_Data
{
::cppu::OWeakObject& m_rContext;
@@ -101,10 +98,6 @@ namespace svx
_out_rValue = xContextProps->getPropertyValue( getPropertyName() );
}
-
- //= PropertyChangeNotifier
-
-
PropertyChangeNotifier::PropertyChangeNotifier( ::cppu::OWeakObject& _rOwner, ::osl::Mutex& _rMutex )
:m_pData( new PropertyChangeNotifier_Data( _rOwner, _rMutex ) )
{