diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-11-10 18:04:22 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-11-10 18:04:22 -0500 |
commit | f741f66a7d013df7c66e8230d9b706d024d8c027 (patch) | |
tree | f8c3e4a0e0a5b82b0527f835283b680eb1ecc68d /editeng | |
parent | 707c8b26c9550ee9e69239aba05346a87e51da85 (diff) |
Nuked non-printable character.
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/editeng/impedit.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/editeng/impedit.hxx b/editeng/source/editeng/impedit.hxx index af282a6f094d..4b42f96a64b9 100644 --- a/editeng/source/editeng/impedit.hxx +++ b/editeng/source/editeng/impedit.hxx @@ -214,7 +214,7 @@ public: EditView* GetView() { return pView; } }; -// ---------------------------------------------------------------------- +// ---------------------------------------------------------------------- // class ImpEditView // ---------------------------------------------------------------------- class ImpEditView : public vcl::unohelper::DragAndDropClient |