diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 18:24:10 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-27 07:26:53 -0600 |
commit | 710178094dfb21b0864335b1fa1a3401e4d82959 (patch) | |
tree | 786ae44a735c6722a4ec99534a166bed9927ba14 /editeng/source/outliner/outlin2.cxx | |
parent | 779b808df16a47ff6261b8e23b6d9f83ddddf9ce (diff) |
Remove visual noise from editeng
Change-Id: Id7582119a5628cb7f54347678580ce7e47f6d703
Reviewed-on: https://gerrit.libreoffice.org/8255
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'editeng/source/outliner/outlin2.cxx')
-rw-r--r-- | editeng/source/outliner/outlin2.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editeng/source/outliner/outlin2.cxx b/editeng/source/outliner/outlin2.cxx index 53b8883b990b..43ca90b621af 100644 --- a/editeng/source/outliner/outlin2.cxx +++ b/editeng/source/outliner/outlin2.cxx @@ -42,9 +42,9 @@ using namespace ::com::sun::star::uno; using namespace ::com::sun::star::linguistic2; -// ====================================================================== + // ====================== Simple pass-through ======================= -// ====================================================================== + void Outliner::SetUpdateMode( bool bUpdate ) { |