summaryrefslogtreecommitdiff
path: root/vbahelper/source/vbahelper/vbahelper.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 22:49:25 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 07:13:32 -0600
commitd304c532e8450d0e68d4275468c2f6ed9a68a6c3 (patch)
tree9879b1417a386fe90a8a5df796ba5c572d34a9df /vbahelper/source/vbahelper/vbahelper.cxx
parent8440c9ed92561c307bfab131c7de7144ed24100b (diff)
Remove visual noise from vbahelper
Change-Id: I068c2a73a3ae487aff7c5451545d3e0aee50b1da Reviewed-on: https://gerrit.libreoffice.org/8338 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vbahelper/source/vbahelper/vbahelper.cxx')
-rw-r--r--vbahelper/source/vbahelper/vbahelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vbahelper/source/vbahelper/vbahelper.cxx b/vbahelper/source/vbahelper/vbahelper.cxx
index 2663b38409f8..388b50ac0173 100644
--- a/vbahelper/source/vbahelper/vbahelper.cxx
+++ b/vbahelper/source/vbahelper/vbahelper.cxx
@@ -969,7 +969,7 @@ void UserFormGeometryHelper::implSetSize( double fSize, bool bHeight, bool bOute
mxModelProps->setPropertyValue( bHeight ? OUString(saHeightName) : OUString(saWidthName), uno::Any( bHeight ? aSizeAppFont.Height : aSizeAppFont.Width ) );
}
-// ============================================================================
+
double ConcreteXShapeGeometryAttributes::getLeft() const
{