diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-15 18:53:12 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-16 14:37:27 +0200 |
commit | a6ef8ed1d6ba5843fa2e5fc49e21d8adda2b7583 (patch) | |
tree | 593a98cb5e9a4a1711c8b85fce055471f36456b3 /include/svx/sdrundomanager.hxx | |
parent | 73ad72e820ed3de346efa1914432a7f2c6264dde (diff) |
clean up, remove eof comments
Change-Id: I166e781cb54181a8e5d08021cf5f6dfcd1fde5cb
Diffstat (limited to 'include/svx/sdrundomanager.hxx')
-rw-r--r-- | include/svx/sdrundomanager.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/svx/sdrundomanager.hxx b/include/svx/sdrundomanager.hxx index c35ea74cbbc0..1469642d6e30 100644 --- a/include/svx/sdrundomanager.hxx +++ b/include/svx/sdrundomanager.hxx @@ -24,8 +24,6 @@ #include <editeng/editund2.hxx> #include <tools/link.hxx> - - class SVX_DLLPUBLIC SdrUndoManager : public EditUndoManager { private: @@ -63,9 +61,6 @@ public: bool isEndTextEditTriggeredFromUndo() { return mbEndTextEditTriggeredFromUndo; } }; - - #endif // INCLUDED_SVX_SDRUNDOMANAGER_HXX -// eof /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |