diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-02-12 16:56:44 +0100 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-02-12 16:56:44 +0100 |
commit | 1333cd2250ff8b1d648062a5767203ea1a051dd2 (patch) | |
tree | 3607700febb1b83e32c9ebf580d9138f31dc7307 /sc/source/ui/unoobj/shapeuno.cxx | |
parent | 98830d0c79642a9e81ff7036221515151e4b6cca (diff) |
changefileheader2: #i10000#: convert files with CR/LF characters to CR only
Diffstat (limited to 'sc/source/ui/unoobj/shapeuno.cxx')
-rw-r--r-- | sc/source/ui/unoobj/shapeuno.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/unoobj/shapeuno.cxx b/sc/source/ui/unoobj/shapeuno.cxx index 4bf1c4892252..54e18c957fff 100644 --- a/sc/source/ui/unoobj/shapeuno.cxx +++ b/sc/source/ui/unoobj/shapeuno.cxx @@ -159,12 +159,12 @@ uno::Any SAL_CALL ScShapeObj::queryInterface( const uno::Type& rType ) void SAL_CALL ScShapeObj::acquire() throw() { - OWeakObject::acquire();
+ OWeakObject::acquire(); } void SAL_CALL ScShapeObj::release() throw() { - OWeakObject::release();
+ OWeakObject::release(); } void ScShapeObj::GetShapePropertySet() |