summaryrefslogtreecommitdiffstats
path: root/oox/source/ole/olehelper.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 19:37:34 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 09:37:22 -0600
commit40961d7bcdb57a13115928a9c21d48ffa6e93aee (patch)
treeeb4024a919b7ae95755573c4b638e47672f785a0 /oox/source/ole/olehelper.cxx
parentRemove visual noise from registry (diff)
downloadcore-40961d7bcdb57a13115928a9c21d48ffa6e93aee.tar.gz
core-40961d7bcdb57a13115928a9c21d48ffa6e93aee.zip
Remove visual noise from oox
Change-Id: Ie25838f20f00dc32d9d22959308c118cef688e94 Reviewed-on: https://gerrit.libreoffice.org/8288 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'oox/source/ole/olehelper.cxx')
-rw-r--r--oox/source/ole/olehelper.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/oox/source/ole/olehelper.cxx b/oox/source/ole/olehelper.cxx
index 584fbec11ea8..fac3ec41733d 100644
--- a/oox/source/ole/olehelper.cxx
+++ b/oox/source/ole/olehelper.cxx
@@ -44,7 +44,7 @@
namespace oox {
namespace ole {
-// ============================================================================
+
using ::com::sun::star::form::XFormComponent;
using ::com::sun::star::form::XForm;
@@ -70,7 +70,7 @@ using ::com::sun::star::lang::XServiceInfo;
using namespace ::com::sun::star::form;
-// ============================================================================
+
namespace {
@@ -211,7 +211,7 @@ void lclAppendHex( OUStringBuffer& orBuffer, Type nValue )
} // namespace
-// ============================================================================
+
StdFontInfo::StdFontInfo() :
mnHeight( 0 ),
@@ -231,7 +231,7 @@ StdFontInfo::StdFontInfo( const OUString& rName, sal_uInt32 nHeight,
{
}
-// ============================================================================
+
sal_Int32 OleHelper::decodeOleColor(
const GraphicHelper& rGraphicHelper, sal_uInt32 nOleColor, bool bDefaultColorBgr )
@@ -717,7 +717,7 @@ const Reference< XShapes >& MSConvertOCXControls::GetShapes()
return mxShapes;
}
#endif
-// ============================================================================
+
} // namespace ole
} // namespace oox