summaryrefslogtreecommitdiff
path: root/sd/source/ui/presenter/PresenterTextView.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 23:45:44 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 06:53:03 -0600
commit2ef9df8aee696993d9eb235fd36caa4cbcfd3624 (patch)
tree7b9a351a3362f45a909299c93192bd11a2fd0c4e /sd/source/ui/presenter/PresenterTextView.cxx
parent7e92d9881f039899262882633712ec0a3de01474 (diff)
Remove visual noise from sd
Change-Id: I0957cabd66ddc4e25c7e6ff54ec2a555eda0792c Reviewed-on: https://gerrit.libreoffice.org/8306 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/source/ui/presenter/PresenterTextView.cxx')
-rw-r--r--sd/source/ui/presenter/PresenterTextView.cxx19
1 files changed, 7 insertions, 12 deletions
diff --git a/sd/source/ui/presenter/PresenterTextView.cxx b/sd/source/ui/presenter/PresenterTextView.cxx
index 4f3b069f2bee..b53d7fd9d6dc 100644
--- a/sd/source/ui/presenter/PresenterTextView.cxx
+++ b/sd/source/ui/presenter/PresenterTextView.cxx
@@ -50,8 +50,7 @@ using namespace ::com::sun::star::lang;
namespace sd { namespace presenter {
-//===== Service ===============================================================
-
+// Service
Reference<XInterface> SAL_CALL PresenterTextViewService_createInstance (
const Reference<XComponentContext>& rxContext)
{
@@ -78,8 +77,7 @@ Sequence<OUString> SAL_CALL PresenterTextViewService_getSupportedServiceNames (v
-//===== PresenterTextView::Implementation =====================================
-
+// PresenterTextView::Implementation
class PresenterTextView::Implementation
{
public:
@@ -129,8 +127,7 @@ private:
-//===== PresenterTextView =====================================================
-
+// PresenterTextView
PresenterTextView::PresenterTextView (const Reference<XComponentContext>& rxContext)
: PresenterTextViewInterfaceBase(),
mpImplementation(new Implementation())
@@ -156,8 +153,7 @@ void SAL_CALL PresenterTextView::disposing (void)
-//----- XInitialization -------------------------------------------------------
-
+// XInitialization
void SAL_CALL PresenterTextView::initialize (const Sequence<Any>& rArguments)
throw (Exception, RuntimeException)
{
@@ -286,8 +282,7 @@ void PresenterTextView::ThrowIfDisposed (void)
-//===== PresenterTextView::Implementation =====================================
-
+// PresenterTextView::Implementation
PresenterTextView::Implementation::Implementation (void)
: msTextPropertyName("Text"),
msBitmapPropertyName("Bitmap"),
@@ -343,9 +338,9 @@ EditEngine* PresenterTextView::Implementation::CreateEditEngine (void)
EditEngine* pEditEngine = mpEditEngine;
if (pEditEngine == NULL)
{
- //
+
// set fonts to be used
- //
+
SvtLinguOptions aOpt;
SvtLinguConfig().GetOptions( aOpt );