summaryrefslogtreecommitdiff
path: root/oox/source/vml/vmltextboxcontext.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/vml/vmltextboxcontext.cxx
parent75c8d59ddd6ca19ff312c8e507ef05d969704d5a (diff)
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/vml/vmltextboxcontext.cxx')
-rw-r--r--oox/source/vml/vmltextboxcontext.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/oox/source/vml/vmltextboxcontext.cxx b/oox/source/vml/vmltextboxcontext.cxx
index 80cfd37aab93..ab3c11afb732 100644
--- a/oox/source/vml/vmltextboxcontext.cxx
+++ b/oox/source/vml/vmltextboxcontext.cxx
@@ -25,13 +25,13 @@
namespace oox {
namespace vml {
-// ============================================================================
+
using ::oox::core::ContextHandler2;
using ::oox::core::ContextHandler2Helper;
using ::oox::core::ContextHandlerRef;
-// ============================================================================
+
TextPortionContext::TextPortionContext( ContextHandler2Helper& rParent,
TextBox& rTextBox, TextParagraphModel& rParagraph, const TextFontModel& rParentFont,
@@ -170,7 +170,7 @@ void TextPortionContext::onEndElement()
mrTextBox.appendPortion( maParagraph, maFont, OUString( ' ' ) );
}
-// ============================================================================
+
TextBoxContext::TextBoxContext( ContextHandler2Helper& rParent, TextBox& rTextBox, const AttributeList& rAttribs,
const GraphicHelper& graphicHelper ) :
@@ -275,7 +275,7 @@ void TextBoxContext::onEndElement()
}
}
-// ============================================================================
+
} // namespace vml
} // namespace oox