diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 20:41:20 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 07:50:46 -0600 |
commit | 7d99ec7f7ec095dfa0d203f5eb43bab0e69256be (patch) | |
tree | 0fbe4279986d6b3d9a28c602e8e433632cd6d5a0 /starmath/source/unomodel.cxx | |
parent | 35e44118b8e55b2263bd10e8b11d9ac4e043228b (diff) |
Remove visual noise from starmath
Change-Id: I45a716abba68521c5ebc203eed205e717efead7b
Reviewed-on: https://gerrit.libreoffice.org/8315
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath/source/unomodel.cxx')
-rw-r--r-- | starmath/source/unomodel.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/starmath/source/unomodel.cxx b/starmath/source/unomodel.cxx index 5519b1759b0e..b3a1bbd2e906 100644 --- a/starmath/source/unomodel.cxx +++ b/starmath/source/unomodel.cxx @@ -62,7 +62,7 @@ using namespace ::com::sun::star::script; #define TWIP_TO_MM100(TWIP) ((TWIP) >= 0 ? (((TWIP)*127L+36L)/72L) : (((TWIP)*127L-36L)/72L)) #define MM100_TO_TWIP(MM100) ((MM100) >= 0 ? (((MM100)*72L+63L)/127L) : (((MM100)*72L-63L)/127L)) -//////////////////////////////////////////////////////////// + SmPrintUIOptions::SmPrintUIOptions() { @@ -155,10 +155,10 @@ SmPrintUIOptions::SmPrintUIOptions() } -//////////////////////////////////////////////////////////// -// + + // class SmModel -// + // values from com/sun/star/beans/PropertyAttribute #define PROPERTY_NONE 0 @@ -945,7 +945,7 @@ void SmModel::_getPropertyValues( const PropertyMapEntry **ppEntries, Any *pValu } } -////////////////////////////////////////////////////////////////////// + sal_Int32 SAL_CALL SmModel::getRendererCount( const uno::Any& /*rSelection*/, |