summaryrefslogtreecommitdiffstats
path: root/editeng
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-04-02 20:31:54 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-04-03 10:20:08 -0400
commit33bf6e04590fe373fd2a9887f5636c2e831cc846 (patch)
tree08703f801afa45c2cbb3d96b90ed057b382e383b /editeng
parentBool-ness. (diff)
downloadcore-33bf6e04590fe373fd2a9887f5636c2e831cc846.tar.gz
core-33bf6e04590fe373fd2a9887f5636c2e831cc846.zip
Unprintable character.
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/impedit.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/editeng/source/editeng/impedit.hxx b/editeng/source/editeng/impedit.hxx
index ec15742ac7c1..ef6e12851e8b 100644
--- a/editeng/source/editeng/impedit.hxx
+++ b/editeng/source/editeng/impedit.hxx
@@ -208,9 +208,9 @@ public:
EditView* GetView() { return pView; }
};
- // ----------------------------------------------------------------------
+// ----------------------------------------------------------------------
// class ImpEditView
-// ----------------------------------------------------------------------
+// ---------------------------------------------------------------------
class ImpEditView : public vcl::unohelper::DragAndDropClient
{
friend class EditView;