mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
cosmetics
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21568 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
600db8e21d
commit
c256661047
@ -30,9 +30,6 @@
|
||||
#include "support/lstrings.h"
|
||||
#include "support/os.h"
|
||||
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
|
||||
|
||||
namespace lyx {
|
||||
namespace frontend {
|
||||
|
@ -194,18 +194,7 @@ private:
|
||||
LyXView(LyXView const &);
|
||||
void operator=(LyXView const &);
|
||||
|
||||
/// Bind methods for BufferView messages signal connection
|
||||
//@{
|
||||
virtual void showDialog(std::string const & name) = 0;
|
||||
virtual void showDialogWithData(std::string const & name,
|
||||
std::string const & data) = 0;
|
||||
virtual void showInsetDialog(std::string const & name,
|
||||
std::string const & data, Inset * inset) = 0;
|
||||
virtual void updateDialog(std::string const & name,
|
||||
std::string const & data) = 0;
|
||||
//@}
|
||||
|
||||
private:
|
||||
///
|
||||
int id_;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user